Skip to content

Graphorin API reference v0.15.1


Graphorin API reference / @graphorin/workflow / / WorkflowResumeOptions

Interface: WorkflowResumeOptions

Defined in: packages/workflow/src/types.ts:141

Stable

Optional context passed to Workflow.resume. The directive argument is the typed value supplied to the paused node + optional channel writes.

Properties

PropertyModifierTypeDescriptionDefined in
allowVersionMismatch?readonlybooleanSkip the WorkflowConfig.version pin check. By default a resume whose stored frontier was written by a different workflow version fails loudly with workflow-version-mismatch instead of replaying state through changed code.packages/workflow/src/types.ts:155
durability?readonlyDurabilityModeOverride the durability mode for this resume - mirrors WorkflowExecuteOptions.durability.packages/workflow/src/types.ts:148
signal?readonlyAbortSignal-packages/workflow/src/types.ts:143
stream?readonlyStreamMode-packages/workflow/src/types.ts:142