ExecutionContext

Type Alias ExecutionContext 

Source
pub type ExecutionContext = HashMap<String, String>;
Expand description

Execution context for storing variable values during graph execution

Aliased Typeยง

pub struct ExecutionContext { /* private fields */ }