Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/workflow / / Checkpoint
Interface: Checkpoint
Defined in: packages/core/dist/contracts/checkpoint-store.d.ts
Serialized snapshot of workflow state, written after every execution step.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
channelVersions | readonly | Readonly<Record<string, number>> | Per-channel monotonic versions used by the workflow scheduler. | packages/core/dist/contracts/checkpoint-store.d.ts |
createdAt | readonly | string | - | packages/core/dist/contracts/checkpoint-store.d.ts |
id | readonly | string | - | packages/core/dist/contracts/checkpoint-store.d.ts |
namespace | readonly | string | - | packages/core/dist/contracts/checkpoint-store.d.ts |
parentId? | readonly | string | - | packages/core/dist/contracts/checkpoint-store.d.ts |
state | readonly | unknown | Serialized state blob - adapter-specific encoding (JSON / superjson / …). | packages/core/dist/contracts/checkpoint-store.d.ts |
stepNumber | readonly | number | - | packages/core/dist/contracts/checkpoint-store.d.ts |
threadId | readonly | string | - | packages/core/dist/contracts/checkpoint-store.d.ts |