Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

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

scott.stark@jboss.org

2007-07-13


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@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.