I came across this while developing workflows in SharePoint. The SharePoint 2007 environment I develop in is MOSS 2007 w/SP1 and the Infrastructure Update and when a workflow was created with the following activities all processing would stop and the workflow would not wake up.
What was happening is the workflow would enter the While activity to wait for the task to be modified. If the task was edited and marked as “Completed” and saved the workflow just would not continue.
I had noticed though in some cases during my workflow process the While activity would work. If I added a DelayForActivity and introduced a 5 minute delay before the While activity everything worked as expected.
Hope this helps someone else out there building workflows for SharePoint 2007.
No comments yet... Be the first to leave a reply!