Hi
I have created Java Web App, which is deployed in Apache tomcat 7.0 Web server. I have Created Java class to invoke UiRobot via Runtime Process Creation, When the form is submitted , it creates Process and the workflow executes. This works in my local machine. I have pushed the same project to a AWS cloud and the same workflow does not work there and the UiRobot does not get called.
AWS : Windows Server 2012 R2
Local machine: Windows 10.
