[jboss-user] [JBoss jBPM] - Re: jpdl-3.2.Beta2: how to access variable from task form in
kukeltje
do-not-reply at jboss.com
Mon Feb 19 05:05:05 EST 2007
"avbentem" wrote : "avbentem" wrote : If I understand correctly then
| | <decision name="Fits in mailbox">
| | | <transition name="Yes" to="ship item">
| | | <condition expression="#{false}"/>
| | | </transition>
| | | <transition name="No" to="Inform customer"/>
| | | </decision>
| | should execute the second transition, which has no condition and thus is the 'otherwise' branch. However, again I get
| | [Decision] decision didn't select transition, taking default Transition(Yes)
| Just for the archives: after deploying, the database table jbpm_transitions showed a zero-length value in column decision_ for the 'otherwise' branch. Changing it to a NULL value did not change the behavior, not even when I restarted JBoss.
|
Again, read the 3.2 cvs docs... there has been clarification on the expected behavior.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018727#4018727
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018727
More information about the jboss-user
mailing list