GenericWorkflowNoopJob#
- class lsst.ctrl.bps.GenericWorkflowNoopJob(name: str, label: str)#
Bases:
GenericWorkflowNodeJob that does no work. Used for special dependencies.
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#
Indicate this is a noop job.