UiPath Advanced RPA Developer (UiARD) — Question 15
A developer automated a Performer process using the default Robotic Enterprise (RE) Framework with Orchestrator queues. Which state will the process transition to if the SetTransactionStatus.xaml workflow marked the queue status to "Failed" with the ErrorType set to "Business"?
Answer options
- A. Get Transaction Data
- B. Process Transaction
- C. Initialization
- D. End Process
Correct answer: A
Explanation
The correct answer is A, as when a transaction fails due to a Business error, the process typically returns to the 'Get Transaction Data' state to retrieve the next item. The other options do not apply since the process cannot proceed further without addressing the failure.