Data copying with parallel gateways
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2014 01:21 PM
Hi,
How is the data copied for two tasks following a parallel gateway? Are two copies of execution made for the two tasks following a parallel gateway? Are they deep copies? How is the execution then combined?
How is the data copied for two tasks following a parallel gateway? Are two copies of execution made for the two tasks following a parallel gateway? Are they deep copies? How is the execution then combined?
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2014 05:12 AM
There will be one execution instance for each of the "legs" of a parallel gateway. The joining parallel gateway simply counts the number of arrived exections and merges them when continuing.
