I have a vm with various scheduled bot runs (9:00, 10:00, etc). I also have a new bot that is triggered on demand (file trigger). If my on-demand bot is triggered while a scheduled bot is running, is it possible to queue the triggered bot to run after the scheduled bot is done running?
In the current state, if my on-demand bot is triggered while another process is running, the on-demand bot will fail to launch.
Let me know, thanks!