Divide large DMN table in couple smaller tables

Hi all,

I have one large DMN table that collects results and returning multiply outputs. I want to divide that table in couple smaller DMN tables, but I need to collect all results (they have the same structure) and return as one single list of results. Is that possible in Modelar and how?

Thanks.
Tanja

Hi Tanja,

you can use a DRG (Decision Requirements Graph) to combine the result of multiple decisions.

Does this help you?
Can you give an example of your decisions and what you want to achieve?

Best regards,
Philipp

Example of such DRG.big-table.dmn (4.6 KB)
You can test it on DMN Simulator -Camunda DMN-Simulator