GenericWorkflowNode#
- class lsst.ctrl.bps.GenericWorkflowNode(name: str, label: str)#
Bases:
objectBase class for nodes in the GenericWorkflow.
Attributes Summary
Attributes Documentation
- 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#
Type of node.