[jboss-user] [JBoss jBPM] - Re: (NOTE: In JBPM 3.2)Decison nodes - tricky - help req

ygiriyap do-not-reply at jboss.com
Thu Apr 5 23:24:03 EDT 2007


Not able to get the decision node work based on the static values either.

In the following case ... always the first transition is taken !!!

  | <decision name="DN_P1CompareP2">
  |       <transition name="TN_P1LesserP2" to="TN_P1LesserP2">
  |       <condition><![CDATA[#{2 < 1}]]></condition>
  |       </transition>
  |       <transition name="TN_P1GreaterP2" to="TN_P1GreaterP2">
  |       <condition><![CDATA[#{2 > 1}]]></condition>
  |       </transition>
  |       <transition name="TN_P1EqualsP2" to="TN_P1CompareP2Else">
  |       </transition>
  |    </decision>
  | 

Any pointers pls.
Thanks,
--Yash

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035211



More information about the jboss-user mailing list