Module checkpoint

Source

Structs§

Checkpoint
A snapshot of a workflow’s pending work and its context.
InMemoryCheckpointStore
A simple in-memory checkpoint store using JSON serialization

Enums§

CheckpointError
Errors occurring during checkpoint persistence.

Traits§

CheckpointStore
A trait for persisting and loading workflow checkpoints.