DMN how to not loose intermediate values

Hi @MarvinKern,

you should go with your idea. Currently, there is no way to get the intermediate output values of the required decisions. You get only the output values of the root decision that was invoked.

Possible workarounds:

  • adding the intermediate results to the root decision
  • collecting the results via literal expression
  • chaining the decisions via BPMN (aka decision flow)
  • querying the history

Related post:

Does this help you?

Best regards,
Philipp

1 Like