OSM 7.3.x Fallout Management: Automation Execution Errors
Scenario
- Automation sender or receiver throws an exception
- Unable to deliver JMS message
- Target destination unavailable
- XQuery/XSLT throws an exception
- Automation/Order/TaskContext API invocation results in an exception
- Custom Java plug-in throws exception
Automation Exception Management
- Every automation plug-in executes within a transaction context
- Transaction begins when a message is picked up for processing off a JMS destination
- Internal plug-ins are triggered from oms_events
- OSM generates messages for oms_events when automation tasks are ready to execute
- External plug-ins are triggered from either a custom JMS destination or oms_events
- External systems send responses to these receiver destinations
0