Retry same transaction if any application error occurs

Hi,

In my project I just want to retry the same Queueitem for which I get System exception, before proceeding to next one. Is there any way to do that?
It is something urgent. Can anyone please help me on this. I didnt get an answer yet.

Thanks,
Nithya

If you are using the RE framework then it is super easy.

Just in the set transaction status you need to send that queue item back to the same queue with priority as HIGH, this will make sure when the execution goes to Get Transaction Item activity, it will fetch the same queue item that was failed as it has a High priority

1 Like

I am using REFramework itself. Can you please explain bit more how to do that?