Types of Workflow

There are two types of workflow

  1. Sequential Workflow: A Sequential workflow runs from beginning to end, with the workflow engine initiating each step.
  2. State Machine Workflow:  A State Machine workflow is driven by external events and user interaction, and simply constrains or interacts with those events, so it stores state between events. State Machine workflows are called this because they allow the developer to define custom “states” that the process can be in at any time.
Tagged . Bookmark the permalink.

Leave a Reply