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
1answer
166 views
Visual Studio 2010 Workflow Error
I have created a simple workflow in VS 2010. What it does is creating a task for a person, when the person changes the task status to "Complete", it logs a message to workflow history.
When I change ...
0
votes
1answer
354 views
unable to update the list item in nested if-else condition in Visual Studio State Machine Workflow
I am working on State Machine Workflow using Visual Studio 2010 Workflow.
I want to update the list item on item changed. But unable to update the item. I am updating the item in nested If-Else ...
0
votes
1answer
1k views
Implement custom sharepoint workflow with aspx page instead of infopath
I am creating state machine workflow in visual studio 2010 and info path form (for approval etc.) is associated with the generated task. But i need to associate aspx form instead of infopath with the ...
0
votes
1answer
230 views
Can you dynamicallly change a SP Workflow at runtime?
I have developed a SP State Machine WF and was able to successfully deploy and work through the WF. I was wondering if you can dynamically change a SP WF at runtime.
I don't want to necessarily ...
