Tagged Questions
0
votes
0answers
14 views
OnWorkflowItemChanged fire multiple times
I have been using a State Machine workflow (SharePoint 2010).
Workflow design
Main State:
The Main State does not update the item.
The Main State contains a OnWorkflowItemChanged.
When the item ...
0
votes
0answers
382 views
SharePoint State Machine Workflow - OnTaskCreated and OnTaskChanged events not firing properly
I've created a state machine workflow with Visual Studio 2010. In this state I have one state for updating information.
I've added state initialization. In this initialization I've added a ...