cancel
Showing results for 
Search instead for 
Did you mean: 

Creating process dynamicaly (in java)

jherryft
Champ in-the-making
Champ in-the-making
Hello,

Is there a way to dynamicaly create some process in JAVA? If not, do you know a library to create .bpmn20.xml file easily?

Thank you.
2 REPLIES 2

mproch
Champ in-the-making
Champ in-the-making
Don't know if it's the easiest way, but you can use JAXB to generate java classes for bpmn20 schema. This is how process creation is done in kickstart AFAIK.

jherryft
Champ in-the-making
Champ in-the-making
Ok, but how do you do with activiti extensions? I found the xsd but I don't know how to merge it with BPMN schema.