Is there a way to send all main process variables to another subprocess which is called using call Activity. I see there is source expression and target expression to pass variables to sub process in call activity , but the problem is in my main process there are lot of process variables which has to be send to sub process dynamically, cannot set all of them using source expression and target expression. Is there a way to send them to sub process using either listener implementation? or some other way?.