Community

How to set timeout runtime

reply from Yogita Bartake in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community