II.
JournalEvent JSON
Structured · livejournal-event:babysitter-run-completed
RUN_COMPLETED json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "journal-event:babysitter-run-completed",
"_kind": "JournalEvent",
"_file": "extensions/journal-events/babysitter-journal-events.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "RUN_COMPLETED",
"eventName": "RUN_COMPLETED",
"kind": "completion",
"direction": "runtime-to-platform",
"terminal": true,
"triggerCondition": "Emitted when the run finishes successfully; closes the journal.",
"payloadSchema": {
"runId": "string",
"completedAt": "iso-timestamp"
},
"sourceCitation": "packages/babysitter-sdk/src/runtime/replay/effectIndex.ts:13,95 + packages/babysitter-sdk/src/harness/__tests__/harness.test.ts:474"
},
"outgoingEdges": [
{
"from": "journal-event:babysitter-run-completed",
"to": "agent-runtime-impl:a5c.runtime@current",
"kind": "journal_event_emitted_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-runtime-impl:a5c.runtime@current",
"to": "journal-event:babysitter-run-completed",
"kind": "emits_journal_event",
"attributes": {}
},
{
"from": "run-journal-event:run-completed",
"to": "journal-event:babysitter-run-completed",
"kind": "aliases_journal_event"
}
]
}