Multi threading orchestrator bots

Need some advice, the scenario is below

There is a piece of software that allows one person to login a maximum of two times, we have the bot running via orchestrator multi threaded, we have 5 logins for this software however it is spread across 4 different process’s. Some of the process’s do not run all the time however some run every 2 hours.

Is there a way to tell the bot ‘this login is already in use by another bot so use another one in your list of logins’?

Need to do this via orchestrator ideally.

bump