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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue May 18 12:35:12 EDT 2010


Author: swiderski.maciej
Date: 2010-05-18 12:35:12 -0400 (Tue, 18 May 2010)
New Revision: 6359

Modified:
   jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch06-Jpdl.xml
Log:
JBPM-2808: added information about EL expression support to user guide - sub process section

Modified: jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch06-Jpdl.xml
===================================================================
--- jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch06-Jpdl.xml	2010-05-18 16:33:36 UTC (rev 6358)
+++ jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch06-Jpdl.xml	2010-05-18 16:35:12 UTC (rev 6359)
@@ -1306,20 +1306,22 @@
           <tbody>
             <row>
               <entry><literal>sub-process-id</literal></entry>
-              <entry>string</entry>
+              <entry>string or expression</entry>
               <entry></entry>
               <entry>either this or sub-process-key is required</entry>
               <entry>Identifies the sub process by the id.  This means that a specific 
-              version of a process definition is referenced.</entry>
+              version of a process definition is referenced. Sub process id can be specified as 
+              simple text or EL expression.</entry>
             </row>
             <row>
               <entry><literal>sub-process-key</literal></entry>
-              <entry>string</entry>
+              <entry>string or expression</entry>
               <entry></entry>
               <entry>either this or sub-process-key is required</entry>
               <entry>Identifies the sub process by the key.  This means that the latest 
               version of the process definition with the given key is referenced.  The latest version 
-              of the process is looked up each time the activity executes.
+              of the process is looked up each time the activity executes. Sub process key can be specified as 
+              simple text or EL expression.
               </entry>
             </row>
             <row>



More information about the jbpm-commits mailing list