Hi
Is there any possible way to run Code(Xaml) in orchestrator without using Attended/UnAttented Bot.
Hi
Is there any possible way to run Code(Xaml) in orchestrator without using Attended/UnAttented Bot.
No, is not possible. You should use one type of robot, attended or unattended.
If you are connected to Orchestrator in Assistant and you have an available licensed robot, you can run a XAML file via cmd.exe. Make sure that the UiPath Robot is running in services.msc.
Example:
Example:
"C:\Program Files\UiPath\Studio\UiRobot.exe" execute --file "FULL_LOCAL_PATH\Main.xaml"
If you are disconnected from Orchestrator in UiPath Assistant, you will receive an error like
A local license is required.
Example:
More details here: