Skip to main content

Module plan

Module plan 

Source
Expand description

Types that represent the executable state graph for a run.

Structs§

DependencyEdge
An edge from -> to means from must complete before to can run.
ExecutionPlan
Operation-specific executable plan passed to the engine.
StateGraph
A state graph is the executable structure derived from ops/pipelines.
StateNode
Planned state plus the runtime implementation that will execute it.

Enums§

PlanValidationError
Plan validation errors (fail-fast).

Traits§

PlanValidator
Validator interface for rejecting malformed execution plans before a run starts.