Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/workflow / / WorkflowResumeOptions

Interface: WorkflowResumeOptions

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

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

Stable

Properties

PropertyModifierTypeDescriptionDefined in
allowVersionMismatch?readonlybooleanSkip the WorkflowConfig.version pin check (D1). 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 (workflow-14) - 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