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

GROUP

A special group (subdag) of jobs.

NOOP

Does nothing, but enforces special dependencies.

PAYLOAD

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.