Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/workflow / / PendingPauseRecord
Interface: PendingPauseRecord
Defined in: packages/workflow/src/types.ts:287
Structured record stored alongside a suspended checkpoint so the engine can resume the paused node with the operator's directive.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
dispatchArgs? | readonly | unknown | Args supplied to Dispatch when the paused task was scheduled. | packages/workflow/src/types.ts:291 |
nodeName | readonly | string | - | packages/workflow/src/types.ts:288 |
staticAfter? | readonly | boolean | When true the engine paused after the task completed, via pauseAt.after. | packages/workflow/src/types.ts:295 |
staticBefore? | readonly | boolean | When true the task was paused statically by pauseAt.before. | packages/workflow/src/types.ts:293 |
value | readonly | unknown | - | packages/workflow/src/types.ts:289 |