II.
JournalEvent JSON
Structured · livejournal-event:babysitter-effect-resolved
EFFECT_RESOLVED json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "journal-event:babysitter-effect-resolved",
"_kind": "JournalEvent",
"_file": "extensions/journal-events/babysitter-journal-events.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "EFFECT_RESOLVED",
"eventName": "EFFECT_RESOLVED",
"kind": "response",
"direction": "platform-to-runtime",
"terminal": false,
"triggerCondition": "Emitted when an effect completes (status=ok or error) and its result has been recorded.",
"payloadSchema": {
"effectId": "string",
"status": "enum<ok,error>",
"resultRef": "string",
"error": "object",
"stdoutRef": "string",
"stderrRef": "string"
},
"sourceCitation": "packages/sdk/src/runtime/replay/effectIndex.ts:28-35,101 (EffectResolvedPayload)"
},
"outgoingEdges": [
{
"from": "journal-event:babysitter-effect-resolved",
"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-resolved",
"kind": "emits_journal_event",
"attributes": {}
},
{
"from": "run-journal-event:effect-resolved",
"to": "journal-event:babysitter-effect-resolved",
"kind": "aliases_journal_event"
}
]
}