Hi, I want to execute UiPath workflow when user takes certain some action in webpage, Please let me know How can we execute Uipath from Java/Php script.
I’ve tried to create .bat file and try to exeute using php’s system() & exec function but its not executing script.
My .bat file contains below:
“C:\Program Files (x86)\UiPath Studio\UiRobot.exe” /file:“C:\Users\kuldipsinh.gohil\Documents\UiPath\RulesConfigXML\main.xaml”
(when i paste above string in command prompt then its executing script)
Try using user Events instead. I believe is better approach to have the robot running on the background than asking to run it every time with a .bat file
Do you have admin access on the computer you are running the file?