How to remove the Retry mechanism in RE-Framework?

I want to remove the retry while getting exception on a transaction

Hey,

If you don’t want retry Mechanism then don’t put the the Value in Retry of Config file

Thanks

Make 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.