Current behavior: Cannot see the play option for processes in Robot .
when try to run the process from orchestrator , for some time the process is displaying info as 'Installing package..." , and after some time the process is getting Faulted with info mesage saying " System.Exception: Failed to install package "
Note : This is our first time using orchestrator after setting it up on server
if still present, delete folder : %userprofile%\.nuget\
reinstall Studio and Robot
Then republished package to Orchestrator using Studio and launch a job for this package. Folder %userprofile%\.nuget\ is actually being refilled with all packages.
I know this post is old but maybe this can help :
To help diagnose further this issue, you should go to the windows event viewer
=> cmd => eventvwr
And then, you should look for the logs with Type = Error and Source = UiPath and Date = Tentative of robot running
With those logs, you can see exactly which packages were not installed and why (Usually dependencies packages).