Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/workflow / / PendingWrite
Interface: PendingWrite
Defined in: packages/core/dist/contracts/checkpoint-store.d.ts
Per-task pending write. Captured when a task in an execution step succeeds while a sibling task fails: the next resume attempt skips the already-completed work.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
channel | readonly | string | - | packages/core/dist/contracts/checkpoint-store.d.ts |
index | readonly | number | - | packages/core/dist/contracts/checkpoint-store.d.ts |
taskId | readonly | string | - | packages/core/dist/contracts/checkpoint-store.d.ts |
value | readonly | unknown | Serialized value blob - adapter-specific encoding. | packages/core/dist/contracts/checkpoint-store.d.ts |