[jbpm-commits] JBoss JBPM SVN: r5173 - jbpm4/trunk/modules/examples/src/test/resources/org/jbpm/examples/timer/transition.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jul 1 06:58:28 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-07-01 06:58:28 -0400 (Wed, 01 Jul 2009)
New Revision: 5173

Added:
   jbpm4/trunk/modules/examples/src/test/resources/org/jbpm/examples/timer/transition/process.png
Modified:
   jbpm4/trunk/modules/examples/src/test/resources/org/jbpm/examples/timer/transition/process.jpdl.xml
Log:
changed timer from 10 minutes to 5 seconds... easier for testing to see that it happens

Modified: jbpm4/trunk/modules/examples/src/test/resources/org/jbpm/examples/timer/transition/process.jpdl.xml
===================================================================
--- jbpm4/trunk/modules/examples/src/test/resources/org/jbpm/examples/timer/transition/process.jpdl.xml	2009-07-01 10:28:46 UTC (rev 5172)
+++ jbpm4/trunk/modules/examples/src/test/resources/org/jbpm/examples/timer/transition/process.jpdl.xml	2009-07-01 10:58:28 UTC (rev 5173)
@@ -9,7 +9,7 @@
   <state name="guardedWait" g="98,46,127,52">
     <transition name="go on" to="next step" g="-16,-17"/>
     <transition name="timeout" to="escalation" g="-43,-16">
-      <timer duedate="10 minutes" /> 
+      <timer duedate="5 seconds" /> 
     </transition>
   </state>
   

Added: jbpm4/trunk/modules/examples/src/test/resources/org/jbpm/examples/timer/transition/process.png
===================================================================
(Binary files differ)


Property changes on: jbpm4/trunk/modules/examples/src/test/resources/org/jbpm/examples/timer/transition/process.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jbpm-commits mailing list