We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.
Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-9013

dmn evaluation based on variableContext

    • Icon: Feature Request Feature Request
    • Resolution: Won't Fix
    • Icon: L3 - Default L3 - Default
    • None
    • 7.8.x
    • 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()
      

        This is the controller panel for Smart Panels app

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

            dmn evaluation based on variableContext

              • Icon: Feature Request Feature Request
              • Resolution: Won't Fix
              • Icon: L3 - Default L3 - Default
              • None
              • 7.8.x
              • 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()
                

                  This is the controller panel for Smart Panels app

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

                          Created:
                          Updated:
                          Resolved:

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

                                Created:
                                Updated:
                                Resolved: