bpmn-io / dmn-testing-plugin

Camunda Modeler plugin that allows testing of a DMN decision.
MIT License
18 stars 5 forks source link

Incorrect result for hit policy: Collect (Sum) #12

Open barmac opened 3 years ago

barmac commented 3 years ago

Describe the Bug

We display the results of respective rules instead of the evaluation result for hit policy: Collect (Sum).

Steps to Reproduce

  1. Execute diagram_1.dmn.txt with any input.
  2. The displayed result is 400, 500.

Expected Behavior

It should display 900

Environment

Related to https://forum.bpmn.io/t/dmn-simulator-collect-sum-hit-policy/5243