Skip to main content

compile

Function compile 

Source
pub fn compile(spec: &FlowSpec) -> Result<CompilationResult, CompilationError>
Expand description

Compile a FlowSpec into an ActionQueue task hierarchy.

Uses CompilerConfig::default() and generates a fresh FlowRunId.