Queue state from retried to new then failed

In REframwork when you get an system exception it marks particular item as retried and creates new queue item then then comes for retry and then fails. How this mechanism is happening in REframework? I don’t see any activities for mark queue item as retried and creation of new queue item.
Set transaction activity is used to set success/failed but from where retried statis is getting updated?

@Bharat_T

When the status is set to failed…orchestrator queue takes care of setting the item to retried and adds a new item…this mechanism is not done in REF…but is taken care by the queue…that is the reqson you set auto retry in your queue…every queue item will have a property retry number…till max number is reached this behaviour is repeated by queue

Hope this helps

Cheers

@Bharat_T

For more reference check this

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