Name of the result of hit policy "rule order"

Hello,

if I have a decision table with hit policy set to “Rule order” then the matching rows of the table are collected and returned as the result of the table evaluation. Is it possible to somehow assign a name to this result so that I can use (reference) it in a downstream decision table within the DRD (decision diagram)?

Thanks!

Hi @fml2,

a decision can access the result of a required decision by their output names. For example, assuming a decision table with a multi-row hit policy like Rule Order and with two outputs a and b, then the variables a and b contain a list of the output values.

Note that multiple outputs are not grouped together in one variable.

Please have a look at the docs: Evaluating Decisions using the DMN Engine API | docs.camunda.org

Best regards,
Philipp