II.
JournalEvent JSON
Structured · livejournal-event:babysitter-step-dispatch
STEP_DISPATCH json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "journal-event:babysitter-step-dispatch",
"_kind": "JournalEvent",
"_file": "extensions/journal-events/babysitter-journal-events.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "STEP_DISPATCH",
"eventName": "STEP_DISPATCH",
"kind": "state-change",
"direction": "runtime-to-platform",
"terminal": false,
"triggerCondition": "Emitted by the on-step-dispatch hook when a step within a task is dispatched to a child effect.",
"payloadSchema": {
"stepId": "string",
"taskId": "string"
},
"sourceCitation": "packages/sdk/src/cli/commands/hooks/log.ts:35"
},
"outgoingEdges": [
{
"from": "journal-event:babysitter-step-dispatch",
"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-step-dispatch",
"kind": "emits_journal_event",
"attributes": {}
}
]
}