UiPath Automation Developer Professional v1 — Question 144

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

Answer options

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.