Skip to main content

Module compile

Module compile 

Source
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§

CompilationResult
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.