Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/workflow / / WorkflowSuspendedEvent
Interface: WorkflowSuspendedEvent<TState>
Defined in: packages/core/dist/types/workflow-event.d.ts:66
Workflow paused — for HITL approvals or programmatic pause(value) calls. Carries the value passed to pause(...) so the caller can choose how to surface the prompt to the user.
Stable
Type Parameters
| Type Parameter | Default type |
|---|---|
TState | unknown |