How to hide the workflow models for certain groups or a user in AEM 6.5?
Anyidea How to hide the workflow models for certain groups or a user in AEM 6.5?
runtime workflows are updated in /var/workflow/models,
In useradmin console I am unble to set permission to specific workflow model because workflowmodel is in /var/workflow/model is xml file and NOT having
mixnTypes: rep:AccessContrallable property.
Adding the system tag to workflowmodel hides the workflow model for all users but to specific group
my use case is I want hide workflow name in the dropdown option in starworkflow when specific group members trigger workflow
