WmsJobReport¶
- class lsst.ctrl.bps.WmsJobReport(wms_id: str, name: str, label: str, state: WmsStates)¶
- Bases: - object- WMS 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