Let's say I have a user group x with minimal permissions which needs to trigger a workflow y. Currently the group permissions are,
So if I try to start the workflow from the sites, selecting the page --> Create --> Workflow, in select the workflow models dropdown OOTB models are also being listed. I want the dropdown list to be restricted to only the workflow y, which I created. So how can I set the required permissions!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
You can also achieve the given use case by implementing Workflow: System tag on the model. This will allow you to hide default workflows and display custom workflows in the Start Workflow list in the AEM Sites and Assets UI. See [0] for more details.
Steps:
Workflow models are hidden by setting Workflow: System tag on the model.
[0]: https://helpx.adobe.com/in/experience-manager/kb/hide-workflow-models-start-workflow-list.html
You can achieve this by applying ACLs:
Views
Replies
Total Likes
Answer by @hamidk92094312 already covers the link you can try and it works.
In case you need to deny certain workflows from appearing in the drop down and it is true for all the users then a suggested approach can be to tag such workflows as system workflows. You can open the workflow properties and tag it with workflow/system and it won't appear in any drop down where user can select it.
Views
Replies
Total Likes
You can also achieve the given use case by implementing Workflow: System tag on the model. This will allow you to hide default workflows and display custom workflows in the Start Workflow list in the AEM Sites and Assets UI. See [0] for more details.
Steps:
Workflow models are hidden by setting Workflow: System tag on the model.
[0]: https://helpx.adobe.com/in/experience-manager/kb/hide-workflow-models-start-workflow-list.html
Views
Likes
Replies