此内容没有您所选择的语言版本。
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'/>
<timer name='timeout' duedate='10 seconds' transition='time-out'/>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow