II.
JournalEvent JSON
Structured · livejournal-event:babysitter-effect-cancelled
EFFECT_CANCELLED json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "journal-event:babysitter-effect-cancelled",
"_kind": "JournalEvent",
"_file": "extensions/journal-events/babysitter-journal-events.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "EFFECT_CANCELLED",
"eventName": "EFFECT_CANCELLED",
"kind": "state-change",
"direction": "platform-to-runtime",
"terminal": false,
"triggerCondition": "Emitted when an in-flight effect is cancelled (operator interrupt, timeout, or supersession).",
"payloadSchema": {
"effectId": "string",
"reason": "string"
},
"sourceCitation": "packages/sdk/src/runtime/replay/effectIndex.ts:37-40,104 (EffectCancelledPayload)"
},
"outgoingEdges": [
{
"from": "journal-event:babysitter-effect-cancelled",
"to": "agent-platform-impl:a5c.platform@current",
"kind": "journal_event_emitted_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-platform-impl:a5c.platform@current",
"to": "journal-event:babysitter-effect-cancelled",
"kind": "emits_journal_event",
"attributes": {}
}
]
}