Expand description
Types that represent the executable state graph for a run.
Structs§
- Dependency
Edge - An edge
from -> tomeansfrommust complete beforetocan run. - Execution
Plan - Operation-specific executable plan passed to the engine.
- State
Graph - A state graph is the executable structure derived from ops/pipelines.
- State
Node - Planned state plus the runtime implementation that will execute it.
Enums§
- Plan
Validation Error - Plan validation errors (fail-fast).
Traits§
- Plan
Validator - Validator interface for rejecting malformed execution plans before a run starts.