UiPath Advanced RPA Developer (UiARD) — Question 8
Where is the TransactionNumber incremented in the Robotic Enterprise (RE) Framework?
Answer options
- A. On the Success transition in the Process Transaction state
- B. In the End Process state in the Finally section of the Try Catch activity
- C. In the SetTransactionStatus.xaml workflow
- D. On the New Transaction transition in the Get Transaction Data state
Correct answer: C
Explanation
The correct answer is C because the TransactionNumber is specifically incremented in the SetTransactionStatus.xaml workflow, which is designed to handle the transaction's status. The other options refer to different states or transitions where the TransactionNumber is not incremented, making them incorrect.