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

ygiriyap do-not-reply at jboss.com
Fri Apr 6 09:23:20 EDT 2007


This works for me.

<decision name="DN_P1CompareP2" expression='#{ ( P1 > P2 ) ? "TN_P1GreaterP2" : "TN_P1CompareP2Else" }'>
  |      <transition name="TN_P1GreaterP2" to="TN_P1GreaterP2"></transition>
  |      <transition name="TN_P1CompareP2Else" to="TN_P1CompareP2Else">
  |    </decision>

But,my requirement is a decision node with 3 conditions.So I cant do this way.
I want to mention the condition as the part of transition.

Pls provide some pointers.

Thanks for the reply,Koen.
--Yash

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

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



More information about the jboss-user mailing list