]
Edson Tirelli updated DROOLS-1691:
----------------------------------
Sprint: 2017 Week 36-37, 2017 Week 38-39 (was: 2017 Week 36-37)
Add method to the DMNRuntime to execute multiple decisions at once
------------------------------------------------------------------
Key: DROOLS-1691
URL:
https://issues.jboss.org/browse/DROOLS-1691
Project: Drools
Issue Type: Enhancement
Components: dmn engine
Affects Versions: 7.1.0.Final
Reporter: Edson Tirelli
Assignee: Edson Tirelli
Fix For: 7.4.0.Final
The DMN runtime currently has methods to execute:
* all decisions in a model
* a single decision (and its dependencies) by name
* a single decision (and its dependencies) by id
For remote invocation, it is important to add two new methods that take a list of
decisions (one by name, the other by id) to execute and return the values in a single
call.