For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

FEEL

When using the FEEL expression language, you must specify a valid expression.

Invalid FEEL expression​

A common cause of this warning is using single quotes for a string literal. FEEL requires double quotes for strings, so an expression like 'type' is unparsable.

Invalid FEEL expression

Valid FEEL expression​

Use double quotes for string literals, for example "type", to make the expression valid.

Valid FEEL expression

References​