Skip to content

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

PropertyModifierTypeDescriptionDefined in
channelreadonlystring-packages/core/dist/contracts/checkpoint-store.d.ts
indexreadonlynumber-packages/core/dist/contracts/checkpoint-store.d.ts
taskIdreadonlystring-packages/core/dist/contracts/checkpoint-store.d.ts
valuereadonlyunknownSerialized value blob - adapter-specific encoding.packages/core/dist/contracts/checkpoint-store.d.ts