Every terminal state an effect run can record. done and failed are
reported through completion (EffectCompletionStatus); cancelled
is engine-stamped only — an abort cancelling the entry before dispatch.
A cancellation is not a failure: anything counting failures (dashboards,
retry tooling) must not count aborted-away effects among them.
Every terminal state an effect run can record.
doneandfailedare reported through completion (EffectCompletionStatus);cancelledis engine-stamped only — an abort cancelling the entry before dispatch. A cancellation is not a failure: anything counting failures (dashboards, retry tooling) must not count aborted-away effects among them.