Define the conditions that determine which path the process should follow. The decision point evaluates conditions in order and follows the first matching path.
This path will be taken when no conditions match. Give it a descriptive name.
Each path represents a possible route your process can take based on the conditions you define.