-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
The FEEL expression [1, 2, 3][>1]
is expected to returns [2, 3]
. Instead, it's returning []
The issue can be observed using the Playground running version 1.19.1 of the engine
https://camunda.github.io/feel-scala/docs/playground/?expression-type=expression
For information, the playground is reporting the below warnings
[NO_VARIABLE_FOUND] No input value found.
[NOT_COMPARABLE] Can't compare 'null' with '1'
[NO_VARIABLE_FOUND] No input value found.
[NOT_COMPARABLE] Can't compare 'null' with '1'
[NO_VARIABLE_FOUND] No input value found.
[NOT_COMPARABLE] Can't compare 'null' with '1'
[NO_VARIABLE_FOUND] No input value found.
[NOT_COMPARABLE] Can't compare 'null' with '1'
Metadata
Metadata
Assignees
Labels
No labels