Skip to main content

Interface: RunReapStuckResult

Defined in: packages/workflow-engine/src/kernel/commands.ts:411

Result of a run.reapStuck command.

Properties​

failed​

readonly failed: number

Defined in: packages/workflow-engine/src/kernel/commands.ts:413


healed​

readonly healed: 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​

readonly transitioned: number

Defined in: packages/workflow-engine/src/kernel/commands.ts:412