Tagged Questions
0
votes
1answer
58 views
How to add additional workflow task in SharePoint workflow?
I am developing a sequence workflow. It contains a Replicator and its InitialChildData property is bound to the list of strings representing users. The activity that gets replicated is the workflow ...
0
votes
1answer
80 views
SharePoint workflow tasks don't wait to be executed
I have created a workflow in Visual Studio which contains a replicator which creates multiple tasks for approval. The replicator contains a sequence activity which is consisted of createTask, a while ...
0
votes
1answer
203 views
ontaskchanged Error occured
I'm trying to create a simple workflow containing a while in which you can find : createtaskwithcontenttypes
while
Ontaskchanged
completetask
When I try to launch the workflow by adding a new ...
0
votes
1answer
417 views
Custom Task Email for SharePoint State Machine Workflows
I have created a SharePoint State Machine workflow in Visual Studio 2010 and all works fine and all emails are sent out correctly. I would like to change the content of the email that is sent out (i.e ...
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
5k 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 ...
