The deadlock tag has no wiki summary.
0
votes
0answers
196 views
How to unlock a Task Item after updating it?
I am using Workflow to assign tasks and running another action in parallel to update Task (Tasks created by assign task action).
This piece is working fine. However, the task is staying locked for ...
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 ...
4
votes
2answers
2k views
Locking SPListItem for entirely server-side update
I am using code similar to the following to apply an update to an SPListItem, after necessarily elevating to System privileges on said item.
Because this can be called multiple times for the same ...