UiPath Automation Developer Professional v1 — Question 40
Where in the REFramework template project is the "SetTransactionStatus.xaml" invoked?
Answer options
- A. In the Finally section of the Try Catch activity in the End Process state.
- B. In the Try section of the Try Catch activity in the End Process state.
- C. In the Try and Catches sections of the Try Catch activity in the Process Transaction state.
- D. In the Try section of the Try Catch activity in the Process Transaction state.
Correct answer: C
Explanation
The correct answer is C because 'SetTransactionStatus.xaml' is designed to handle the transaction status updates during both the Try and Catches sections in the Process Transaction state. Options A and B refer to the End Process state, which does not involve transaction status updates, while option D only mentions the Try section, omitting the necessary Catches section.