WmsJobReport¶
-
class
lsst.ctrl.bps.
WmsJobReport
(wms_id: str, name: str, label: str, state: lsst.ctrl.bps.wms_service.WmsStates)¶ Bases:
object
WMS job information to be included in detailed report output
Attributes Summary
label
A user-facing label for a job. name
A name assigned automatically by BPS. state
Job’s current execution state. wms_id
Job id assigned by the workflow management system. Attributes Documentation
-
label
¶ A user-facing label for a job. Multiple jobs can have the same label.
-
name
¶ A name assigned automatically by BPS.
-
state
¶ Job’s current execution state.
-
wms_id
¶ Job id assigned by the workflow management system.
-