Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/workflow / / DurabilityMode

Type Alias: DurabilityMode

ts
type DurabilityMode = "sync" | "async" | "exit";

Defined in: packages/workflow/src/types.ts:50

Allowed durability modes for the checkpoint writer.

Stable