How two BOT use same Application and both BOT run same time?

Hi,

If you have to schedule two bots and to execute a particular job; the two bots has to run interchangeably throughout the day. One bot can run 50 invoices in two hrs; while first bot is running; second bot will run another 50 invoices. assume 500 invoices are there and you have only one application, you can’t have both the bots accessing the application at the same time, still they have to process by one invoices.

Thanks and Regards,
Ram.

Hi

Welcome to UiPath community

Well u can put all these input data to a queue and set two bots
Where these two bots can be triggered with QUEUE trigger and assign these two bots
So whenever a new item is added to the queue it will trigger the available bot
With which u requirement gets handled

  1. Has to run interchangeably
  2. Only one bot has to use application
  3. Process all the inputs submitted

Have a view on this queue trigger like how it works

https://docs.uipath.com/orchestrator/docs/about-triggers

Cheers @Ram_Yanamala

@Ram_Yanamala

Welcome to forums

You can use a different User of a VM you have
Assign sepearate two bot licenses

Pass all your data to Queue and using Queue trigger both bots can work

Hope this may help you

Thanks,
Srini