[jboss-jira] [JBoss JIRA] Commented: (JBPM-621) Decision 'otherwise' choice does not appear to work.
Arjan van Bentem (JIRA)
jira-events at lists.jboss.org
Tue Feb 20 08:16:36 EST 2007
[ http://jira.jboss.com/jira/browse/JBPM-621?page=comments#action_12353623 ]
Arjan van Bentem commented on JBPM-621:
---------------------------------------
The 3.2.x documentation has been changed (version 1.2 of http://fisheye.jboss.com/browse/JBPM/jbpm.3/jpdl/userguide/en/modules/jpdl.xml) So, I guess the new official otherwise flow is now: "The first transition represents the otherwise branch", which would imply this bug is resolved?
> 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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list