Closed eschabell closed 12 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! ;-)
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.