[jboss-jira] [JBoss JIRA] (DROOLS-2543) "?" doesn't work with multi-conditions in decision table
Tibor Zimányi (JIRA)
issues at jboss.org
Mon May 14 06:14:03 EDT 2018
[ https://issues.jboss.org/browse/DROOLS-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tibor Zimányi updated DROOLS-2543:
----------------------------------
Description:
When having multivalue cell in DMN decision table with this values: "? > 10, 90", FEEL compilation fails with the following output [1]. This multivalue works when it is closed in brackets like this: "(? > 10), 90" or when the condition order is switched like this: "90, ? > 10".
Reproducer can be found here [2].
[1] https://gist.github.com/baldimir/d6f51198696e4f2b84d3eb0aaf2a9815
[2] https://github.com/kiegroup/drools/pull/1898/files#diff-388002c5a2500f2ec492118306fe86c2R474
was:
When having multivalue cell in DMN decision table with this values: "? > 10, 90", FEEL compilation fails with the following output [1]. This multivalue works when it is closed in brackets like this: "(? > 10), 90" or when the condition order is switched like this: "90, ? > 10". I will provide a PR with a reproducer.
[1] https://gist.github.com/baldimir/d6f51198696e4f2b84d3eb0aaf2a9815
> "?" doesn't work with multi-conditions in decision table
> --------------------------------------------------------
>
> Key: DROOLS-2543
> URL: https://issues.jboss.org/browse/DROOLS-2543
> Project: Drools
> Issue Type: Bug
> Components: dmn engine
> Affects Versions: 7.7.0.Final
> Reporter: Tibor Zimányi
> Assignee: Edson Tirelli
>
> When having multivalue cell in DMN decision table with this values: "? > 10, 90", FEEL compilation fails with the following output [1]. This multivalue works when it is closed in brackets like this: "(? > 10), 90" or when the condition order is switched like this: "90, ? > 10".
> Reproducer can be found here [2].
> [1] https://gist.github.com/baldimir/d6f51198696e4f2b84d3eb0aaf2a9815
> [2] https://github.com/kiegroup/drools/pull/1898/files#diff-388002c5a2500f2ec492118306fe86c2R474
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list