kiegroup / jbpmmigration

Migration tool for process definitions from jbpm 3 PDL to standard BPMN2
http://community.jboss.org/wiki/jBPM5migrationtoolproject
16 stars 15 forks source link

Provide for migration of Insurance example processes #31

Closed eschabell closed 13 years ago

eschabell commented 13 years ago

Customer provided processes as use cases for migration to BPMN2.

eschabell commented 13 years ago

Added in conversion (not yet fully done, but does display nicely!) for insurance main process, more to come as sub-processes.

eschabell commented 13 years ago

Added in conversion for sub process from Insurance example. This does not display yet as the editor is not valid bpmn2 nor allowing for multiple exits from the task type node (Java Node) I have defined. The test does validate against BPMN2 spec so adding in for now but raised an issue on this for later examination as to whether we need / want to extend such an occurrence by adding in a gateway.

eschabell commented 13 years ago

Discussion online with jBPM team, they support subset of the bpmn2 spec (common executable subclass), so full spec supports multi transitions, but jBPM5 does not to provide best practice clarity in first using a gateway to split the paths.

eschabell commented 13 years ago

Migration of these examples completed.