Mar 04 2009

Access Denied When Editing SharePoint Designer Workflow Task

Category: SharePoint, TechnologyAdam Toth @ 4:38 pm

Recently I saw an access denied error when a user tried to edit a SharePoint Designer workflow task. The error did not occur if the user was a site collection administrator, but did occur even if they had full control to the site, list, and task list.

Running through the Request Access pages, it appeared that SharePoint did not think the user had rights to the task list, even though they did after thoroughly checking permissions.

I figured that it was having trouble with permissions to the ASPX pages from the Designer-generated tasks forms, so I solved it by doing the following:

  • Open the site in SharePoint designer
  • Locate the “Workflows” node in the tree view.
  • Right-click “Workflows” and select Properties.
  • Click the Security tab.
  • Choose the option to manage permissions from the browser.

It turns out that this “Workflows” node is actually a SharePoint folder object, and it turned out that this folder did not inherit permissions from the parent. The web page for managing permissions that came up showed me this, and enabled me to reinherit permissions and fix the problem.

I’m not sure why that folder didn’t inherit permissions though, I’d never seen that before.

Bookmark and Share

Tags: , , ,

4 Responses to “Access Denied When Editing SharePoint Designer Workflow Task”

  1. Bazztrap says:

    Aaah I ran into this and couldn’t figure it out

  2. Daniel Craig says:

    Hi, I was looking around for a while searching for sharepoint security and I happened upon this site and your post regarding Access Denied When Editing SharePoint Designer Workflow Task, I will definitely this to my sharepoint security bookmarks!

  3. Thoie says:

    Thank you – that solved an irritating issue for me!

  4. Lobch says:

    The walkaround didn´t work for me, it´s really annoying, the user can even delete the task element, but would´t edit it. Any ideas? Thanks

Leave a Reply