Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/workflow / / ListOptions

Interface: ListOptions

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

Optional listing range for CheckpointStore.list(...).

Stable

Properties

PropertyModifierTypeDefined in
before?readonlystringpackages/core/dist/contracts/checkpoint-store.d.ts:72
limit?readonlynumberpackages/core/dist/contracts/checkpoint-store.d.ts:71
status?readonly"running" | "suspended" | "completed" | "failed"packages/core/dist/contracts/checkpoint-store.d.ts:73