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
- A. Transaction is retried only one time
- B. Transaction is not retried but remaining transactions continue processing
- C. Transaction is not retried and the process stops.
- D. Transaction is retried multiple times until processed successfully.
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.