Hi everyone!
I need to develop a workflow that opens a new web browser page, on Designer everything works fine but unfortunately it does not work once is uploaded on the server:
- I've used a command tool to run a cmd.exe;
- as a Command Arguments I've written to start Google chrome;
- I've tried to express both the command sentence and the arguments using UNC path.
Unfortunately this set up is not able to open a new browser page on the server...
So:
1) Is it mandatory to use a share drive?
2) Are there any alternatives to start a browser page on server?

Thank you