cancel
Showing results for 
Search instead for 
Did you mean: 

how to send all main process variable to sub process using Call Activity

ganeshr
Champ in-the-making
Champ in-the-making
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?.
3 REPLIES 3

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

I would say that listener implementation is the option to use.

Regards
Martin

I had that option of creating listener, but in listener how can we pass all main process variables to other subprocess? I mean how can we set as output paramters?Please adivse….

hari
Star Contributor
Star Contributor
I was currently exploring the same thing for myself and understood that this has to be mapped either by using listeners or a service tasks which gets all parent process variables and sets into current process.