0
votes
0answers
25 views

Parralel workflow While Loops

I have 2 questions regarding a custom SharePoint Parallel workflow. When setting up a While loop (using a while shape), what's the best practice in terms of placing a wait shape? Basically, I have ...
0
votes
0answers
22 views

manageable Sequential Workflow code in visual studio

We are developing a new visual studio 2010 sequential workflow having many steps inside. c# code exceeds 5K lines now. Can anybody suggest any technique that we can use to make the workflow ...
0
votes
0answers
330 views

Best Practices for StateMachine Workflow update operations

In our Workflow we have lots of updates to running workflow Document library item and its associated tasks..currently we are using simple approach as For Document Library : Public Shared Sub ...