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