Expand description
FlowSpec -> ActionQueue DAG compiler.
The compiler is a pure function: FlowSpec -> CompilationResult. It does not
execute anything. The Coordinator handler (Sprint 4) submits the compiled steps
to AQ at runtime.
Structs§
- Compilation
Result - The complete output of compiling a FlowSpec.
Functions§
- compile
- Compile a FlowSpec into an ActionQueue task hierarchy.
- compile_
with_ config - Compile a FlowSpec with explicit configuration and FlowRunId.