cancel
Showing results for 
Search instead for 
Did you mean: 

activiti explorer model deploy

marian88
Champ in-the-making
Champ in-the-making
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!
2 REPLIES 2

marian88
Champ in-the-making
Champ in-the-making
Nevermind, I got it working

rudd007
Champ in-the-making
Champ in-the-making
@marian88 Can you share how you were able to do it?

I want to implement it too. Thanks in advance