GenericWorkflowNodeType¶
- class lsst.ctrl.bps.GenericWorkflowNodeType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
- Bases: - IntEnum- Type of valid types for nodes in the GenericWorkflow. - Attributes Summary - A special group (subdag) of jobs. - Does nothing, but enforces special dependencies. - Typical workflow job. - Attributes Documentation - GROUP = 3¶
- A special group (subdag) of jobs. 
 - NOOP = 1¶
- Does nothing, but enforces special dependencies. 
 - PAYLOAD = 2¶
- Typical workflow job.