pub fn start_workflow(
definition: WorkflowDefinition,
step_factory: Arc<WorkflowStepFactory>,
) -> UnboundedSender<WorkflowRequest>
Expand description
Starts the execution of a workflow with the specified definition
pub fn start_workflow(
definition: WorkflowDefinition,
step_factory: Arc<WorkflowStepFactory>,
) -> UnboundedSender<WorkflowRequest>
Starts the execution of a workflow with the specified definition