UiPath Retry mechanism

If we are using Queue then Queue retry will work
If we are not using Queue then normal retry from queue will not work unless and until we make some modifications in reframework
Is my understanding correct ?

Correct.

Hi @Ritaman_Baral

Yes you are correct!!

HI @Ritaman_Baral

Yes, your understanding is correct. In REFramework, the retry mechanism is built specifically to work with Queue items. If you are not using a Queue in your process and handling your own logic directly within the framework, the built-in retry mechanism won’t automatically apply.

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