fermilink.cli.commands.workflows module¶
- fermilink.cli.commands.workflows.cmd_plan_workflow(args, *, workflow_name, runs_dir_name, generate_plan)[source]¶
Shared orchestration backbone for reproduce and research.
Dependency note: - This planner/executor is reused by both major workflow commands. - Task execution is delegated to loop, which itself reuses the exec stack.
- Parameters:
args (Namespace)
workflow_name (str)
runs_dir_name (str)
- Return type:
int