Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12
Description
Current Situation
- An error in an job chan will be notified, when at the time of the sos/notification/SystemNotifier run, an order is in a job chain state that has ended with an error.
- If a file sink state is configured - ends this state always successfully and the possible error in the previous state will be ignored and not notified to the corresponding monitor system.
Desired Behaviour
- JobScheduler Monitoring Interface should be able to send any errors that occurred before a file sink state to the corresponding monitor system.
Test Instructions
- Test Configuration
- config/scheduler.xml
- check if the JobScheduler Monitoring Interface is activated
- <param name="sos.use_notification" value="true"/>
- check if the JobScheduler Monitoring Interface is activated
- JITL-531-test.zip example
- config/scheduler.xml
- Test Execution
- add a file to the configured file_order_source directory
- after
JITL-531execution start the sos/notification/SystemNotifier MonitorSystem order - check if the error message was sent
Attachments
Issue Links
- relates to
-
JITL-488 Fact Plugin should ignore File Sink
- Released