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.
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
Has to run interchangeably
Only one bot has to use application
Process all the inputs submitted
Have a view on this queue trigger like how it works