Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12
Description
Current Situation
When a job chain is monitored by a system monitor to generate the notification when the job chain fails, or when the job chain takes more than 10 seconds to complete using a Timer. If the job chain fails after 10 seconds and the node on which the job chain fails is not the first or the last node of the job chain then the notification generated includes the value for the column "ORDER_END_TIME" in table SCHEDULER_MON_NOTIFICATIONS is Null.
How to Reproduce
- Find the attached Job Configuration JITL-562.zip and SystemMonitorNotification XML file SystemMonitorNotification_MonitorSystem.xml.
- Copy the Job Configuration in live folder and SystemMonitorNotification XML file in {SCHEDULER_DATA}/config/notification folder.
- Run the Job Configuration and as it fails, run the SystemMonitor job chain in the notification folder.
- The notification generated for delay includes the END_TIME as Null.
Desired behavior
If the job chain fails on any node the value for the column "ORDER_END_TIME" in table SCHEDULER_MON_NOTIFICATIONS should not be null even if the job chain fails on any node.