Skip to main content

execute_step

Function execute_step 

Source
pub fn execute_step(
    step_id: &str,
    step_type: &StepType,
    inputs: &HashMap<String, Value>,
    timeout_ms: Option<u64>,
) -> StepExecutionResult
Expand description

Execute a single step and capture its result.