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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
allowVersionMismatch? | readonly | boolean | Skip 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? | readonly | DurabilityMode | Override the durability mode for this resume (workflow-14) - mirrors WorkflowExecuteOptions.durability. | packages/workflow/src/types.ts:148 |
signal? | readonly | AbortSignal | - | packages/workflow/src/types.ts:143 |
stream? | readonly | StreamMode | - | packages/workflow/src/types.ts:142 |