Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/workflow / / CheckpointTuple

Interface: CheckpointTuple

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

A checkpoint paired with its sidecar metadata. Returned by CheckpointStore.getTuple(...) and the list(...) iterator.

Stable

Properties

PropertyModifierTypeDefined in
checkpointreadonlyCheckpointpackages/core/dist/contracts/checkpoint-store.d.ts:47
metadatareadonlyCheckpointMetadatapackages/core/dist/contracts/checkpoint-store.d.ts:48
pendingWrites?readonlyreadonly PendingWrite[]packages/core/dist/contracts/checkpoint-store.d.ts:49