Hi,
I have 2 sequential workflows attached to 2 different custom lists. When an item is added, the respective workflows are triggerred.
When the workflow is activated, I am adding a delay for about 10 seconds and then resume the workflow. This delay is added in both the workflows. Both the lists are added to the same site collection. I have also set the timer as defined below:
stsadm -o setproperty -pn job-workflow -pv "Every 5 minutes between 0 and 59" -url siteurl
Now, if i upgrade any of the workflows, should i restart the timer jobs. And if the timer jobs are restarted, would the existing In Progress workflows of the other lists get corrupted?
Are there issues with adding delays in VS 2010 Sequential workflow? Is it fine, if a delay is added in workflow? Please note that all the workflows are activated in the same site collection, but to different custom lists.
Thanks