Interface: StepKeyUse
Defined in: packages/workflow-engine/src/core/steps.ts:401
Where a step key was used, as the guard saw it.
Properties
kind
readonlykind:"run"|"wait"|"signal"|"sleep"
Defined in: packages/workflow-engine/src/core/steps.ts:402
seq
readonlyseq:number
Defined in: packages/workflow-engine/src/core/steps.ts:404
Request position within the stage invocation, 1-based.