cancel
Showing results for 
Search instead for 
Did you mean: 

Trying to separate activiti model or from activiti explorer application

savith
Champ in-the-making
Champ in-the-making

I have extracted the activiti modeler from the source of activiti. Now I am facing an issue with the inputs required by the application.so how can I customize the the activiti modeler ? Recommend some steps and also needed the inputs needed by the activities modeler source code?

7 REPLIES 7

gdharley
Elite Collaborator
Elite Collaborator

We have a lot of experience customizing the Activiti modeler.
Which version are you working with? I ask because there are big differences between the version 5 KissBPM modeler, the eclipse modeler and the Version 6 Modeler.

Thanks,
Greg

savith
Champ in-the-making
Champ in-the-making

I am using kisbpm file only.Actually I am trying to embed the activiti modeler application into my web application I have extracted the necessary files like HTML and Js files from the activiti explorer source. Now the UI is built by AngularJS so "modeler.html"  needed some parameters like Modelid and the JSON file comes from the HTTP request. So can u help me to get the JSON file also how can I get the drag and drop interface of the activiti modeler UI without any problem mentioned above.

Thanks.

gdharley
Elite Collaborator
Elite Collaborator

The structure of the stencilset (JSON) file is actually based on the old Oryx standard from the original Signavio modeler.

The format is fully documented in the Oryx Stencil Set specification.
You can get a copy from Scribd here: OryxSSS | Json | Java Script 

Cheers,

Greg

savith
Champ in-the-making
Champ in-the-making

Now i was able to seperate/extract activiti modeler as a stand alone web application. Using the web application  i can able to create the bpmn 2.0 diagram. But i need to save  that as bpmn xml now i was not able to "save" my diagram into bpmn xml file.

Could u please tell me some code level explanation to achive that ? 

Thanks and regards.