This always goes to the transition "yes" and never no. What am I doing wrong? 
This should always evaluate to the no transition. I could guess that the 
expression evaluation is failing to resolve, I don't see the error and it's 
taking the default first transition. Any ideas?

  | <decision name="Cost Analysis" expression="#{ (5 > 1 ? 'no' : 'no') }"      
>
  |   <transition name="yes" to="join1"/>
  |   <transition name="no" to="Finished"/>
  | </decision>
  | 

I'm sure I had this working before but now it's not.
I'm on jbpm 3.02 and I've followed the example test format: 

  |  "    expression='#{ ( >1000 ? \"important lead\" : ( budget>100 ? \"lead\" 
: \"beggars\")) }'>" +
  | 

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to