How to combine multiple DMN files to get single out put?

Hello Forum,

I have two different DMN files.
File1.dmn and file2.dmn

In file1.dmn, I have one decision table which will give me final result.

In file2.dmn, I have one decision table whose output to be the input to final decision table and will be multiplied to the final result.

This way I have multiple DMN files whose output will be the input to file1.dmn

I have broken down the decision tables to different files as it is huge.

So, how to combine all files in a single request to get the final result from file1.dmn?

Please suggest.

Hi @Rajat_Panda,

There is no way to define relationships between decisions reside in separate files. A DRD need to be created in a single file.