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

Find a way to create unique id's for context variables #41

Closed eschabell closed 12 years ago

eschabell commented 13 years ago

See insuranceMainProcess test for example where multiple sub-flows make use of the same context variable name. We need to generate unique id's instead of the same one throughout as we now do.

eschabell commented 13 years ago

Note to self:

Based on issue: https://github.com/droolsjbpm/jbpmmigration/issues/34

callActivities have a unique 'calledElement' naming the sub flow to be called, use this for generating unique ID's for variables!

Smart man that Maurice! ;-)