Creating process dynamicaly (in java)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2011 05:32 AM
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.
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.
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2011 09:20 AM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2011 10:36 AM
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.
