Process completion

In this example, no valid route is found; therefore, the process is complete. This example is implemented in two possible ways:

  • No routes originate at the final activity in the process. When the final activity completes execution, the process is complete.

  • All of the routes that originate at an activity have a condition attached to them. The process completes when the conditions are evaluated and none of the routes are found to be valid.

    No routes originate at final activity
    All routes are conditional and none are valid

// Ethnio survey code removed