I set up remote debugging in the command line, connect my studio, and then run automation in debugging mode. However, if I start an automation from the orchestrator while debugging, both automations will run simultaneously. Is there a way to check if the remote machine is performing remote debugging before starting a job on that machine?
here you can create any flag or something to know when execution is started and after completing the execution delete that flag either it can be file or update any asset in orchestrator or in database you can store these info and after completing the execution revert back it to normal stage
As per my knowledge, no prebuilt solution for this. You will have to manage the triggers which going to trigger on that machine. You can disable for a while till you debugging on that machine and then enable it later on.
Ideally in production you would not have that scenario as you should not be logging into those machines
There is no direct way as mentioned..also onw thing we can do is use login to console as true this ensures the current rdp session terminates and new session gets created when robot starts this way it would mot wait but will acquire
Cheers
Hi @lr101,
You can enable maintainence mode for that machine before logging on to that machine and starting debugging.
When maintainence mode is enabled, it prevents any job run from orchestrator. All the jobs that were scheduled to start by trigger will go in pending state unless you lift that maintainence mode.
So, once you are done, disable it back.
Regards
Sonali
