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

ygiriyap do-not-reply at jboss.com
Tue Apr 10 11:07:16 EDT 2007


Hi estaub,

Tried that as well.!! No better.
I tried the following code. Didnt work.

<decision name="DN_P1CompareP2">
  |      <transition name="TN_P1GreaterP2" to="TN_P1GreaterP2">
  |      	<condition expression="#{P1 > P2}"></condition>
  |      </transition>
  |      <transition name="TN_P1LesserP2" to="TN_P1LesserP2">
  |      	<condition expression="#{P1 < P2}"></condition>
  |      </transition>
  |    </decision>


Has it worked for you?Could you pls let me know how exactly to write these lines.


  | 1. <condition>P1 > P2</condition>
  | 2. <condition>P1 < P2</condition>
  | 3. <condition>P1 == P2</condition>
  | 
  | 

Many thanks for your time and help,
--Yash

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

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



More information about the jboss-user mailing list