In RE framework I am passing the DT, in process xaml,
I am processing the transaction and surround it by try catch
in catch i am throwing the system exception
But it goes to success in Set Transaction Status xaml
So suggest me how it will go for retry if system exception occure
In Process state of your reframework, do you see below assign, if not, please add the same. without it, there will be nothing assigned to the system exception variable at General business process level and hence no exception will be considered.
If you can find the time, I would suggest to take a look at the UiPath Academy course below.
This is focused on using the RE Framework without queues, and sounds like what you are doing.