How to know next process to start

I’m wondering if there is a way to know what will be the next process to start in the current machine.

The question start because I have one process that needs a proxy configuration and others that doesn’t need it.

I was thinking to see in the orchestrator with the robot
if next process is the sae as this one - > keep proxy
else → disable proxy configuration

The thing is I don’t know if there is a way to see the next process to start in the current machine…

@KevinDS
There’s no simple way to check and see what the next job is going to be. Instead, the process that requires the proxy should be responsible for opening the proxy at the beginning and closing it at the end.