Interpreted Transitions

Interpreted transitions use a condition entered into a text area and move to a specific activity depending on whether or not a specified condition has been met.

For example, the following figure demonstrates an Activity (Activity0) which has two gateways that map to two conditions; there is also a default condition. The logic is as follows:

  • If the first condition (Condition1) is true, after completion of Activity0, it will move to Activity1.
  • If the second condition (Condition2) is true, after completion of Activity0, it will move to Activity2.
  • Activity3 is the default condition, and it is considered to be true.
    Conditional Transition