BPMN and DMN Integration, return intermediate decision results to the process engine

Hi @smith_Johnson,

thank you for raising this up.

The DMN engine returns only the result of the root decision. In this case, it is the result of the “eligibility” decision. There is no way to configure the business rule task to return something else.

Instead, you need to include everything in the root decision that should be returned.

One common way is to include the result of the required decision as an output of the root decision. Here, you would add an output “creditScore” in the “eligibility” decision. The output entry is equal to the name of the output, for example, “creditScore”.

Does this help you?

Related thread: Get complete tree of decisions of DMN instance from REST API

Best regards,
Philipp