pub fn find_critical_path_from( graph: &DependencyGraph, start_task_id: &str, ) -> Option<CriticalPathResult>