If there are 10 robots and u hv to run them simultaneously what we have to do?

how we can work on 10 robots …lets suppose we have 50 emails?

You need one process that is a dispatcher, which reads the emails then puts them into a Queue in Orchestrator. Then you have a performer process that gets transactions from the Queue and processes them.