User development,
A new message was posted in the thread "Repeat timer only once":
http://community.jboss.org/message/531867#531867
Author : Preeti Gupta
Profile :
http://community.jboss.org/people/preetigupta
Message:
--------------------------------------------------------------
Hi,
I am new to JBPM and currently need to develop workflow on JBPM 3.
I have a requirement where Timer or reminder on the task should be repeated but only
once.
<task name="review" swimlane="reviewer">
<timer duedate="10 seconds" repeat="2 seconds">
<script>
System.out.println("Hello");
</script>
</timer>
</task>
<transition name="approve" to="approved"/>
<transition name="reject" to="rejected" />
</task>
Please direct me how to achieve this.
Thanks and Regards
Preeti Gupta
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/531867#531867