| author | Vrishali Doke | 2012-08-24 08:32:03 (EDT) |
|---|---|---|
| committer | Stephan Born | 2012-08-24 08:32:03 (EDT) |
| commit | bc4de9e1d0147c11d9b62eb2c5c3060229f474f1 (patch) (side-by-side diff) | |
| tree | 6025cf649d22ec2c1b71f365a547ab394a4d344f | |
| parent | 40918dafb5935ca2a2118afab931894f614e5b73 (diff) | |
| download | org.eclipse.stardust.documentation-bc4de9e1d0147c11d9b62eb2c5c3060229f474f1.zip org.eclipse.stardust.documentation-bc4de9e1d0147c11d9b62eb2c5c3060229f474f1.tar.gz org.eclipse.stardust.documentation-bc4de9e1d0147c11d9b62eb2c5c3060229f474f1.tar.bz2 | |
CRNT-25771 - aynch mode for subprocess - out data mapping
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/documentation@58681 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | org.eclipse.stardust.docs.dev/html/handbooks/concepts/multi-model/creating-ref-models.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.stardust.docs.dev/html/handbooks/concepts/multi-model/creating-ref-models.html b/org.eclipse.stardust.docs.dev/html/handbooks/concepts/multi-model/creating-ref-models.html index 72b5fd6..313a0a4 100644 --- a/org.eclipse.stardust.docs.dev/html/handbooks/concepts/multi-model/creating-ref-models.html +++ b/org.eclipse.stardust.docs.dev/html/handbooks/concepts/multi-model/creating-ref-models.html @@ -155,6 +155,12 @@ in P1 that are executed after P2 is completed.) </p>
+<p>Data mappings on the out parameters of the process interface will not be performed
+if the execution mode is Asynchronous Separate.
+Because at the time when the mappings are performed, the subprocess
+is just starting in parallel to the starting activity.
+</p>
+
<!--
<h2 id="deploying">Association Linking at Deployment Time</h2>
<p>Linking at deployment time provides support for multiple parallel
|

