[jbpm-commits] JBoss JBPM SVN: r2812 - jbpm3/trunk/modules/userguide/src/main/docbook/en/modules.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Nov 8 06:17:37 EST 2008


Author: tom.baeyens at jboss.com
Date: 2008-11-08 06:17:37 -0500 (Sat, 08 Nov 2008)
New Revision: 2812

Modified:
   jbpm3/trunk/modules/userguide/src/main/docbook/en/modules/jpdl.xml
Log:
[JBPM-1181] documented end-complete-process attribute on end-state

Modified: jbpm3/trunk/modules/userguide/src/main/docbook/en/modules/jpdl.xml
===================================================================
--- jbpm3/trunk/modules/userguide/src/main/docbook/en/modules/jpdl.xml	2008-11-08 11:15:32 UTC (rev 2811)
+++ jbpm3/trunk/modules/userguide/src/main/docbook/en/modules/jpdl.xml	2008-11-08 11:17:37 UTC (rev 2812)
@@ -586,6 +586,16 @@
               <entry>the name of the end-state</entry>
             </row>
             <row>
+              <entry>end-complete-process</entry>
+              <entry>attribute</entry>
+              <entry>optional</entry>
+              <entry>By default end-complete-process is false which means 
+              that only the token ending this end-state is 
+              ended.  If this token was the last child to end, the parent 
+              token is ended recursively.  If you set this property to 
+              true, then the full process instance is ended.</entry>
+            </row>
+            <row>
               <entry><link linkend="event.element">event</link></entry>
               <entry>element</entry>
               <entry>[0..*]</entry>




More information about the jbpm-commits mailing list