Skip to main content

dispatch_work

Function dispatch_work 

Source
pub async fn dispatch_work<H: WorkflowExecutionHooks>(
    rt: &mut WorkflowRuntimeContext,
    hooks: &mut H,
    action: &OrchestratorAction,
) -> Result<WorkflowDispatchOutcome>