Expand description
Checkpoint configuration and storage abstraction
This module provides checkpoint frequency configuration and storage traits for saving and restoring workflow execution state.
Structs§
- Checkpoint
Config - Configuration for checkpoint frequency and behavior
- Checkpoint
Metadata - Metadata about a stored checkpoint
- InMemory
Checkpoint Storage - In-memory checkpoint storage implementation (for testing/development)
Enums§
- Checkpoint
Error - Errors that can occur during checkpoint operations
- Checkpoint
Frequency - Checkpoint frequency strategies
Traits§
- Checkpoint
Storage - Storage abstraction for checkpoints
Type Aliases§
- Checkpoint
Id - Unique identifier for a checkpoint