Correct place to Add Queue Item

Hello,
Does UiPath has an official recommendation/documentation which explain where we should place Add Queue Item when there is one automation and we do not split process into Dispatcher and Performer.
I have been doing this always in Init (First Run) however I really wonder if this is what UiPath suggest?

1 Like

Hi @Malgorzata_Nitecka-Kubick ,

Yes, Init (First Run) is the correct place to use add Queue item/Bulk add queue items activity to avoid re-addition of the same data in the queue due to the system exception retry mechanism.

Regards,
Ashutosh Gupta

Correct, this is clear. I wonder only if UiPath has officialy the same approuch or it will be always answer do a Dispatcher and Performer