[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 05:01:08 EDT 2007
Thanks for your time guys.
Let me make my query clear ...
Have a decision node like below ...
<decision name="DN_P1CompareP2">
| <transition name="TN_P1GreaterP2" to="TN_P1GreaterP2">
| <condition>P1 > P2</condition>
| </transition>
| <transition name="TN_P1LesserP2" to="TN_P1LesserP2">
| <condition>P1 < P2</condition>
| </transition>
| </decision>
I will provide values as P1=11 and P2=12
So P1 < P2.Hence 2nd transition should be taken.
But it always takes the first transition.
Pls let me know ...
How to write the condition tags for this simple use case??
Many thanks for your time.
--Yash
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035888#4035888
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035888
More information about the jboss-user
mailing list