Red Hat Training

A Red Hat training course is available for JBoss Enterprise SOA Platform

7.24. Adding a Time-Out Value in JBPM

  • Add a JBPM-native timer to the appropriate node. In this example, the timer has been configured so a transition called time-out is triggered if there is no signal received in ten seconds:
    <timer name='timeout' duedate='10 seconds' transition='time-out'/>