Fetch variables by name when evaluating a decision #8092
Labels
area/performance
Marks an issue as performance related
component/engine
component/zeebe
Related to the Zeebe component/team
kind/toil
Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.
scope/broker
Marks an issue or PR to appear in the broker section of the changelog
Milestone
Description
Currently, the DMN engine doesn't provide a way to fetch the variables lazily. Instead, all variables must be provided when evaluating the decision.
When the DMN engine supports the lazy fetching of variables by their name then we should use it in the DMN module to avoid unnecessary database access and variable transformations. This should look similar to the expression language module.
blocked by #8082
requires camunda/dmn-scala#106
The text was updated successfully, but these errors were encountered: