Retry a Transaction starting from where it got an error

Hello All,
Need some help.
Is there a way to get the line where the Bot encountered an error and place it on logs or a report. Then once it will automatically retry(from queues), it will start from Error point and not on the very beginning.

Your answers will be greatly appreciated. Thank you!

You could a log activity or error.activityinfo in global exception handler to get the activity details regarding at which line the error occurred.
If you want to try the transaction items that are to be retried again then a separate workflow would be needed for that purpose.

Hello. Sorry for the late response. Thanks for your help :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.