Accessing Subprocess variable in parent process

Is there any possibilities for accessing subprocess variable from the parent process???

If you know the id of the sub process instance, you can access the variables via RuntimeService#getVariables etc. You can find direct sub process instances of a process instance by making a process instance query and filtering by superProcessInstanceId.

1 Like