Populate queue template in REF

Hello is any any best practice or template for populate queue!
The REF has no set data logic, so every time restart all app “Initialization” i Have my own populate queue there which im trying to avoid it.

1 Like

Hi

There is no one-size-fits-all best practice or template for populating a queue in UiPath. The best approach will depend on the specific needs of your application and the data that you are trying to populate the queue with.

However, there are some general best practices that you can follow

  • Use a separate process to populate the queue. This will help to keep your main process focused and efficient.

  • Use a transaction queue to store the data that you are populating the queue with. This will help to ensure that the data is processed in the correct order and that no data is lost.

  • Use a retry mechanism to handle any errors that occur when populating the queue. This will help to ensure that all of the data is eventually processed.

Check with this best practice document on queues from UiPath

https://docs.uipath.com/orchestrator/standalone/2023.4/user-guide/automation-best-practices#queues

Hope this helps

Cheers @Hazem_Saleh

1 Like

@Hazem_Saleh

Ideally a separate process will be used to populate queue if data is being extracted from some where… for that REF itself is modified where transaction item will be changed

apart from that if the data is coming from excel…it is good to use bulk add queue items where the whole excel is added at once or whole datatable is added at once to the queue

cheers

1 Like

Hope it’s clarified
If yes would recommend to close this topic

If not still we can have discussion

Cheers @Hazem_Saleh

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