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&...]