Home SharePoint Set Sharepoint workflow task permissions

Set Sharepoint workflow task permissions

0
173

I have saw many posts about this problem, many questions but few answers.

 So, how do we set permissions to workflow tasks:

  1. In workflow code behind create a HybridDictionary property something like this:

    WorkflowTaskPermission - Property

  2. Go to the CreateTask action/shape properties

    WorkflowTaskPermission - TaskCreationProperties

  3. The hidden feature is in the SpecialPermissions property

    When you click the "…" button as usual this window appears

    WorkflowTaskPermission - wrongWindow.JPG

    The big secret is not to click the "…" button in the SpecialPermissions property, but in the round blue circle near SpecialPermissions, this window appears

    WorkflowTaskPermission - RightWindow.JPG

  4. Choose the right property and it's working

    WorkflowTaskPermission - ChooseProperty.JPG

Simple and easy.

NO COMMENTS

LEAVE A REPLY

Please enter your comment!
Please enter your name here