Use Case:
Let’s assume 10 robots in one environment Prod and I have scheduled a robot to trigger dynamically in any one of them everyday.
After few days, I find an internal issue with one bot and the process fails in that. Now the issue can take long time to get fixed or cannot be tracked back or whatever… Now my process keeps getting triggered in the same failed bot again every day although it was allocated dynamically.
My Idea:
Similar to allocate dynamically, if we can have an option to exclude one or two bots from dynamic allocation that’d really be useful rather than coding to check what bot the process is running and re-running it on a different bot.