]
youngm commented on JBPM-621:
-----------------------------
I'm satisfied if you are
Decision 'otherwise' choice does not appear to work.
----------------------------------------------------
Key: JBPM-621
URL:
http://jira.jboss.com/jira/browse/JBPM-621
Project: JBoss jBPM
Issue Type: Bug
Components: Core Engine
Affects Versions: jBPM 3.1
Reporter: youngm
Assigned To: Tom Baeyens
The following decision appears to always result in the "to_print" transition
choosen. The decision node doesn't appear to ever check transisions who don't
have conditions. So it assumes there is only one transition so it chooses the
'default' or first transition.
<decision name="data_needed">
<transition name="to_print" to="print_application">
<condition expression="#{true == false}"/>
</transition>
<transition name="to_get_approval" to="get_approval"/>
</decision>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: