[jboss-user] [jBPM] - How to set timeout runtime

Yogita Bartake do-not-reply at jboss.com
Wed Jun 16 05:11:22 EDT 2010


Yogita Bartake [http://community.jboss.org/people/YogitaBartake] replied to the discussion

"How to set timeout runtime"

To view the discussion, visit: http://community.jboss.org/message/548194#548194

--------------------------------------------------------------
What I meant to ask is can I have a timer transition or a timeout event on a java or decision activity in the following manner...


<java name="someActivity" >
    *<on event="timeout">
      <timer duedate="10 minutes"/>
      <event-listener />
    </on>*
    <transition name="go on" to="next step" />
  </java>

OR


<java name="someActivity" >
    <transition name="go on" to="next step" />
    <transition name="timeout" to="escalation" >
      <timer *duedate="9 minutes"* /> 
    </transition>
  </java>
Coz I have heard it can be used only for wait type of activities.Is that true? 

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

Reply to this message by going to Community
[http://community.jboss.org/message/548194#548194]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100616/81d3b0dc/attachment-0001.html 


More information about the jboss-user mailing list