Handle Exception

Hello Team,

We have below file

image

So once a transaction is processed the status is updated

Example

  1. 892929 , 892926 contains exception so can we retry queue based on this Row

  2. Business Exception and Completed status can be ignored

Thanks in advance
ProjectData.xlsx (4.8 KB)

Hi @NISHITHA

Welcome to the community!

As I understand the above excel is being generate at run time, and the Exception in Completion Status Column is stamped by the bot itself at the time of system exception.

If this is the case you can simply set the retry count to your desired number of attempts so that if any system exception occurs the code will auto retry before stamping the reports.

The retry mechanism applies on Re-framework automatically on system exception you just have to specify the count.

Thanks
Biswajeet