| author | Vrishali Doke | 2012-12-27 00:32:30 (EST) |
|---|---|---|
| committer | Stephan Born | 2013-01-25 07:35:49 (EST) |
| commit | 759c1e8b6ad63bfd4b535c02854725f8c9b12d8d (patch) (side-by-side diff) | |
| tree | f4002f7270feb6fe1b2049be2bcd51fb47195dc1 | |
| parent | 8c4a01fbc68372049677d407a7f61bb24d58e537 (diff) | |
| download | org.eclipse.stardust.documentation-759c1e8b6ad63bfd4b535c02854725f8c9b12d8d.zip org.eclipse.stardust.documentation-759c1e8b6ad63bfd4b535c02854725f8c9b12d8d.tar.gz org.eclipse.stardust.documentation-759c1e8b6ad63bfd4b535c02854725f8c9b12d8d.tar.bz2 | |
CRNT-27452 - Added compatibility issue for conditional sequence flow
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/documentation@61704 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
2 files changed, 11 insertions, 1 deletions
diff --git a/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-con-sequence.htm b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-con-sequence.htm index 6bc25fb..dfce3e5 100644 --- a/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-con-sequence.htm +++ b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-con-sequence.htm @@ -146,7 +146,9 @@ The user, who has submitted the comment, can delete that comment.</p> <h2 id="cons">Conditional Sequence Flow</h2> <p>The conditional sequence flow gets created on outgoing connection from gateway. It allows you to specify -conditional expressions on outgoing flow connections.</p> +conditional expressions on outgoing flow connections. +The web-based modeler supports setting conditional sequence flow only from gateways to activities. +</p> <p class="image"><img src="images/con-sequence-flow.png" alt=""> <br> <strong>Figure:</strong> Conditional Sequence Flow</p> diff --git a/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-modeler-compatibility.html b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-modeler-compatibility.html index 57a9a7a..c4e1d96 100644 --- a/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-modeler-compatibility.html +++ b/org.eclipse.stardust.docs.analyst/html/handbooks/modelling_analyst/pep-modeler-compatibility.html @@ -46,6 +46,7 @@ Following elements need special treatment either in Eclipse-based modeler or web <li><a href="#weg">Representation of Gateways created in Web-based Modeler</a></li></ul></li>
<li><a href="#swim">Swim Lanes</a></li>
<li><a href="#flow">Data Flow</a></li>
+ <li><a href="#conf">Conditional Sequence Flow</a></li>
<li><a href="#cros">Cross-Modeling</a></li>
</ul>
<h3 id="gate">Representation of Gateways created in Eclipse-based Modeler</h3>
@@ -100,6 +101,13 @@ When imported, only those models are displayed properly in the Business Process <li>One output data mapping</li>
<li>A pair of the two </li>
</ul>
+<h3 id="conf">Conditional Sequence Flow</h3>
+<p>The web-based modeler supports setting conditional sequence flow only from gateways to activities.
+However, if you import a model created in Eclipse and it has conditional sequence flow from activity to activity.
+In that case, you can edit the transition condition in web-based modeler. Also,
+you can save, deploy and execute the model in web-based modeler.
+</p>
+
<h3 id="cros">Cross Modeling</h3>
<p>In cross modeling, to maintain the references between the models, the imported referenced model should be kept in the
|

