Skip to content

I can use a unary-test as a list filter #984

@mdouaihy

Description

@mdouaihy

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions