Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/workflow / / CheckpointId

Type Alias: CheckpointId

ts
type CheckpointId = string;

Defined in: packages/core/dist/contracts/checkpoint-store.d.ts:9

Opaque identifier for a single workflow checkpoint. Treated as a string by every consumer so adapters can pick whatever encoding they prefer (ULID, UUID, snowflake-like, …).

Stable