I am using re-framework for a simple project with just one transaction. I don’t want the framework to re-try this one transaction instead set it to failed. Is there any settings that I can change so I can get this accomplished without having to custom code.
I already have that as 0 in the Project Data Config file . What is the Max # retries in Orchestractor when we create the Q do. It cannot be set to 0 as it expects value from 1
Hi @icehouselux,
Yes, you can alter the Default RE Framework to take one Transaction Item and If it fails you can just set the item as failed Using Set Transaction Status Activity
you’ll have to recreate the queue with Auto-retry off
Do you have to use a queue for a single transaction?
Yes, in order for us to report accordingly to the business!