Hey,
I want to create the model with activiti modeler, and then deploy it via rest services. Activiti explorer is using a converter to convert the json modeler format into a bpmn and then it creates a deployment and uploads the bpmn xml file, no?
Where is this converter, and can I do a rest service to add this functionality: model/deploy which will get json from database then convert to xml, return xml, and then I can upload xml to create a new deployment via deployment rest service?
Thanks!