Interface: RunReapStuckResult
Defined in: packages/workflow-engine/src/kernel/commands.ts:411
Result of a run.reapStuck command.
Properties
failed
readonlyfailed:number
Defined in: packages/workflow-engine/src/kernel/commands.ts:413
healed
readonlyhealed:number
Defined in: packages/workflow-engine/src/kernel/commands.ts:419
Wedged runs resolved by the dropped-transition heal: every stage was terminal while the run still said RUNNING, and firing the missing run.transition resolved the run instead of reaping finished work.
transitioned
readonlytransitioned:number
Defined in: packages/workflow-engine/src/kernel/commands.ts:412