Adding a process to UiPath Agent/Robot

Fine let’s got one by one
For this

We can find the nupkg files in
“C:\ProgramData\UiPath\Projects”.

Then

  1. create a project in UiPath studio
  2. publish the project to a directory of choice
  3. copy the .nupkg package to the robot machine in the default package directory
    ( in my case thats in C:\ProgramData\UiPath\Packages\ ). please check your path
  4. after this you should see the project in your robot (tray). Y

And then finally for this

We cannot start a process from Orchestrator on this type of Robots, and they cannot run under a locked screen. They can be started only from the Robot tray or from the Command Prompt . Attended Robots should only run under human supervision

Hope this would help you
Cheers @manderss