GenericWorkflowNode

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

Bases: object

Base class for nodes in the GenericWorkflow.

Attributes Summary

label

"Primary user-facing label for job.

name

Name of node.

node_type

Type of node.

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.