I have process A which calls process B which calls Process C
A → B → C
Using the process instance id of C I can retrieve the process instance A, using get root process instance.
But how to retrieve process instance B?
processInstanceC.getParentId() is returning Null.
The subprocesses are called as Call activities