I’m building APPS for some users. In some of those APPS, a button starts a robot (I need it to start a robot and not put something in a Queue since I want to show the out arguments in the APP).
For me it worked fine, but then when the users started using it, no robots where started. Reason: the role they have (APPS user role) does not give them rights to start jobs on Orchestrator.
So I need to give it to them.
BUT, by giving them this right, they are now allowed to start robots from Orchestrator! which we do not want.
Could you seperate that? If a developer adds a start process in an APP, it should be allowed to start for every user having access to the app.
Have you figured out a way to do this? I’m in the same situation where just making it public won’t do and I don’t want end-user to run the jobs manually.
Indeed not an optimal solution. Thank you for your reply!
I’ve granted users the rights on the folder with only Apps.View and Jobs.Create (And the Webhook.View,Webhook.Create on Tenant level). The App will function and the users will see the folder in Orchestrator but can’t do anything inside the folder.
Hopefully UiPath adds the possibility to somehow hide the folder for these App users.