Skip to content

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

PropertyModifierTypeDescriptionDefined in
channelVersionsreadonlyReadonly<Record&lt;string, number&gt;>Per-channel monotonic versions used by the workflow scheduler.packages/core/src/contracts/checkpoint-store.ts:24
createdAtreadonlystring-packages/core/src/contracts/checkpoint-store.ts:26
idreadonlystring-packages/core/src/contracts/checkpoint-store.ts:17
namespacereadonlystring-packages/core/src/contracts/checkpoint-store.ts:19
parentId?readonlystring-packages/core/src/contracts/checkpoint-store.ts:20
statereadonlyunknownSerialized state blob — adapter-specific encoding (JSON / superjson / …).packages/core/src/contracts/checkpoint-store.ts:22
stepNumberreadonlynumber-packages/core/src/contracts/checkpoint-store.ts:25
threadIdreadonlystring-packages/core/src/contracts/checkpoint-store.ts:18