Hi all,
I’m calling a BPMN process within a BPMN process, and that process is calling another BPMN process. So basically the hierarchy of calling the BPMN processes looks like this
Process A (calling) → Process B and Process B (calling) → Process C.
I am able to consume the variable data of Process A in Process B. However, I can’t able to use the Variable data of Process A in Process C.
Is there any way I can send the data of the parent process to the nth level of the process???