We've requirement to launch interactive application using Autosys agent.
Autosys job launch/start batch file. This batch file contain code to start UI application on server.
We can see in Task manager application started but we can't see it's UI.
This is because autosys starting application in Windows session ID 0. Which is windows services non-interactive session.
I'm logging to different session.
Is there way in autosys to force to start application other available session rather than Session 0 (zero)?