Tag: tasks
-
How sloppiness and SPWorkflowTask.AlterTask() could inadvertantly lock your workflow task
The SPWorkflowTask.AlterTask() method is handy dandy. It allows us to alter task details from outside of the workflow itself. I was using it in a couple of custom task forms I had created to update the task based on some user input. It’s pretty simple. You get a reference to the active workflow task item, […]