Tag Archives: Tasks

Task locked by Running Workflow and Cannot be Edited

If you’re trying to update a task item that is linked to a running workflow using code similar to public UpdateTaskItem(SPList taskList, int identifier, string newValue) { taskItem = taskList.GetItemById(identifier); // Update task item taskItem["fieldname"] = newValue; taskItem.Update(); }public UpdateTaskItem(SPList … Continue reading

Posted in SharePoint, Workflow | Tagged , , | Leave a comment