If I dont want to retry RE then how to achieve that

Basically RE have retry mechanism but I dont want to retry then how can i achieve that in UiPath. how to remove

Hi

You can avoid retry by making sure you set MaxRetryNumber to 0 in your config, and auto retry to false in your queue configuration in the orchestrator for this particular script

Cheers @babita

hi @babita

1.If you need to disable the retry mechanism, set the “RetryNumber” property to 0. This means that the activity will not retry in case of failure.
2.By setting the “RetryNumber” property to 0, you are disabling the retry mechanism . It will not attempt to retry the activity if it encounters an error.

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