Clashing Triggers And Multiple Bots

I need some clarity on a couple of points, and I’d really appreciate your help.

  1. How many processes or jobs can we run at the same time? I understand that background processes can run simultaneously, but I’m trying to get a clear understanding of the limits and scenarios.

  2. Bot Triggering Scenario: Suppose there are two bots scheduled or triggered one after the other. The first bot’s job is in a “Pending” state (not yet running). Will the second bot get triggered in this case? Please note that both bots are independent and not interlinked.

I’m aware that background bots (those not interacting with UI elements) can run multiple jobs concurrently. However, I’m confused about specific scenarios where the first bot being in a “Pending” state might block the second bot’s execution.

This post gives you some answers when your process is foreground or background.

This depends on the scenario.

2nd bot (background process) will run if it is triggered

If the second bot is foreground process and you have enough unattended licenses the bot will also start an instance of UiRobot.exe (executor)

Second bot will not run if your background or foreground processes have consumed all available license and will also set to pending.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.