Item is retried after getting successful in orchestrator

Hi ,

I found a strange issue where an item is retried after getting successful, Actually when Item gets successful why the same Transaction item went in too new state.
As it is going to new state again the same item is running.
Can someone suggest your views.

Hi
Pls check whether Auto-Retry” on the queue configured as True.

Or

Check once in process flow like is there any loop used to fetch and process the transaction item

@karthik_kulkarni1

Hi @karthik_kulkarni1

Retry attempt on queue always overwrite the MaxRetryNumbe of config file. also it is suggested to keep MaxRetryNumber =0 if you are using queues.

Refer the document

Regards
Gokul