Hi,
When a queue item is failed or abandoned, does it go to new state? or does some one have to move to new state?
Thank you,
Hi,
When a queue item is failed or abandoned, does it go to new state? or does some one have to move to new state?
Thank you,
Hi @A_Learner
If you have Auto Retry enabled while you created the queue then itbwill retry the Failed queue items according to the given number. If you have retry number given in Config instead of Orchestrator Queue then also it will retry the Failed transaction items.
You can retry Abandoned Queue Items. Check the below thread
Regards
When running if a transaction fails and the queue retry is enabled then a new transaction is automatically added …if queue retry is not enabled then we need to manually add the item again
In case of abondended we need to add the transaction again if we need it to be retried
Cheers
@Anil_G
Thank you. Please ensure for a queue with unique reference,
Is there a way to delete from the code to check for abandoned or failed item and delete from the quuee rather than going manually in and deleting them?
Thank you
Get queue items filter with failed and abandoned and then delete queue item
Inside loop
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.