GenericWorkflowGroup#
- class lsst.ctrl.bps.GenericWorkflowGroup(name: str, label: str, blocking: bool = False)#
Bases:
GenericWorkflowNode,GenericWorkflowNode representing a group of jobs. Used for special dependencies.
Parameters#
- name
str Name of node. Must be unique within workflow.
- label
str Primary user-facing label for job. Does not need to be unique and may be used for summary reports or to group nodes.
- blocking
bool Whether a failure inside group prunes executions of remaining groups.
Attributes Summary
Whether a failure inside group prunes executions of remaining groups.
"Primary user-facing label for job.
Name of node.
Indicate this is a group job.
Attributes Documentation
- blocking: bool#
Whether a failure inside group prunes executions of remaining groups.
- label: str#
“Primary user-facing label for job. Does not need to be unique and may be used for summary reports or to group nodes.
- name: str#
Name of node. Must be unique within workflow.
- node_type#
Indicate this is a group job.
- name