
SharePoint 2010 State Machine workflow delayActivity tip
If you’re using a delayActivity in your Visual Studio State Machine workflow, you are likely to want to use the InitializeTimeoutDuration handler to set the length of the delay. An easy mistake to make is to think you could do the following: private void DelayActivity_InitializeTimeoutDuration(object sender, EventArgs e) { delayActivity1.TimeoutDuration […]