How does State Machine work?

HI @vizblue_in

State machine workflows provide a modeling style with which you can model your workflow in an event-driven manner. A StateMachine activity contains the states and transitions that make up the logic of the state machine, and can be used anywhere an activity can be used. There are several classes in the state machine runtime:

  • StateMachine
  • State
  • Transition

Please go through with following links for better understanding:

State Machine Workflows

How to: Create a State Machine Workflow

For example workflow, May be you can see @vikas_reddy_Vicky example.

10 Likes