Hello,
I already have a dmnModelInstance (an instance of import org.camunda.bpm.model.dmn.DmnModelInstance) that I want to deploy to Camunda platform.
I need help with the resources to do so.
Hello,
I already have a dmnModelInstance (an instance of import org.camunda.bpm.model.dmn.DmnModelInstance) that I want to deploy to Camunda platform.
I need help with the resources to do so.
Hi @Rohit_Singh
Please take a look at java docs and this one.
Also, you might be interested to review the following example.
Hope it helps.
Regards,
Alex
The example is not helpful. My server is already running and I wrote an api to excel. From that excel, I am able to get a dmnModelInstance.
DmnModelInstance dmnModelInstance = converter.convert(inputStream);
I need to deploy this dmnModelInstance now
Have you looked at java doc links?