Skip to main content

run_code_flow_task

Function run_code_flow_task 

Source
pub async fn run_code_flow_task(
    configuration: &Configuration,
    workspace: &str,
    job_id: &str,
    entrypoint: &str,
    workflow_task: WorkflowTask,
) -> Result<Uuid, Error<RunCodeFlowTaskError>>