dmn evaluation based on variableContext

XMLWordPrintable

    • Type: Feature Request
    • Resolution: Won't Fix
    • Priority: L3 - Default
    • None
    • Affects Version/s: 7.8.x
    • Component/s: dmn-engine
    • None

      I just learned that the variableContext is a great way to lazily get the required input data for dmn evaluation, see https://github.com/holunda-io/holunda-spike/tree/master/lazy-dmn-evaluation

      But with the current API of the dmnService evaluation, I am required to loop over the keySet of a custom variableContext to create a VariableMap before I can evaluate a decision table.

      It would be great if I could just pass the variable context like this:

      decisionService.evaluateDecisionTableByKey("key").variables(variableContext).evaluate()
      

            Assignee:
            Unassigned
            Reporter:
            Jan Galinski
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: