Skip to main content

run_workflow_execute

Function run_workflow_execute 

Source
pub async fn run_workflow_execute(
    workflow_file: PathBuf,
    variables: Vec<(String, String)>,
    max_parallel: usize,
    resume: bool,
    state_dir: Option<PathBuf>,
) -> Result<()>
Expand description

Execute a workflow from a definition file