.
This class can be used to manage a StateWorkflow.
Amongst the more useful functions is the SetState function that can be used to force the workflow into a specific state using the qualified name of the StateActivity. This is a wrapper round the SetStateQueue WorkflowQueue and the SetStateEventArgs class.
Another interesting property is the StateHistory.
The PossibleStateTransitions properties gives you a list of designed state switches.
http://msdn2.microsoft.com/en-us/library/system.workflow.activities.statemachineworkflowinstance.aspx
A StateWorkflow is one of the two basic workflow models included with WindowsWorkflowFoundation.
23-11-2009 15:30:18 - -80.126.236.224
Force a StateWorkflow into a specific state.
23-11-2009 15:28:23 - -80.126.16.139
Represents a state in a State Machine Workflow Activity.
23-11-2009 15:30:00 - -80.126.16.139
A Workflow queue used to trigger state changes in a State Workflow.
23-11-2009 15:28:28 - -80.126.16.139
Represents a workflow queue.
23-11-2009 15:32:50 - 80.126.236.224
EventArgs derived class used to switch a StateWorkflow into a specific state.
23-11-2009 15:28:26 - MauriceDeBeijer-193.173.155.235
Lets you retrieve the state transition history of a workflow.
23-11-2009 15:30:03 - -80.126.16.139
Provides you with a list of designed state switches in the current state.
23-11-2009 15:26:46 - -80.126.16.139