Skip to main content

Module run_context

Module run_context 

Source
Expand description

Run context for tracking pipeline execution lineage and state.

This module provides the RunContext struct which tracks information about a pipeline run including its unique identifier, parent run (if resumed), and actual execution counts (separate from configured counts).

Structsยง

RunContext
Context for tracking pipeline execution lineage and state.