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

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.