UiPath Automation Developer Professional v1 — Question 144
Where in the REFramework template project is the "SetTransactionStatus.xaml" invoked?
Answer options
- A. In the Try section of the Try Catch activity in the End Process state.
- B. In the Finally section of the Try Catch activity in the End Process state.
- C. In the Finally section of the Try Catch activity in the Process Transaction state.
- D. In the Try and Catches sections of the Try Catch activity in the Process Transaction state.
Correct answer: C
Explanation
The 'SetTransactionStatus.xaml' is invoked in the Finally section of the Try Catch activity within the Process Transaction state to ensure that the transaction status is set regardless of whether the transaction was successful or failed. The other options are incorrect because they reference the End Process state, where this activity is not utilized, or they misidentify the sections where the invocation occurs.