Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/core / / Checkpoint
Interface: Checkpoint
Defined in: packages/core/src/contracts/checkpoint-store.ts:16
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/src/contracts/checkpoint-store.ts:24 |
createdAt | readonly | string | - | packages/core/src/contracts/checkpoint-store.ts:26 |
id | readonly | string | - | packages/core/src/contracts/checkpoint-store.ts:17 |
namespace | readonly | string | - | packages/core/src/contracts/checkpoint-store.ts:19 |
parentId? | readonly | string | - | packages/core/src/contracts/checkpoint-store.ts:20 |
state | readonly | unknown | Serialized state blob — adapter-specific encoding (JSON / superjson / …). | packages/core/src/contracts/checkpoint-store.ts:22 |
stepNumber | readonly | number | - | packages/core/src/contracts/checkpoint-store.ts:25 |
threadId | readonly | string | - | packages/core/src/contracts/checkpoint-store.ts:18 |