Ok, following your advice and looking at ruleFlow example, I change my 
definition to:


  | <decision name="decisao">
  |    <transition name="repetir" to="decidir o destinatario">
  |             <condition expression="#{ decisao == 'sim' }" />
  |       </transition>
  |       <transition name="fim" to="end">
  |             <condition expression="#{ decisao == 'nao' }" />
  |       </transition>
  |    </decision>
  | 

Still the problem continues, I also looked at 
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=111763&postdays=0&postorder=asc&start=10

and because of that, I upgraded to jbpm 3.2.1, and still whatever the choice I 
make I always go the "repetir" transition.

now i'm running jbpm 3.2.1 + jboss 4.0.5 + mysql 5 + jdk 1.5

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064066#4064066

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064066
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to