Other Bots' Status

How do you check the status of the other bots that are in Orchestrator? Also, if they are busy, how do I know what process are they working on?

I schedule a process to start across all 4 of my bots, and once they are all done with the first process, I need a second process to start.

I have two workaround ideas, one involves having the bot navigate to Orchestrator, but I’m thinking there is probably something better out there.

Have you thought about just starting the process on the same bot that runs the first process? It will pend and run after the first one is made available after the process is complete, then you might also need a condition in the second process that waits til a file is changed or something in the environment of the server is found.

1 Like