im trying to call uipath workflow using cmd. below is the command which im using,
this is working perfectly- with version 8
“C:\Program Files (x86)\UiPath Studio\UiRobot.exe\v8” /file:“C:\ProcessAutomation\pl_account_credit\xamls\MainSeq.xaml” /monitored /executor /cc /preferConsole
this is not working - version 16
"C:\Program Files (x86)\UiPath Studio\UiRobot.exe" /file:“C:\ProcessAutomation\pl_account_credit\xamls\MainSeq.xaml” /monitored /executor /cc /preferConsole
i have mentioned the versions only for the Robot.exe path. and also this workflow is working perfectly only with the version 16 and not in version 8
Actually with the script which i have given first is working for all the workflows except this one.
pls help me… tia