By alashcraft
via codeproject.com
Published: Oct 22 2008 / 21:16
The workflow activity has become a core business process in various domains. There are many technologies that provide the solution to design workflow activity and a mechanism to process the work request as per the user role or state of activities. One of them is Windows Workflow foundation. WWF provides a solution to such problem, but with very complex architecture to achieve this .This involves significant amount of production time. The workflow activity is not static it varies with change in business process. To deal with this problem we have state machine complier which provides out of the box solution to it. SMC is an open source code. This article demonstrate and help one to understand the implementation workflow using State Machine Compiler in .Net.
Add your comment