Skip to main content

task_context_slice_for_run

Function task_context_slice_for_run 

Source
pub fn task_context_slice_for_run(
    dag: &TaskDag,
    run: &TaskRun,
    task_id: &str,
    available_context: &[TaskContextItem],
) -> Result<TaskContextSlice, TaskContextError>
Expand description

Return a task context slice annotated with the current run state.