QuestionQ46

Automation Framework Configuration

Because of internal errors in a downstream system, an automated task receives an error response to a request sent from OSM. Given that the error could be resolved simply by retrying the request, identify the functionality you would use to recover from this fallout scenario.

  • A Order Change Management
  • B Notifications
  • C Jeopardy
  • D automation framework transaction rollback
  • E follow-on order
Explanation

For transient network or system-resource failures, OSM’s automation framework fails and rolls back the transaction, sends a JMS message to the queue, and retries the transaction according to its configured retry limit and delay. A jeopardy notification is instead used when a task or order has not completed within its expected time, such as when no response is received.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!