[jbpm-commits] JBoss JBPM SVN: r3460 - jbpm4/trunk/modules/examples/src/test/resources/org/jbpm/examples/state/choice.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Dec 19 14:51:35 EST 2008


Author: koen.aers at jboss.com
Date: 2008-12-19 14:51:35 -0500 (Fri, 19 Dec 2008)
New Revision: 3460

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

Modified: jbpm4/trunk/modules/examples/src/test/resources/org/jbpm/examples/state/choice/process.jpdl.xml
===================================================================
--- jbpm4/trunk/modules/examples/src/test/resources/org/jbpm/examples/state/choice/process.jpdl.xml	2008-12-19 19:51:22 UTC (rev 3459)
+++ jbpm4/trunk/modules/examples/src/test/resources/org/jbpm/examples/state/choice/process.jpdl.xml	2008-12-19 19:51:35 UTC (rev 3460)
@@ -2,17 +2,17 @@
 
 <process name="StateChoice" xmlns="http://jbpm.org/4/jpdl">
 
-  <start>
+  <start g="92,102,48,48">
     <flow to="wait for response" />
   </start>
 
-  <state name="wait for response">
-    <flow name="accept" to="submit document" />
-    <flow name="reject" to="try again" />
+  <state name="wait for response" g="191,100,163,52">
+    <flow name="accept" to="submit document" g="272,203"/>
+    <flow name="reject" to="try again" g="273,56"/>
   </state>
 
-  <state name="submit document" />
+  <state name="submit document" g="419,178,186,52"/>
 
-  <state name="try again" />
+  <state name="try again" g="458,30,110,52"/>
 
 </process>




More information about the jbpm-commits mailing list