[jboss-user] [jBPM Users] - Dynamic due date on a Timer

rachel.primrose do-not-reply at jboss.com
Wed Nov 4 22:18:30 EST 2009


Is it possible to have a calculated value in the duedate field on a timer?

e.g. 


  | <state g="490,1029,131,40" name="Pending">
  | <on event="timeout">
  |       <timer duedate="4 business hours"/>
  |       <event-listener class="myactionclass">
  |       	<field name="myactionparameter"><string value="hello world"/></field>
  |       </event-listener>
  | </on>
  | 

I would want duedate="4 business hours" to be something like duedate=#{MyDateUtil.add(requestedTime,4)}, and requestedTime is a process instance variable that the user has submitted in a form.

Thanks.

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

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



More information about the jboss-user mailing list