I’m currently trying to bind a DMN with multiple decision tables to a BPMN process. I gave reference of the second decision table as it will execute whole decision tree in DRD. I want the output of first decision table as input to second decision table. I’m not able to assign the value. here are my DMNs in single DRD,
To use the result of Decision 1 in an input of Decision 2, use the ID of the decision table and not the Output name. Here is the corrected DMN: diagram_1.dmn (4.7 KB)
You can read more about the topic in Camunda’s Documentation:
Hi @StephanHaarmann
Thank you for the correction and it helped. Now for the business rule task, as I gave reference to the second decision table, only second decision table’s output is assigned upon completion. I also require the output form first decision table. How can I get that?