[jbpm-commits] JBoss JBPM SVN: r4300 - jbpm4/trunk/modules/api/src/main/resources.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 19 17:35:58 EDT 2009


Author: koen.aers at jboss.com
Date: 2009-03-19 17:35:58 -0400 (Thu, 19 Mar 2009)
New Revision: 4300

Modified:
   jbpm4/trunk/modules/api/src/main/resources/jpdl.xsd
Log:
addition of the assignee-lang, candidate-groups-lang and candidate-users-lang attributes

Modified: jbpm4/trunk/modules/api/src/main/resources/jpdl.xsd
===================================================================
--- jbpm4/trunk/modules/api/src/main/resources/jpdl.xsd	2009-03-19 15:50:39 UTC (rev 4299)
+++ jbpm4/trunk/modules/api/src/main/resources/jpdl.xsd	2009-03-19 21:35:58 UTC (rev 4300)
@@ -593,16 +593,31 @@
         the actual actor that needs to execute the task. It can be a literal as well.
       </documentation></annotation>
     </attribute>
+    <attribute name="assignee-lang" type="string">
+      <annotation><documentation>The expression language to use to evaluate the assignee 
+        expression.
+      </documentation></annotation>
+    </attribute>
     <attribute name="candidate-groups" type="string">
       <annotation><documentation>An expression '#{expr}' that resolves to a comma separated
         list of groups of actors with candidates to execute the task.
       </documentation></annotation>
     </attribute>
+    <attribute name="candidate-groups-lang" type="string">
+      <annotation><documentation>The expression language to use to evaluate the candidate-groups 
+        expression.
+      </documentation></annotation>
+    </attribute>
     <attribute name="candidate-users" type="string">
       <annotation><documentation>An expression '#{expr}' that resolves to a comma separated
         list of actors that are candidate to execute the task.
       </documentation></annotation>
     </attribute>
+    <attribute name="candidate-users-lang" type="string">
+      <annotation><documentation>The expression language to use to evaluate the candidate-users 
+        expression.
+      </documentation></annotation>
+    </attribute>
     <attribute name="swimlane" type="string">
       <annotation><documentation>The name of the swimlane that will contain the actor that
         needs to execute the task.




More information about the jbpm-commits mailing list