pub type RunContext = HashMap<String, String>;
Key-value context shared across the pipeline run.
pub struct RunContext { /* private fields */ }