Get child instances of Multi-instance Call activity at parent process

Hi,

I have the following scenario:
image

From the parent process, I want at some point to update a variable in all running parallel instances of the called Call Activity.
How to do it with the JAVA API?

Thanks!