cancel
Showing results for 
Search instead for 
Did you mean: 

Help with customizing the Activiti browser based modeler

ani123
Champ in-the-making
Champ in-the-making
Hi
I am looking to see if I can used the browser based modeler, with the following customizations

1) The format of the model would not be BPMN, but our own format 
2) The model would not be stored in a database,  but may be to a respository like git or some other system.

Is there a way this can be done.
Can anyone point me to what needs to be changed

Also is there any document which describes how to compile the code. The link given in the  getting started guide leads to the following page displays the message

https://www.codehaus.org/termination/#DevelopersGuide-Buildingthedistribution

Termination
All Codehaus services have been terminated

Redirection

Is there some other place , where this information can be found?

Thanks for any help and pointers

Regards
Ani

3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
That wiki link is not important, was out of data anyway.

To answer your question: yes, it is possible. It's code, anything is possible. But what you are needing is a seriously amount of work, with changes and new code in a lot of places. If you really want to go through, the best thing is to learn how the activiti-modeler code works and how it interacts with the backend to store stuff.

ani123
Champ in-the-making
Champ in-the-making
HI
   Thanks for the response.
I agree that knowing the modeler source code interaction with back end will help.

Where can I find the latest source code, and instructions on how to build and deploy it as a web application ?

Any help is appreciated

Thanks

jbarrez
Star Contributor
Star Contributor
The source code for the modeler is here: https://github.com/Activiti/Activiti/tree/master/modules/activiti-webapp-explorer2/src/main/webapp/e...

It is deployed and built as a regular Maven war project