.NET Framework 4.0 (Beta 1)
Both client side and server side use of a good hiearchical state machine has many uses. For example implementing the Controler in a MVC design
Simply add a robust state machine to WF building on what was done before.
Capture the essence of this following this book as a guide:
http://state-machine.com/psicc2/index.htm
See suggestion/feedback. Basically a re-engineered state machine workflow.
And no, I don't see the new flowchart as a valid replacement. The key is to allow
proper nested states and have the superstates handle events not specifically handeled by substates. This give you control over complexity.