Expressions

The workflow expression language is used anywhere there is an assignment to a variable or for constructing comparisons. For example, the following expression ensures that these conditions are met:

membership == "gold" and (waitTime * factor > 4000 or status in ("pending", "error"))