II.
RunJournalEvent overview
Reference · liverun-journal-event:effect-resolved
run-journal-event:effect-resolved overview
Emitted when an effect's StoredTaskResult is committed to the run directory. The journal payload references the result by effectId and carries the status (`ok` | `error` | `cancelled`), startedAt / finishedAt, optional resultRef / stdoutRef / stderrRef, and any error metadata. Replay engines use EFFECT_RESOLVED records to short-circuit redundant effect work.
Attributes
eventName
EFFECT_RESOLVED
category
effect-lifecycle
terminal
false
description
Emitted when an effect's StoredTaskResult is committed to the run
directory. The journal payload references the result by effectId
and carries the status (`ok` | `error` | `cancelled`), startedAt /
finishedAt, optional resultRef / stdoutRef / stderrRef, and any
error metadata. Replay engines use EFFECT_RESOLVED records to
short-circuit redundant effect work.
Outgoing edges
aliases_journal_event1
- journal-event:babysitter-effect-resolved·JournalEventEFFECT_RESOLVED
Incoming edges
None.