cancel
Showing results for 
Search instead for 
Did you mean: 

*.activiti to *.bpmn20.xml

dev1
Champ in-the-making
Champ in-the-making
hi,

1) I want to have a look at java files where the   generation of .xml files takes place from diagram.activiti file…can u please tell me which package in source code i need to concentrate….


2)In the activiti modeler…it genearetes  .XML which is very closely bonded with ACTIVITI execution engine….to generate .xml file which is specific to BPMN2.0 what we need to do ???

Regards,
DEV
1 REPLY 1

tiesebarrell
Champ in-the-making
Champ in-the-making
DEV,

1) The code that performs that part is located at: http://svn.codehaus.org/activiti/projects/designer/org.activiti.designer.export.bpmn20/src/main/java...

2) Documentation of how to create ExportMarshallers of your own is at: http://www.activiti.org/userguide/index.html#N11639. The class above is nothing more than an implementation of an ExportMarshaller, so the same principle applies.