I will receive 100 mails and each mail have one attachment from business with keeping subject line as same. Where attachment file name will be same or different. Need to use multibot concept.
I have an idea is all file will download into shared folder with file name along with timestamp, so it will be unique. and performer bot will take each file from shared folder and move to local folder and process and complete.
But for me is, if Performer1 and Performer2 will try to access shared folder at same time what will happen.it will fail?
Or any other solution?
Hi @Sharanabasava1 ,
If use share folder, file can not open by 2 user at time
You can create folder copy for robot
in fact, I have a same problem,
after download all file from email to share folder, robot copy folder to folder input robot.
Regards,
LNV
Then how multi bot will handle
Yes, we can do it by multi bot Architecture which means nothing but distribution of the records to process
Find this
may be it helps
Thanks
Hi,
Robot as a user .
Only a robot an access file in time
Each robot need private folder input
Before start handle file, robot need copy from share to input
Regards,
LNV
Hello @Sharanabasava1
Use the Distribution Process for 2 Dispatcher Bots
For Ex : Performer 1 Should pick the first 50 Files
Next, Performer 2 Will Pick the Remaining 50 Files
This makes It easy to solve your mentioned issue
Thanks.
if it copy from shared folder where 10 files are there it will move to input folder all 10files. I need to have only 1 files at a time to process
as example I have given 100 mails, it may be more or less and they may use 2 or 4 bots, not sure
ya but It’s better to split the File folders to the Performer bots according to your requirement.
The time when users other than robots use the file is undefined, if you can determine what files the robot needs, just copy those files,