cancel
Showing results for 
Search instead for 
Did you mean: 

Manual Creation of Business Process Definition

pneudecorb
Champ in-the-making
Champ in-the-making
I am new to Activiti and have a business requirement to be able to manually create business process flows/definitions programmatically in Java.

Does Activiti have a Java API that supports not only the building of the process definition, but also, the generation of the xml format?

The flows we create at runtime are not going to be super complicated, but our users will be creating them through a simple gui.
3 REPLIES 3

heymjo
Champ on-the-rise
Champ on-the-rise

pneudecorb
Champ in-the-making
Champ in-the-making
I saw this post already and although it suggest a few possibilities it doesn't indicate which approach provides the ability to support Activiti's extensions.  I would imagine that the modeler and eclipse designer would need some form of an API to transpose the graphical representation into the xml format.
What do these toolings use?

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
afaik, lots of eclipse specific packages are used there.

doing it the way the bpmnparselistener is doing it is another option i think.