[jboss-user] [jBPM] New message: "Using Timers in JBPM 4.3"
T T
do-not-reply at jboss.com
Mon Feb 1 17:00:45 EST 2010
User development,
A new message was posted in the thread "Using Timers in JBPM 4.3":
http://community.jboss.org/message/523480#523480
Author : T T
Profile : http://community.jboss.org/people/jbpm42user
Message:
--------------------------------------------------------------
I am trying to implement timer in our application.
<state g="175,142,195,69" name="create multiple custodian task">
<on event="take">
<timer duedate="10 days" repeat="5 seconds"/>
<event-listener class="org.test.TestHandler1"/>
</on>
<on event="start">
<event-listener class="org.test.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/523480#523480
More information about the jboss-user
mailing list