Author: tom.baeyens(a)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@yourcompany" />
@@ -12,6 +12,6 @@
</transition>
</start>
- <state name="wait"/>
-
+ <state name="wait" g="97,26,82,49"/>
+
</process>