Robot execution

Hi,

I want to schedule a two processes
if first bot complete the first task then only the next bot can take the process
How it can be achieved
By using normal queuee will it work?
Sequential it should run, but it should run in two different bot
I did assigned two tasks in two different bots
Any other way to do it?
Bot A should take task A
Bot B should take Task B

1 Like

Yah that’s absolutely possible
We got a term for it
DISPATCHER and PERFORMER
Where DISPATCHER will upload the data to queue with bot A
While PERFORMER will take those queue items and make a transaction with bot B
And bot b can start only when bot A completed and it takes in complete sequence
—we got an assignment as well in level three of academe training courses
And that would get through this very clearly buddy
In https://academy.uipath.com

Hope this would help you
Cheers @monish06

Kindly let know for any queries or clarification
Cheers @monish06

My point is I am having 2 task , first task is browser open and login process, second task is logout and browser close. I want to use 2 robots 1 for the first and 1 for the second task, How can i achieve?..