how to send all main process variable to sub process using Call Activity
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2014 11:17 AM
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?.
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2014 03:29 AM
Hi,
I would say that listener implementation is the option to use.
Regards
Martin
I would say that listener implementation is the option to use.
Regards
Martin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2014 10:13 AM
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….

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2016 06:46 AM
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.
