Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/workflow / / CheckpointTuple

Interface: CheckpointTuple

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

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
metadatareadonlyCheckpointMetadatapackages/core/dist/contracts/checkpoint-store.d.ts
pendingWrites?readonlyreadonly PendingWrite[]packages/core/dist/contracts/checkpoint-store.d.ts