How to create queue item instantly

Hello,

I’m building my own framework and I’m wondering that isn’t there activity like “Retry queue item”?

How is this possible to do without putting auto-retry to the queue in the orchestrator?

(I’m using latest studio version).

Hi!

have a view on this pdf

StudioActivities_Queues.pdf (867.1 KB)

Regards,
NaNi

have a look on following activity:

Hi @antti.kuisma ,

**Welcome to UiPath Forum :slight_smile: **
Auto Retry is best practices in UIpath if you want to retry. the other option make is as failed current queue item and add new queue item.

Regards,
Arivu

Hi, thanks for responding.
My goal is to make config file where you could set how many times retry is executed. Thats why I don’t want to use max retry number staticly when I create the queue…