Variables in embedded subprocesses?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2013 05:26 PM
Are variables created in an embedded subprocess defining a multi-instance loop shared between the different activities looped over?
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2013 06:57 AM
You mean that variables defined in instance1 of the Multi-instance subprocess are shared with instance2? This is not the case, as each subprocess defines it's own scope where the variables live in.