Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After activity completion, the workflow transitions to the next activity, or to the exit. An activity might have more than one different possible transitions to various activities, depending on the activity outcome.

The graphical Workflow Editor displays workflows as a flowchart. It shows activities as boxes labeled with information about that activity and transitions from one activity to another as lines connecting the boxes.

At each step in a workflow:

  1. An activity is processed, and an action defined by that activity occurs.
  2. At the completion of an action by an activity, the workflow checks the activity's conditions.
  3. For each matching condition, the workflow follows the transition to the next activity.

...