Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/workflow / / WorkflowResumeOptions
Interface: WorkflowResumeOptions
Defined in: packages/workflow/src/types.ts:134
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 | Defined in |
|---|---|---|---|
signal? | readonly | AbortSignal | packages/workflow/src/types.ts:136 |
stream? | readonly | StreamMode | packages/workflow/src/types.ts:135 |