How to read the camunda variables of "callActivity multi-instance child processes" in Parent process?

Hi,
I am able to trigger multi-instance child Camunda processes using callActivity as shown here How to trigger callActivity with a list of business keys?.

Each of these sub processes creates Camunda variables. Once all the child processes are completed, how can I read these camunda variables inside the Parent Camunda process delegate?

Do I have to manually append some loopcounter to the camunda variable name in the child process, or is there any option in Camunda itself (in variable mappings) to consolidate the process variables of child processes before returning the control to Parent process (variable propagation from child to Parent process but with loop counter appended for example)?

(Variables | Camunda 8 Docs)

Execution listener itseems.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.