I'm having a weird problem.
On one model I can drop a BPMN Business Process on a Business Process Diagram and I get the dialog asking if I want to drop it as link or as Invocation (Call Activity)
This is great, because it creates a BPMN Activity of type callProcessActivity and fills in the calledActivityRef with the guid of this Business process.
So that saves me a lot of work. The only thing left to do is to synchronise the name, and composite diagram (which I can do with an EA-Matic script)
But on another model, when I try the same thing I get the option Invocation (Action)
In this case it creates a structured UML Action, and not a BPMN Activity.
I have no idea what the difference is between the two models that make that it work in one case, and not in the other.
Anyone have an idea?
Geert