[jboss-user] [JBoss jBPM] - Re: Timer repetition problem

rodrigorev do-not-reply at jboss.com
Mon Jan 12 07:51:17 EST 2009


hello, i have defined the timer in the processdefinition.xml instead of junit class.

are you trying this? 

my timer never executed, i don't know better documentation about timer.


  | 
  | <state name="state1">
  | 		<timer duedate="20 seconds" name="imprimirMensaje">
  | 			<action class="cinfo.proyecto.wf.modelo.handlers.ImprimirMensajeHandler"></action>
  | 		</timer>
  | 		<transition to="task-node1"></transition>
  | 	</state>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200975#4200975

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200975



More information about the jboss-user mailing list