Hey @Sameekshya_Panigrahi Set Transaction activity is used to update the status of a transaction item in a queue.
It is generally used after processing a transaction, to mark the transaction’s outcome and move to the next one.
cheers
The flow depends on the output argument from Process.Xaml file
If all the steps are performed as expected - Status will be set as Success for the transaction item in the queue
If any technical error happens during the steps in process.xaml - output argument will have exception details. In this case - Status will be set as System Exception for the transaction item in the queue
If any business exception occur, example - Input file is missing and the same is handled in the code and BE is thrown from the process.xaml file - Status will be set as Business Exception with proper business comments