Expand description
Execution history tracking for checkpoint state.
This module provides structures for tracking the execution history of a pipeline, enabling idempotent recovery and validation of state.
Structs§
- Execution
History - Execution history tracking.
- Execution
Step - A single execution step in the pipeline history.
- File
Snapshot - Snapshot of a file’s state at a point in time.
- Issues
Summary - Summary of issues found and fixed during a step.
- Modified
Files Detail - Detailed information about files modified in a step.
Enums§
- Step
Outcome - Outcome of an execution step.