How to get the called element name in CallActivity?

Hello,

we have a process model with a CallActivity that calls a BPMN process. We specify “version” as the binding and an expression as the version value. In that expression, we call a method of a spring bean, like this: ${myBean.myMethod('someValue')}.

In that method (in its body), we’d also like to get the name of the called process (“Called Element” in the modeler). How can we do that?

Thank you for any hints.