"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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to