UiPath Automation Developer Professional v1 — Question 31
A developer implemented a process using the Robotic Enterprise Framework and an Orchestrator queue. The MaxRetryNumber from the "Config.xlsx" file is set to "1" and the Max # of retries from the Queue settings from Orchestrator is set to "2". At runtime, the first transaction item throws a Business Exception.
How many times will the transaction be retried?
Answer options
- A. The transaction will not be retried.
- B. The transaction will be retried only one time.
- C. The transaction will be retried 2 times.
- D. The transaction will be retried multiple times, until it will be processed successfully.
Correct answer: A
Explanation
The correct answer is A because the MaxRetryNumber in the 'Config.xlsx' file is set to '1', which limits the retries to one. Even though the Orchestrator settings allow for two retries, the lower value in the configuration file takes precedence, resulting in no retries after the Business Exception.