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)?