Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-9013

dmn evaluation based on variableContext

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Won't Fix
    • L3 - Default
    • None
    • 7.8.x
    • dmn-engine
    • None

    Description

      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()
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              jan.galinski@holisticon.de Jan Galinski
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce