Skip to content

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

PropertyModifierTypeDescriptionDefined in
dispatchArgs?readonlyunknownArgs supplied to Dispatch when the paused task was scheduled.packages/workflow/src/types.ts:291
nodeNamereadonlystring-packages/workflow/src/types.ts:288
staticAfter?readonlybooleanWhen true the engine paused after the task completed, via pauseAt.after.packages/workflow/src/types.ts:295
staticBefore?readonlybooleanWhen true the task was paused statically by pauseAt.before.packages/workflow/src/types.ts:293
valuereadonlyunknown-packages/workflow/src/types.ts:289