Instead of defining as input parameters in Call Activity, is there a way to add all the parent process variables to subprocess using execution listener ? At runtime there might be a new variable created in parent process and want to send even the new variables to subprocess which I cannot define during design time in Call Activity. So I want to use execution.getVariables() and send all the variable to subprocess. Can this be achieved ?