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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
checkpoint | readonly | Checkpoint | packages/core/dist/contracts/checkpoint-store.d.ts:47 |
metadata | readonly | CheckpointMetadata | packages/core/dist/contracts/checkpoint-store.d.ts:48 |
pendingWrites? | readonly | readonly PendingWrite[] | packages/core/dist/contracts/checkpoint-store.d.ts:49 |