pub fn execute_step(step: &WorkflowStep) -> StepResultExpand 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.
pub fn execute_step(step: &WorkflowStep) -> StepResultExecute 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.