Hi @Marcos_aem ,
To hide an AEM workflow model from all users except for specific users or user groups, you can follow these steps:
- Log in to AEM with administrative privileges.
- Navigate to the AEM Workflow Models console by accessing the URL: http://localhost:4502/libs/cq/workflow/content/console.html.
- Find the workflow model that you want to hide and select it.
- Click on the "Edit" button to modify the properties of the workflow model.
- In the properties dialog, scroll down to the "Permissions" section.
- Remove the default permission entries by clicking on the "-" button next to each entry.
- Add a new permission entry for the specific user group that you want to grant access to.
- Click on the "+" button to add a new permission entry.
- In the "Principal" field, enter the name or path of the specific user group.
- Configure the desired permissions for the user group, such as "Read" or "All" permissions.
- Click "Save" to apply the changes to the workflow model.
By setting the permissions for the specific user group, only those users who belong to that group will be able to see and access the workflow model. Other users will not have visibility or access to the workflow model.