]
Jozef Marko reassigned DROOLS-4020:
-----------------------------------
Assignee: Michael Anstis (was: Matteo Mortari)
[DMN Designer] Literal expression variable name is missing
----------------------------------------------------------
Key: DROOLS-4020
URL:
https://issues.jboss.org/browse/DROOLS-4020
Project: Drools
Issue Type: Bug
Components: dmn engine
Affects Versions: 7.22.0.Final
Reporter: Jozef Marko
Assignee: Michael Anstis
Priority: Major
Attachments: Screenshot from 2019-05-15 10-56-00.png, curl_command.sh,
screenshot-1.png, tournament.zip
There seems to be issue if user wants to store the result of imported logic. In the
attached artificial project there is *nhl.dmn* model. This model works just with
constants, no input nodes. This model produces two matches (*first_match* and
*second_match*) of NHL. In both cases *team a* is a constant and *team b* is also constant
but from other node.
The *first_match* seems working correctly while the *second_match* doesn't. The only
difference is the *second_match* node uses value from imported node. See the steps to
reproduce.