What is the difference between state machine and workflow?

Workflow and state machines are defined nicely on wikipedia. I’m guessing you’re getting the term State Machine Workflow from this page. .NET seems to support different ways of modeling workflows (which are just some defined steps in a complex human task). A state machine (which is a map of states with transitions between them) would … Read more

Use cases of the Workflow Engine

I’m biased as well, as I am the main author of StonePath. I have developed workflow applications for the U.S. State Department, the Geneva Centre for Humanitarian Demining, several fortune 500 clients, and most recently the Washington DC Public School System. Every time I have seen a ‘workflow engine’ that tried to be the one … Read more

tech