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.
pub fn compile(spec: &FlowSpec) -> Result<CompilationResult, CompilationError>Compile a FlowSpec into an ActionQueue task hierarchy.
Uses CompilerConfig::default() and generates a fresh FlowRunId.