Dynamically Modifying a Workflow from the Inside
Posted by: Keyvan Nayyeri,
on 01 Dec 2006 |
View original | Bookmarked: 0 time(s)
Updating a workflow on runtime can be a case especially when you want to avoid rebuilding a workflow. There are two available options to update an activity on runtime: from the inside or from the outside. In this post I describe first option and second option should be the topic of one of future posts. First I create a simple workflow for my sample. It's nothing more than a Sequential Workflow Console Application with one workflow as you see: This workflow consists of...