Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/workflow / / PendingWrite

Interface: PendingWrite

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

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

PropertyModifierTypeDescriptionDefined in
channelreadonlystring-packages/core/dist/contracts/checkpoint-store.d.ts:61
indexreadonlynumber-packages/core/dist/contracts/checkpoint-store.d.ts:60
taskIdreadonlystring-packages/core/dist/contracts/checkpoint-store.d.ts:59
valuereadonlyunknownSerialized value blob — adapter-specific encoding.packages/core/dist/contracts/checkpoint-store.d.ts:63