There is issue in this logic... In 1st bot acquires lock+ add items + release and then start to process 1 of the item,, same time other bot will again acquire lock + add Items + release... So it will have same effect in adding multiple duplicate Items in q...
Multi BOT Architecture Blue Prism
Thank you! Clearly explained 👍
Acquired lock on what? which application is being locked? will this logic work? we run 2 bots, they will both get their token inside them.
There is issue in this logic... In 1st bot acquires lock+ add items + release and then start to process 1 of the item,, same time other bot will again acquire lock + add Items + release... So it will have same effect in adding multiple duplicate Items in q...
yes , in first stage he should use query lock action after than check if the lock exist on decision and then lock the resource and add data in queue
Yes this logic is not good he should use query lock action first
need to provide query lock also...
Sure Devendra. I will make video on this too.
Without environment locking how multi bot architecture work?