Question

I have several workflows that have been designed in SharePoint 2007 that use the 'Pause for Duration' action. I know that this action is dependant on the SharePoint Timer Servce.

My question is if the application server on which the SharePoint timer service runs goes down, do the workflows dependant on this service die or are they rehydrated once the service is back up again?

Thanks, Nav

Was it helpful?

Solution

Although I haven't verified this scenario, all data and status of the workflow is stored in the SQL database, independent from the server that runs the Timer Service. As the Timer Service only checks every few minutes (5 by default) to see if any paused workflows need to be resumed I can only assume it uses 'scheduled time <= current time' in the 'where clause'. That way it doesn't matter if it is 5 minutes later or 5 days later.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top