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.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Hi @AmitaJ
ACL alone will not help, you need to combine rendercondition with ACL
Examples : https://gist.github.com/nateyolles/eec2f56acc7153fe9fb7dd6637e8f7ad
Hi @arunpatidar , I have to use ACL. can we achieve using acl?
deny on var/workflow/model will be applicable to all pages.
Views
Replies
Total Likes
Hi @AmitaJ
ACL alone will not help, you need to combine rendercondition with ACL
Examples : https://gist.github.com/nateyolles/eec2f56acc7153fe9fb7dd6637e8f7ad
Views
Likes
Replies