Call Activities between pools

Hi!

I’m designing a process with 2 pools and a call activity between them. In the examples I found on camunda docs the call activities are always between two processes define in different bpm files …
¿The way of identify the called element is with the pool name or I need to make reference to the bpm file in some way?

Thank you!

Hi @beatriz.roman

you should use the Process Definition Key as the reference.
Please check https://docs.camunda.org/manual/7.7/reference/bpmn20/subprocesses/call-activity/#calledelement-binding
In the modeler the Process Definition Key is called “Process ID” because that is how the BPMN standard calls it. You will find the possibility to edit the Process IDs by clicking on each pool.

Best
Felix

1 Like