I triggered the bot, and it is running on parallel machines. For example, each bot job opened Google Chrome using the “Open Browser” activity and replicated the same task five times, running with parallel processing. While it was running, I didn’t have the patience to wait for it to complete, so I triggered it repeatedly. In total, I wanted to run it three times in the queue.
Here’s what happened:
- The first time I triggered it, it ran successfully.
- The second time, it started and ran simultaneously with the first instance without waiting for the first one to complete.
- The third instance failed, and the fourth one also failed.
So, the first two instances ran simultaneously, but the other two failed. How can I resolve this issue? I want the bot to run in a queue, even if I trigger it four times.
This issue seems partially related to the Timeout error while triggering the RPA Workflow as discussed here, but I did not get the expected answer there. Could you please provide a more detailed solution?