UiPath Advanced RPA Developer (UiARD) — Question 73

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?

Answer options

Correct answer: C

Explanation

The correct answer is C because the process will retry the transaction one time as set by the Max # of retries. Options A and B are incorrect because they do not account for the single retry that is allowed, and option D is wrong since the retry limit prevents multiple attempts.