Hello there,
I am trying to start workflow from command line and tried Arguments Description documentation. In my local machine there is no UiRobot.exe in installation path. Instead there is UiPath.Agent.exe file. I tried following commands with command prompt. All commands just open Robot Tray. For example
%AppData\Local\UiPath>UiPath.Agent.exe --help
%AppData\Local\UiPath>UiPath.Agent.exe --connect
%AppData\Local\UiPath>UiPath.Agent.exe -file “d:\Main.xaml”
all of these just open UiPath Robot application.
How can I run specific workflow file with command line?
Thanks