Skip to main content

Module execution_history

Module execution_history 

Source
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§

ExecutionHistory
Execution history tracking.
ExecutionStep
A single execution step in the pipeline history.
FileSnapshot
Snapshot of a file’s state at a point in time.
IssuesSummary
Summary of issues found and fixed during a step.
ModifiedFilesDetail
Detailed information about files modified in a step.

Enums§

StepOutcome
Outcome of an execution step.