Tagged Questions
1
vote
3answers
1k views
How to debug the error "This task is currently locked by a running workflow and cannot be edited”?
From time to time, some of my SP2010 site workflows fail with this message:
This task is currently locked by a running workflow and cannot be edited
I believed I have fixed this but from time to ...
1
vote
2answers
6k views
Correct way to fix “This task is currently locked by a running workflow and cannot be edited”
I have a SharePoint 2010 workflow that creates a task. The task has custom form and custom code executed when the form is submitted.
Inside the code I'm trying to set the Completed Status on the task ...