Skip to content

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

PropertyModifierTypeDescriptionDefined in
channelVersionsreadonlyReadonly<Record&lt;string, number&gt;>Per-channel monotonic versions used by the workflow scheduler.packages/core/dist/contracts/checkpoint-store.d.ts
createdAtreadonlystring-packages/core/dist/contracts/checkpoint-store.d.ts
idreadonlystring-packages/core/dist/contracts/checkpoint-store.d.ts
namespacereadonlystring-packages/core/dist/contracts/checkpoint-store.d.ts
parentId?readonlystring-packages/core/dist/contracts/checkpoint-store.d.ts
statereadonlyunknownSerialized state blob - adapter-specific encoding (JSON / superjson / …).packages/core/dist/contracts/checkpoint-store.d.ts
stepNumberreadonlynumber-packages/core/dist/contracts/checkpoint-store.d.ts
threadIdreadonlystring-packages/core/dist/contracts/checkpoint-store.d.ts