I am new to Flowable and exploring its features by using Flowable JAVA API.
Have managed to design a bpmn flow and execute it using ProcessEngine of flowable-engine java library from Flowable.
<groupId>org.flowable</groupId>
<artifactId>flowable-engine</artifactId>
<version>6.7.0</version>
Later, I managed to create a Decision table(.dmn.xml) and also referenced it to a business process flow(.bpmn.xml) file by following reference link mentioned below
https://flowable.com/open-source/docs/dmn/ch06-DMN-Introduction/
Please let me know how do I use dmn with bpmn using Flowable JAVA API.