Robots usage query

Hii everyone,

I am having a XAML file which generates emails for every 5 minutes and also I am having another XAML file which reads the generated mails continously and filters it.
Now I want to schedule both the process
For the first process I am scheduling it using orchestrator and uipath Robot
Can I schedule the second process using same robot
How does it work

Regards,
Supriya

@supu123

Yes you can schedule both processes with same robot but schedule with different time.

And also if you want you can use orchestrator queues to do this. Create two processes like dispatcher and performer.

Dispatcher will generate mails and performer will read one by one mail and perform it.

Hii @lakshman

Can I know Different Time means

Regards,
Supriya

@supu123

As you said you want to use same BOT for different process right. So, schedule that according to do that. Because at a time we can’t run same two bots in same machine. If you schedule both process same time using same BOT then first one will trigger first and second one will be in queue and it will run after first one completed processing.