How to retry activity

IN sequence of 20 to 30 activity how we retry a particular activity for 3 times without using try, catch block and also with out using retry scope.

@hasini_deverakonda,

It’s quiet impossible without using retry scope. Any reason not using best practices or the activities build for these scenario and reinventing the wheel?

Thanks,
Ashok :slight_smile:

1 Like

You can put that activity inside a loop…

Depends on your use case you may add any more condition to exit the loop

1 Like

you should try Global Exception Handler it will try for given amount of time if you get any exception in that activity

1 Like