]
Jozef Marko reassigned DROOLS-4020:
-----------------------------------
Assignee: Matteo Mortari (was: Edson Tirelli)
DMN Invocation of imported logic is not stored
----------------------------------------------
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: Matteo Mortari
Priority: Major
Attachments: curl_command.sh, 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.