Hi,
If I do not select queue retry in orchestrator, but set it in config file, is it going to set the queue item status to retry?
Thank you,
Hi,
If I do not select queue retry in orchestrator, but set it in config file, is it going to set the queue item status to retry?
Thank you,
Hi @A_Learner
If you set the retry in Config and not in Orchestrator Queue Item, it will retry the transaction items which gets failed according to given number in Config.
But remember that if you give retry number in both Orchestrator Queue Item and Config, Orchestrator Queue item retry will be taken as priority and will retry according to that given number.
Regards
When queue item is the transaction type then ideally the retrytransaction.xaml will ignore the retry number in the config file…
If you open retrytransaction.xaml you would see that first if retry is set or not is checked in config…if set >0 then if max retry is reached or not is checked…if not reached then first it would check if it is a queue based transaction item or not…if queue based then the transactionitem is incremented normally so no retry happens from config even if value is set…the retry happens only when queue retry number is given in case of queue item

Hope this is clear
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.