Expand my Community achievements bar.

SOLVED

Enable create workflow option for a specific page and disable for all other pages.

Avatar

Employee

I have a requirement where a user group should be able to run a workflow on a specific page but not on any other pages. We can disable a specific workflow or all workflows for a user group, but how can we restrict them to only one page?

For example, under /content/company/us/ , there are multiple pages, but I want to enable the "Create Workflow" option only for the page /content/company/us/test.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
3 Replies

Avatar

Community Advisor

HI @AmitaJ 

You may need to use rendercondition to show/hide button based on condition, please check

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/custom-granite-render-cond... 



Arun Patidar | https://aemlinks.com/

Avatar

Employee

Hi @arunpatidar , I have to use ACL. can we achieve using acl?

deny on var/workflow/model will be applicable to all pages.

Avatar

Correct answer by
Community Advisor