Is anyone familiar with how RPA handles a botflow being assigned to multiple bots?
My initial assumption was that any given botflow assigned to multiple bots would be run on each bot; however, I've noticed that the botflow will only run once among all the bots (example below for clarity). I'm guessing that the botflow will run on the first assigned bot it comes across on the bot list (in RPA Central), but that's just a guess.
Example:
Botflow "helloWorld" assigned to bot "A" and bot "B" (separate workstations, separate named bots listed in RPA central). When run via RPA Central, the botflow will only run on "A" and never trigger on "B".