Decisions

Introduction to decisions

A decision is a node which allows to automatically route cases based on certain criteria. It has two exit points and a script which determines the exit point used for each case. The script must return true or false. Each return value is represented by an exit point which is connected to the subsequent activities.

Decisions are useful for routing cases or setting overlays based on case or contact data. For example, you can implement a decision which checks the value of a certain field in the case’s contact. If the field value is true, the case is routed to an automatic activity which sets a certain overlay.

Available settings for decisions

The following settings are available for decisions: