Best suited process for dispatcher uses Bulk add queue item

the dispatcher uses bulk add queue item to upload items to orchestrator queue.based on UiPath best practice which design is best suited?

Hi @Vinoth_Kumar_N

Welcome to the UiPath community.

You can use bulk add queue item but add queue item would be best to use in the dispatcher. Usingg add queue item, you can give a unique reference for each queue item, and it will be helpful to eliminate duplicate records

@Vinoth_Kumar_N

Welcome to the community

It completely depends on the requirement

  1. Say the relative number of items are less and some pre processing is needed then adding separately would make more sense
  2. On the other hand say the number of items are huge and all are available in a file for you to add then going will bulk add queue items will be better as you can add all at once and also you can add a reference column and provide references as well…here you have option to add all or reject if only few items do not meet the required criteria for the queue

Cheers