UiPath Automation Developer Professional v1 — Question 137
Where is the TransactionNumber incremented in the REFramework?
Answer options
- A. Only in the RetryCurrentTransaction.xaml workflow.
- B. In the End Process state in the Finally section of the Try Catch activity.
- C. In the RetryCurrentTransaction.xaml workflow and in the Process.xaml workflow.
- D. In the RetryCurrentTransaction.xaml workflow and in the SetTransactionStatus.xaml workflow.
Correct answer: D
Explanation
The TransactionNumber is incremented in both the RetryCurrentTransaction.xaml and SetTransactionStatus.xaml workflows to ensure accurate tracking of transaction processing. Options A, B, and C do not account for both necessary workflows involved in this process, making them incorrect.