WmsNodeType#
- class lsst.ctrl.bps.htcondor.WmsNodeType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#
Bases:
IntEnumHTCondor plugin node types to help with payload reporting.
Attributes Summary
Final job.
NOOP job used for ordering jobs.
Payload job.
Service job.
SUBDAG job used for ordering jobs.
Job used to correctly prune jobs after a subdag.
Dummy value when missing.
Attributes Documentation
- FINAL = 3#
Final job.
- NOOP = 5#
NOOP job used for ordering jobs.
- PAYLOAD = 2#
Payload job.
- SERVICE = 4#
Service job.
- SUBDAG = 6#
SUBDAG job used for ordering jobs.
- SUBDAG_CHECK = 7#
Job used to correctly prune jobs after a subdag.
- UNKNOWN = 1#
Dummy value when missing.