Greeting,
May I know is it possible to start a robot by using windows service?
For example : Start a process in my windows service to execute command like >>
“C:\Program Files (x86)\UiPath Studio\UiRobot.exe” /file:“full path of your workflow”
I’ve tried the approach above and I can notice that the uipath.exe is running in task manager, but the robot is not starting anyway. Any idea?
Thanks