How can a robot check if another robot is bussy

I have an orchestrator with 3 robots (A/B/C)

Robot A receives jobs requests by email and I want to forward them to robot B or C if they are free. How can I check from robot A if robot B/C are busy? Is there an activity that would allow me to do that by (for example) asking the orchestrator for the status?