I am trying to restrict workflows available to whole set of users in the system without actually deleting the workflow models or setting permissions. From the firebug console i see the follow json request(/libs/cq/workflow/content/console/workflows.json) being fired for getting the workflow list. But i am unable to locate the servlet or jsp being called for this json
I tried using the sling resource resolver and get the following from it
JcrNodeResource, type=cq/workflow/components/workflows, superType=null, path=/libs/cq/workflow/content/console/workflows
but i dont see workflows folder under /libs/cq/workflow/components/. I am at loss, what am i missing
Thanks in Advance
Environment CQ 5.5