Skip to main content

Interface: RunRedriveResult

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

Result of a run.redrive command.

Properties​

definitionVersion​

readonly definitionVersion: string | null

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

The definition version the run is pinned to after this command.


fromStageId​

readonly fromStageId: string

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

The stage the run resumed from.


redriveCount​

readonly redriveCount: number

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

The run's redriveCount after this command.


supersededStages​

readonly supersededStages: string[]

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

Stage ids whose records were superseded and archived: the resumed group's records, reopened in place, and every later record, deleted.


workflowRunId​

readonly workflowRunId: string

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