Function run_code_workflow_task

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