UiPath Queue Item - How to reset retry number

Hi,

Am using uipath core queue item in one lengthy project. Each time am resetting transaction item with API calls. Recently I observed that even when I make the Queue item new after processing the queue retry number property is not resetting. My transaction item will take around 27 days to process and it might face multiple exceptions during this period. I would like to know if there is a way to reset this retry property.

Regards,
Muhammed Roshan

Hi

I think You are allowed to update an existing queue settings manually, such as:

  • The queue name
  • The Auto Retry option
  • The maximum number of retries

Are we facing any challenge in that

But if it has to be done during runtime then API is the option we can prefer

Cheers @unknownay

Hi @Palaniyappan

Thank you for your response. Could you please guide me with the procedures to reset the retry number during run time using API calls.

Thank you

1 Like

I just cross checked once with swagger for multiple api options
I believe there is no api to change or reset retry in queue

@unknownay

Thank you :innocent:

1 Like

Hopefully this feature will get added in future releases
@unknownay

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