[jboss-user] [jBPM] New message: "Using Timers in JBPM 4.3"

T T do-not-reply at jboss.com
Mon Feb 1 17:01:50 EST 2010


User development,

A new message was posted in the thread "Using Timers in JBPM 4.3":

http://community.jboss.org/message/523481#523481

Author  : T T
Profile : http://community.jboss.org/people/jbpm42user

Message:
--------------------------------------------------------------
I am trying to implement Timers in JBPM4.3 :
 
  <state g="175,142,195,69" name="create multiple custodian task">
       <on event="take">
      <timer duedate="10 days" repeat="5 seconds"/>
          <event-listener class="com.handler.TestHandler1"/>       
     </on>
        <on event="start">               
          <event-listener class="com.handler.TestHandler2">       
      </event-listener>
     </on>
      <transition g="-42,-18" name="to end1" to="end1"/>
   </state>

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/523481#523481




More information about the jboss-user mailing list