[jboss-user] [JBoss jBPM] - Re: conditional transition behavior

ricardomarques do-not-reply at jboss.com
Fri Jul 13 12:02:31 EDT 2007


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



More information about the jboss-user mailing list