To define a state machine workflow, you start with the StateMachineWorkflowActivity class (found in the System.Workflow.Activities namespace). This is the base class for your workflow when you select State Machine Workflow as the Add Item template or when you select one of the State Machine Workflow Project templates. You can add a state machine workflow to any project that supports workflows. This means you can mix and match sequential and state machine workflows in the same project.
To define a state machine workflow, you start w