Consecutive retry

Hello @Heng

Welcome to UiPath forum!

  • Initially the consecutive retry number is set to 0.
  • When an exception is occurred the workflow executed the System exception block and after taking the screenshot incremented the Consecutive retry number.
    Consecutive retry number is set to 1
  • In Init state workflow will check for consecutive retry number and if consecutive retry number > = Configured value then
    in throw the log message will increment the Consecutive retry number as shown in below image.

Hence Consecutive retry number is set to 2

Hope its clear now.

Regards,
Rohith

1 Like