II.
RunJournalEvent JSON
Structured · liverun-journal-event:run-failed
run-journal-event:run-failed json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "run-journal-event:run-failed",
"_kind": "RunJournalEvent",
"_file": "catalog-meta/run-journal-events/run-failed.yaml",
"_cluster": "catalog-meta",
"attributes": {
"eventName": "RUN_FAILED",
"category": "run-lifecycle",
"emittedByPhase": "run.failed",
"terminal": true,
"description": "Terminal failure event for a Run. Records the failure reason, error\nmetadata (name, message, stack), and any partial state references.\nCounterpart to RUN_COMPLETED — exactly one of the two must terminate\na Run's journal stream.\n"
},
"outgoingEdges": [
{
"from": "run-journal-event:run-failed",
"to": "journal-event:babysitter-run-failed",
"kind": "aliases_journal_event"
}
],
"incomingEdges": []
}