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

Use case single sub process conversion #5

Closed eschabell closed 13 years ago

eschabell commented 13 years ago

This case will convert an existing simple single jPDL 3 sub process definition and gdm file to their BPMN counter part.

The following jPDL shall function as input will be added here as a test process:

start -> process-state -> end

Create a unit test to do the following:

eschabell commented 13 years ago

This is the example flow I am using, a bit more complex with variables input and output:

eschabell commented 13 years ago

Commited changes that process part of sub-process use case. These fixes convert callActivity, dataInput and dataOutput elements. Still remains to process inputSet, outputSet, dataInputAssociation, dataOutputAssociation elements can write a test case.

eschabell commented 13 years ago

Finished up use case stylesheet, still need to finish up the unit test.

eschabell commented 13 years ago

Final implementation of sub-flow use case, includes a variable passing in and out of the sub-flow. Closed by c59d75064bcb57fbe4d1625697852ecb549fd06c.