In Dynamics CRM 2011 I want to disable workflow activation for some users. These users still can create, update and deactivate workflows, but only specific user "workflow publisher" can activate workflows. How can I do this? I was thinking about creating security role and check this role using plugin when user try to activate workflow, but I can not register plugin on workflow (process) entity. Any ideas?
Thanks