cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti web modeler: Integrating with our own web application

ani123
Champ in-the-making
Champ in-the-making
Hi
We are looking into a open source solution to model a BPMN diagram on the web.
The Activiti modeler looks like a good fit: as it is open source and  has a lot of features
I would like to get clarification on some points

a) WE have our own persistence mechanism  ( format as well as store )
Is it possible to plugin in that persistence in the activiti modeler ? Or are we forced to stick around with the database persistence being used here

b) Does the activiti modeler always require the activiti engine running? Again we do have a runtime that we would like to leverage, and use just the ability to draw a BPMN diagram

c) What are the technolgies used for the modeling/ BPMN process drawing tool ?
Is this javascript/ or GWT ?
  Need to know this as we might need to modify the modeler to suit our needs

If anybody has done this before, can you share your experience . Any pointers are appreciated

Best Regards
Ani
1 REPLY 1

saysiva
Champ in-the-making
Champ in-the-making
a ) http://www.activiti.org/userguide/#explorer.change.database
Yes. You can configure Activiti- modeler /  Activiti REST Service to communicate with your own database. It can be any of the RDMS like in-memory H2 /  Oracle /  MySql.

b) When starting the activiti-modeler, it internally starts the process engine, which will be used for the interaction to database.

c) Vaadin framework is used to build the activiti-explorer