Edson Tirelli created DROOLS-1595:
-------------------------------------
Summary: Fix the FEEL "in" operator to work with simple values and
variables
Key: DROOLS-1595
URL:
https://issues.jboss.org/browse/DROOLS-1595
Project: Drools
Issue Type: Bug
Components: dmn engine
Affects Versions: 7.0.0.Final
Reporter: Edson Tirelli
Assignee: Edson Tirelli
Currently the "in" operator only works with literal lists or unary tests.
Example:
x in [1, 2, 3]
x in >10
The spec requires the in operator to work with any endpoint, including variables and
single values. Example:
x in someList
x in 10
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)