Decision nodes

Introduction to decision nodes

A decision node is a node which has one or more entry points and exactly two exit points: true and false. A decision node always has to have a script which has to return either true or false.

The ticket enters the decision node, then the script is executed and - depending on the result (true or false) - the ticket leaves the node via the respective exit point.

Figure 52: ConSol CM Process Designer - Decision node

Properties of a decision node

Decision nodes have the following properties:

Example of a decision node

In the following example, the system should automatically check if the customer (main contact of the ticket) is a VIP customer. If yes, the ticket should be marked with the VIP overlay (in the example a yellow star).