[jbpm-commits] JBoss JBPM SVN: r6940 - jbpm3/branches/jbpm-3.2-soa/userguide/src/main/docbook/en-US.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu May 19 03:49:29 EDT 2011


Author: marco.rietveld
Date: 2011-05-19 03:49:29 -0400 (Thu, 19 May 2011)
New Revision: 6940

Modified:
   jbpm3/branches/jbpm-3.2-soa/userguide/src/main/docbook/en-US/jpdl.xml
Log:
SOA-2010: ensure that documentation is explicit about conditions only being used on transitions leaving decisions. 

Modified: jbpm3/branches/jbpm-3.2-soa/userguide/src/main/docbook/en-US/jpdl.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/userguide/src/main/docbook/en-US/jpdl.xml	2011-05-19 06:17:05 UTC (rev 6939)
+++ jbpm3/branches/jbpm-3.2-soa/userguide/src/main/docbook/en-US/jpdl.xml	2011-05-19 07:49:29 UTC (rev 6940)
@@ -1292,7 +1292,8 @@
               <entry>optional</entry>
               <entry>This is a <firstterm>guard condition</firstterm> expression.  Use these condition 
               attributes (or child elements) in decision nodes, or to calculate the 
-              available transitions on a token at run-time.
+              available transitions on a token at run-time. Conditions are only allowed on transitions
+              leaving decision nodes. 
               </entry>
             </row>
             <row>
@@ -2142,7 +2143,8 @@
                      which the expression resolves to <code>true</code>. If
                      none of the conditions resolve to <code>true</code>,
                      the default leaving transition (the first one) will be
-                     taken.
+                     taken. Conditions are only allowed on transitions leaving
+                     decision nodes. 
               </entry>
             </row>
           </tbody>



More information about the jbpm-commits mailing list