Dynamically Modifying a Workflow from the Outside
Posted by: Keyvan Nayyeri,
on 05 Dec 2006 |
View original | Bookmarked: 0 time(s)
In previous post I talked about modifying a running workflow from the inside and stated that there is another option to modify a workflow from the outside which needs more work and code. In second approach you modify a workflow via workflow runtime. Here I describe second approach. To modify a workflow on runtime, you can watch for workflow runtime's WorkflowSuspended event and try to modify your workflow in this event. To do this, you can use a an AutoResetEvent...