Monthly Archives: November 2005
-
Monitoring workflows is going to become an essential functionality in almost every BPM implemented with Windows Workflow Foundation. It allows administration users to get a fast and smart track of what’s going on with their multiple running workflows. This way, they can get a better control, summarized information and customized reports about running or closed... read more
-
The InvokeWorkflow Activity does a great job calling workflows asynchronously. This way you can call a workflow to start from your current workflow and keep going. But what if you want to start it synchronously? What if you want to chain workflows in a hierarchical architecture and you don’t want to use the "fire and... read more