Generate DMN from Java

Hello

Do you have any idea or example how can I generate DMN from Java code?
I would like to create a DMN from Java and fill the input and output variables via Java API if it is possible.

Thanks in advance: Gábor

Hi Gabor,

you can use the DMN model Api to create a DMN file via Java code.

Example usage: DMN decision table generation with template

Does this help you?

Best regards,
Philipp

1 Like

Thank you.
This article is very useful.