II.
RunJournalEvent JSON
Structured · liverun-journal-event:effect-requested
run-journal-event:effect-requested json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "run-journal-event:effect-requested",
"_kind": "RunJournalEvent",
"_file": "catalog-meta/run-journal-events/effect-requested.yaml",
"_cluster": "catalog-meta",
"attributes": {
"eventName": "EFFECT_REQUESTED",
"category": "effect-lifecycle",
"terminal": false,
"description": "Emitted when an Effect (unit of external work) is yielded by the\norchestrator and the runtime has registered the request. Carries\nthe effectId, taskId, invocationKey, and the typed effect spec.\n"
},
"outgoingEdges": [
{
"from": "run-journal-event:effect-requested",
"to": "journal-event:babysitter-effect-requested",
"kind": "aliases_journal_event"
}
],
"incomingEdges": []
}