i have published the flow on orcrchestrator as i modified, so after publishing i corerct folder, it is not showing upgrade package option and even when i trying from folder it showing access denied.
what isthe issue?
chck below ss
Go to Automations → Processes in the correct folder then select Archithon_GetInputData. Click the 3 dots ⋮ → Edit and change the package version from 1.0.12 → 1.0.18 then save.
If Edit is Disabled it means Access Denied then for that go to Orchestrator → Tenant → Users → Roles and check if your role has the following permissions for that folder:
Processes → Edit
Packages → View & Update
If missing, request your Orchestrator admin to grant these.
Here’s how we can assign those permissions in UiPath Orchestrator:
Navigate to Manage Access: First, head over to Tenant > Manage access in your Orchestrator instance.
Assign Roles: Click on Assign roles. You’ll then select the type of entity you’re assigning roles to, such as a User, Robot account, or Group.
Select Entity: In the “Assign roles” window, search for the specific existing user, robot account, or group you want to grant permissions to.
Choose Roles: Click the Roles field and select the checkbox for each role you want to assign. For the “Managing package versions for a process” scenario, you’ll want to ensure the selected entity has roles that grant: View and Edit permissions on Processes.
View permissions on Packages or Folder Packages.
If a suitable role doesn’t exist, you might need to define a new custom role.
Web Access and UI Profile: Under Web Access, decide if the entity can log in to the Orchestrator UI and choose their appropriate user interface profile.
Robot Setup (if applicable): If relevant, you can enable the creation of an attended robot for group members and assign an attended user license here.
Assign: Finally, click Assign to apply all your settings!