Expand description
Task dependency graph for workflow execution planning.
Models tasks as nodes and their dependencies as directed edges, and exposes helpers for finding root tasks, successors, predecessors, and the critical path through the graph.
Structs§
- Task
Edge - A directed edge from one
TaskNodeto another. - Task
Graph - A directed acyclic task dependency graph.
- Task
Node - A single task node in the dependency graph.
Enums§
- Edge
Type - Relationship type between two task nodes.