Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/workflow / / ListOptions
Interface: ListOptions
Defined in: packages/core/dist/contracts/checkpoint-store.d.ts
Optional listing range for CheckpointStore.list(...).
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
before? | readonly | string | packages/core/dist/contracts/checkpoint-store.d.ts |
limit? | readonly | number | packages/core/dist/contracts/checkpoint-store.d.ts |
status? | readonly | "running" | "suspended" | "completed" | "failed" | "aborted" | packages/core/dist/contracts/checkpoint-store.d.ts |