Skip to main content

execute_step

Function execute_step 

Source
pub fn execute_step(step: &WorkflowStep) -> StepResult
Expand description

Execute a single step and return a StepResult.

This function is Send + Sync-safe and is designed to be called from std::thread::scope worker threads.