Graphorin API reference v0.9.0
Graphorin API reference / @graphorin/workflow / / ThreadInspection
Interface: ThreadInspection
Defined in: packages/workflow/src/inspect.ts:19
Snapshot returned by readThreadState.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
checkpointId | readonly | string | - | packages/workflow/src/inspect.ts:23 |
createdAt | readonly | string | - | packages/workflow/src/inspect.ts:25 |
namespace | readonly | string | - | packages/workflow/src/inspect.ts:21 |
nodeName? | readonly | string | Node the run last stopped in, when the store recorded one. | packages/workflow/src/inspect.ts:30 |
pendingPauses | readonly | readonly PendingPauseRecord[] | Full pending-pause frontier: timers (wakeAt), awakeables/approvals (name). | packages/workflow/src/inspect.ts:32 |
state | readonly | unknown | The unwrapped channel record persisted at the latest checkpoint. | packages/workflow/src/inspect.ts:28 |
status | readonly | "running" | "suspended" | "completed" | "failed" | "aborted" | - | packages/workflow/src/inspect.ts:26 |
stepNumber | readonly | number | - | packages/workflow/src/inspect.ts:24 |
threadId | readonly | string | - | packages/workflow/src/inspect.ts:22 |
workflowName | readonly | string | - | packages/workflow/src/inspect.ts:20 |