UiPath Automation Developer Professional v1 — Question 5
Where is the TransactionNumber incremented in the REFramework?
Answer options
- A. Only in the RetryCurrentTransaction.xaml workflow.
- B. Only in the SetTransactionStatus.xaml workflow.
- C. In the New Transaction transition.
- D. In the RetryCurrentTransaction.xaml workflow and in the SetTransactionStatus.xaml workflow.
Correct answer: D
Explanation
The correct answer is D because the TransactionNumber is incremented in both the RetryCurrentTransaction.xaml and SetTransactionStatus.xaml workflows to ensure accurate tracking of transactions. Options A, B, and C are incorrect as they only mention one location or one transition, which does not fully encompass where the increment occurs.