UiPath Advanced RPA Developer (UiARD) — Question 96

A developer created a Robotic Enterprise (RE) Framework project in UiPath Studio 2021.10 with the default Config.xlsx settings. A Queue Item is processed and a Business Rule Exception is thrown. In addition, a System Exception is thrown in the SetTransactionStatus.xaml file when attempting to set the transaction status to "Failed".
Based on the scenario, what is the behavior inside the REFramework if the System Exception persists?

Answer options

Correct answer: C

Explanation

The correct answer is C because the REFramework is designed to retry the Set Transaction Status activity up to 2 times if a System Exception occurs. Option A is incorrect as it implies no retries occur, while B incorrectly states that the job is killed and the item abandoned. Option D is also wrong since capturing a screenshot does not happen in this context.