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