pub fn workflow_run(
manifest_path: &Path,
journal: Option<&Path>,
) -> Result<Value, CliError>Expand description
Run workflow one-shot: validate DAG, execute steps that are CLI-data commands,
journal state. Browser multi-step with @eN still requires nested run scripts.