Community
Participate
Working Groups
Created attachment 202070 [details] sample process Add a CallActivity Node. Go to the properties panel and give some processId value to the calledElement property(other than the current process). This value is not getting persisted to the XML when i press the save button. Also, if i directly give this processId(say com.sample.bpmn.hello) in XML file. I am getting the following error in my problems view of eclipse. UnresolvedReferenceException: Unresolved reference 'com.sample.bpmn.hello'.
We need to offer a way to handle this on the Call Activity property tab. Right now there isn't a way to set the called Element
Ok. This is actually done. A couple of things to note. 1) The Call Activity in the attached file references the internal process by name and not by ID - thus the "UnresolvedReferenceException: Unresolved reference 'com.sample.bpmn.hello'." error. 2) Using the tweak I checked in for 355631, the Called Element Ref list populates the drop-down list with the internal Process (called "Process for Internal") and when selected seems to happily validate instead of getting the error in (1).
No more reproducible with BPMN2 Modeler - 1.2.5.Final-v20160831-1132-B114