Exam UiARD All QuestionsBrowse all questions from this exam
Question 174

A process was developed in the Robotic Enterprise (RE) Framework using an Orchestrator queue. The Max # of retries for the queue is set to 1 and the queue has 30 new transaction items. At runtime, the first Transaction Item throws a Business Rule Exception.

How does the process proceed?

    Correct Answer: A

    When a transaction item in an Orchestrator queue throws a Business Rule Exception and the Max # of retries for the queue is set to 1, the transaction is not retried. Instead, the process continues by moving on to the next transaction item. This ensures that the remaining transactions are processed without interruption.

Discussion
Shane1407Option: A

A should be a right answer as it is BusinessException

[Removed]Option: A

Transaction is not retried. If the result is a Business Exception, the transaction is skipped, and the framework tries to retrieve a new transaction in the Get Transaction Data state

sur_bhi123456789Option: A

Business exceptions are not retried. so the correct ans is A and the process continues

njushOption: A

A is the answer

LarcAi_TrainingOption: C

The given answer might be correct