pub async fn get_task_execution(
configuration: &Configuration,
group_id: &str,
pipeline_id: &str,
pipeline_run_uuid: &str,
task_execution_uuid: &str,
) -> Result<RespTaskExecution, Error<GetTaskExecutionError>>Expand description
Get a Task Execution