]
Martin Putz updated JBPM-2812:
------------------------------
Fix Version/s: jBPM 3.2.9
Timer does not take leaving transition defined at super-state
-------------------------------------------------------------
Key: JBPM-2812
URL:
https://jira.jboss.org/jira/browse/JBPM-2812
Project: jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Runtime Engine
Affects Versions: jBPM 3.2.8
Reporter: Martin Putz
Assignee: Martin Putz
Fix For: jBPM 3.2.9
Within a super-state, there is a state with a 'timeout' timer. At the due date of
the created timer, it should take a "timeout" transition that is attached to the
superstate. Example:
<super-state name="super-state1">
<state name="state1">
<timer duedate="3 seconds" name="timeout-timer"
transition="timeout">
<action></action>
</timer>
<transition to="state2" name="go"></transition>
</state>
<state name="state2">
<transition to="end" name="go"></transition>
</state>
<transition to="timed-out-end"
name="timeout"></transition>
</super-state>
The problem is that the leaving transitions attached to the superstate are never found by
the sub nodes as the "hasLeavingTransition(String pTransitionName)" method of
the Node class will not inspect the superstate leaving transitions (instead of the
getLeavingTransition(String pTransitionName) method of the same class...).
The log contains the following WARN message, and the token is not signalled:
State(state1) has no leaving transition with name: timeout
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: