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
This example intends to show a way of implementing some kind of a navigation map for websites based on workflow. Because of the navigation nature of web sites (the user navigates through nodes without a specific order), the chosen workflow is a state machine type. For this simple example, we use just two nodes represented... read more
An interesting idea that has been getting attention in the past days is the possibility of building workflows outside of the VS Workflow Designer.The most relevant developed examples of this new possibility are: Mark Schmidt´s WFPad – Viewing/Editing Workflow’s in XML: application in which you can design workflows in a graphic and an xoml way... read more