Unattended robots reading emails using Re Framework

I have 5 unattended robots and it is developed using Re Framework and all are scheduled and it will read the out emails. There are 5 emails which needs to be processed and how can I ensure robots are not processing the same email. In which workflow in Re Framework i have configured reading emails and updating

Hi @karthik_mani ,

Two achieve this scenario you have to go with dispatcher and performer.

In your use case Dispatcher bot will read the emails and put the information in queue items.

When Perform runs on multiple machines then their will be no conflict in picking the items.

Let me know if you have any concern.