Conditions
Conditions are used to control, if process modules are entered. Also they can control which questionnaire questions, questionnaire answer options, list elements, handover rules etc. should be used.
Each condition compares two values with each other, e.g. two fixed values, or a fixed value with the value of a variable, or with the return value of a function. If the comparison is true
the condition is true
, else the condition is false
.