Workflow Components: 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 62: ConSol CM Process Designer - Decision node

Properties of a Decision Node

A decision node has the following properties:

Figure 63: ConSol CM Process Designer - Decision node: 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).