[jbpm-commits] JBoss JBPM SVN: r4885 - jbpm4/trunk/modules/test-db/src/test/resources/org/jbpm/examples/async/eventlistener.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon May 25 09:34:43 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-05-25 09:34:43 -0400 (Mon, 25 May 2009)
New Revision: 4885

Modified:
   jbpm4/trunk/modules/test-db/src/test/resources/org/jbpm/examples/async/eventlistener/process.jpdl.xml
Log:
event listener process graphics update

Modified: jbpm4/trunk/modules/test-db/src/test/resources/org/jbpm/examples/async/eventlistener/process.jpdl.xml
===================================================================
--- jbpm4/trunk/modules/test-db/src/test/resources/org/jbpm/examples/async/eventlistener/process.jpdl.xml	2009-05-25 10:08:37 UTC (rev 4884)
+++ jbpm4/trunk/modules/test-db/src/test/resources/org/jbpm/examples/async/eventlistener/process.jpdl.xml	2009-05-25 13:34:43 UTC (rev 4885)
@@ -2,7 +2,7 @@
 
 <process name="AsyncEventListener" xmlns="http://jbpm.org/4.0/jpdl">
 
-  <start name="start" g="22,69,80,40">
+  <start name="start" g="27,27,80,40">
     <transition to="wait">
       <mail continue="async">
         <to addresses="you at yourcompany" />
@@ -12,6 +12,6 @@
     </transition>
   </start>
 
-  <state name="wait"/>
-
+  <state name="wait" g="97,26,82,49"/>
+
 </process>




More information about the jbpm-commits mailing list