GenericWorkflowNoopJob#

class lsst.ctrl.bps.GenericWorkflowNoopJob(name: str, label: str)#

Bases: GenericWorkflowNode

Job that does no work. Used for special dependencies.

Attributes Summary

label

"Primary user-facing label for job.

name

Name of node.

node_type

Indicate this is a noop job.

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.