Conditional routing

In this example, one of multiple possible routes follows an activity, requiring a decision to be made. This example includes the following features:

  • Multiple routes originate at the same activity and terminate at different activities.

  • Conditions are added to the routes that are evaluated to determine route validity.

  • The order in which the routes are evaluated are configured on the activity where the routes originate.

    In the following illustration, routing conditions are used to determine which route is followed and which activity is executed next. Only one of activity A and activity B executes, depending on the evaluation of the routing conditions.

// Ethnio survey code removed