Programmatically create decisions tables and run cases against it

HI yvo,
I would like to save the decision table model in ACT_DE_MODEL and then deploy from there but I don’t want to use the front-end to do that.
Can you let me know how to do that ?Or is there some other way to do that ?

You can get the model using the org.flowable.ui.modeler.serviceapi.ModelService.
The model contains the editor JSON. That can be used to create the DMN Definition.

Regards,

Yvo

Can I use the flowable-ui-modeler rest api’s for this?