DMN Configuration fetch in Java Code

How to get the list of Input & output values in Java code from DMN.
Is there any possibility is there ?

Hi @vinothkumar,

in the Camunda Platform 7, the org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer is responsible to save input and output values in the database.

Maybe you get some inspiration from this example.

Hope this helps, Ingo

P.S. Please mark your other posts about this topic as resolved and forward any future reader to this thread.

Hi @Ingo_Richtsmeier
Thanks for your reply.
But with the help of DefaultDmnHistoryEventProducer how can I fetch all the input & outputs as a list irrelevant of any criteria ?