Type Alias: JobAckOutcome
JobAckOutcome =
"acknowledged"|"superseded"
Defined in: packages/workflow-engine/src/persistence/interface.ts:647
Result of a fenced acknowledgement. "superseded" means nothing was
written: the job is no longer the RUNNING attempt this fence describes
(released and re-claimed, cancelled, or deleted). Callers must surface
it rather than treating it as success.