Skip to main content

Module graph

Module graph 

Source
Expand description

TaskGraph - Static, immutable DAG representing planned intent.

A TaskGraph is created by the Planner and is immutable once execution begins. It represents what should happen, not what has happened.

Structs§

GraphTask
A task node within a TaskGraph.
RetryPolicy
Retry policy for a task.
SuccessCriteria
Success criteria for a task.
TaskGraph
A TaskGraph - static DAG of planned intent.

Enums§

GraphError
Errors that can occur during graph operations.
GraphState
State of a TaskGraph.