cemc-oper / nwpc-monitor-platform

NWPC’s monitor platform. ARCHIVED. Please visit nwpc-oepr group.
https://www.nwpcmonitor.cc/
GNU General Public License v3.0
0 stars 1 forks source link

Alert is not sent for SMS abort task #48

Closed perillaroc closed 5 years ago

perillaroc commented 5 years ago

Alert is not sent for SMS abort task.

perillaroc commented 5 years ago

In status_message_handler.py, NMP only imports Bunch for ecFlow.

from nwpc_workflow_model.ecflow import Bunch, ErrorStatusTaskVisitor, pre_order_travel, NodeStatus

Status string in ecFlow is different from SMS, so ecFlow's Bunch can't parse SMS node status.