I have a BPMN model "A", which contains a CallActiviti. The CallActiviti triggers the execution of BPMN model "B".
There are several versions of the process definition "B" defined in the database. Is it possible to specify the version resp. process definition id, which should be called? I need to handle it in a flexible way via code.
by default CallActivityBehavior class calls the latest process definition. To specify the process definition you have to change this behavior and extend process model with extension elements.