WmsJobReport¶
- 
class 
lsst.ctrl.bps.WmsJobReport(wms_id: str, name: str, label: str, state: lsst.ctrl.bps.wms_service.WmsStates)¶ Bases:
objectWMS job information to be included in detailed report output
Attributes Summary
labelA user-facing label for a job. nameA name assigned automatically by BPS. stateJob’s current execution state. wms_idJob 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.
-