Skip to main content

validate_dag

Function validate_dag 

Source
pub fn validate_dag(tasks: &[Task]) -> Result<(), String>
Expand description

Validate the task DAG:

  • All depends_on references point to existing tasks
  • No cycles