for multi bot scenario it is better to have a separate process for adding items to the queue and and define logic of the item processing workflow to fetch pending item from the target Queue and work on them.
in scheduling you could have two different tasks two run them one after other
* task 1 run process to add items to queue assigned to resource 1
* on completion of task 1 set the schedule config to run task 2 which is defined to run the main process to run parallel on resources 1-10
* in task 2 config set the on completion stop the task
------------------------------
Jerin Jose
RPA Product SME
EY
Asia/Kolkata
"If you find this post helpful, please press the "Recommend" Button.------------------------------
Original Message:
Sent: 09-05-2020 13:05
From: Shubham Semwal
Subject: Environmental Locking
Suppose there is environmental locks setup for a particular excel now if the 2 bot are running the same process. Assume that the lock is in an excel while one bot is accessing the excel the first bot will lock the excel until its work of excel is done and puts the data into the work queue. Now the first bot finishes the work of excel and the second bot runs and and again fetches the data it will also put the data into the work queue but here how will the process run because as per the code both the bot will put the data into the queue.
I apologize for this silly question but how will this work I want to have the understanding of this, as I am not aware of this. I want to have a clear understanding of this.
------------------------------
Shubham Semwal
Software Engineer
Larsen & Toubro Infotech
Asia/Kolkata
------------------------------