Expressions

Expressions are constructs used to evaluate a single value. They consist of variables, operators, and method invocations, and they are constructed according to theJava Unified Expression Language.

You can use expressions to evaluate objects and values in a workflow context, enabling dynamic results. All components of the Collibra API are accessible using expressions. Expressions are enclosed within ${ and }.

Example