GenericWorkflowGroup

class lsst.ctrl.bps.GenericWorkflowGroup(name: str, label: str, blocking: bool = False)

Bases: GenericWorkflowNode, GenericWorkflow

Node representing a group of jobs. Used for special dependencies.

Parameters:
namestr

Name of node. Must be unique within workflow.

labelstr

Primary user-facing label for job. Does not need to be unique and may be used for summary reports or to group nodes.

blockingbool

Whether a failure inside group prunes executions of remaining groups.

Attributes Summary

blocking

Whether a failure inside group prunes executions of remaining groups.

node_type

Indicate this is a group job.

Attributes Documentation

blocking: bool

Whether a failure inside group prunes executions of remaining groups.

node_type

Indicate this is a group job.