UiPath Automation Developer Professional v1 — Question 40

Where in the REFramework template project is the "SetTransactionStatus.xaml" invoked?

Answer options

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.