UiPath Automation Developer Professional v1 — Question 108

When configuring the Max # of retries for the queue in Orchestrator to “1” for your process, and the queue has 5 transaction items. At runtime, the first transaction item throws a Business Rule Exception.

How does the process proceed?

Answer options

Correct answer: B

Explanation

The correct answer is B because when the maximum number of retries is set to '1', a Business Rule Exception causes the first transaction to be skipped without retrying, allowing the process to continue with the remaining transactions. Options A, C, and D are incorrect because they suggest that the transaction will either be retried or that processing will halt, which does not align with the configuration specified.