<timer> tag in <transition> removed
-----------------------------------
Key: JBPM-2298
URL:
https://jira.jboss.org/jira/browse/JBPM-2298
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: GPD
Affects Versions: jBPM 4.0.0.Beta2
Reporter: Johan Kumps
Priority: Minor
Consider a state like this :
<state g="297,164,80,40" name="wait-partner">
<transition g="-33,-18" name="updateReceived"
to="end"/>
<transition g="-41,-18" name="timeout"
to="escalate-to-bis">
<timer duedate="10 minutes"/>
</transition>
</state>
When changing the layout of the process definition in the diagram view, the <timer>
node is removed by GPD.
<state g="297,164,80,40" name="wait-partner">
<transition g="-33,-18" name="updateReceived"
to="end"/>
<transition g="-41,-18" name="timeout"
to="escalate-to-bis">
</transition>
</state>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira