Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/workflow / / CHECKPOINT_SCHEMA_VERSION
Variable: CHECKPOINT_SCHEMA_VERSION
ts
const CHECKPOINT_SCHEMA_VERSION: "graphorin-workflow-checkpoint/1.0";Defined in: packages/workflow/src/internal/engine.ts:1094
Schema version embedded in every persisted checkpoint envelope. Bumping the major part requires a documented migration path; the minor part is reserved for additive fields the engine can ignore when reading older checkpoints.