I have a SharePoint (WSS 3.0, VS 2005) workflow that has a workflow modification form attached to it, which I would like to disable after a certain time and continue with the parameters from the association form.
What's the best way to move past the 'onWorkflowModified' activity if the timer is up? It seems that the only way to listen for modification data results in the workflow waiting indefinitely at the activity.
Thanks!
EDIT: The 'onWorkflowModified' activity in one branch of a parallel activity stops anything from happening until it is dealt with - this is what I'm trying to avoid.