[jbpm-commits] JBoss JBPM SVN: r3455 - jbpm4/trunk/modules/examples/src/test/resources/org/jbpm/examples/exclusive/conditions.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Dec 19 14:50:00 EST 2008


Author: koen.aers at jboss.com
Date: 2008-12-19 14:50:00 -0500 (Fri, 19 Dec 2008)
New Revision: 3455

Modified:
   jbpm4/trunk/modules/examples/src/test/resources/org/jbpm/examples/exclusive/conditions/process.jpdl.xml
Log:
add graphical info to the example processes

Modified: jbpm4/trunk/modules/examples/src/test/resources/org/jbpm/examples/exclusive/conditions/process.jpdl.xml
===================================================================
--- jbpm4/trunk/modules/examples/src/test/resources/org/jbpm/examples/exclusive/conditions/process.jpdl.xml	2008-12-19 19:49:41 UTC (rev 3454)
+++ jbpm4/trunk/modules/examples/src/test/resources/org/jbpm/examples/exclusive/conditions/process.jpdl.xml	2008-12-19 19:50:00 UTC (rev 3455)
@@ -2,24 +2,24 @@
 
 <process name="ExclusiveConditions" xmlns="http://jbpm.org/4/jpdl">
 
-  <start>
+  <start g="70,143,48,48">
     <flow to="evaluate document" />
   </start>
 
-  <exclusive name="evaluate document">
+  <exclusive name="evaluate document" g="256,143,48,48">
     <flow to="submit document">
       <condition expr="#{content==&quot;good&quot;}" />
     </flow>
-    <flow to="try again">
+    <flow to="try again" g="280,69">
       <condition expr="#{content==&quot;bad&quot;}" />
     </flow>
-    <flow to="give up" />
+    <flow to="give up" g="280,278"/>
   </exclusive>
 
-  <state name="submit document" />
+  <state name="submit document" g="453,141,163,52"/>
 
-  <state name="try again" />
+  <state name="try again" g="482,45,106,52"/>
 
-  <state name="give up" />
+  <state name="give up" g="489,253,92,52"/>
 
 </process>




More information about the jbpm-commits mailing list