[jboss-user] [JBoss jBPM] - expression question

freak182 do-not-reply at jboss.com
Sat Aug 15 10:40:49 EDT 2009


Hello,

I have this expression on my task:


  | 
  | <decision name="Collateral" expression='#{ collateral == "true" }'>
  | 		<transition to="fork1" name="true"></transition>
  | 		<transition to="NO_COLLATERAL" name="false"></transition>
  | 	</decision>
  | 
  | 


  | final Map<String, Serializable> param = new HashMap<String, Serializable>();
  | final String collavalue = "true";
  | param.put("collateral", collavalue);
  | 

my problem is the expression always falls to 'false' transition. How can make it work? And also if anyone can give me a different expression handling or tutorials, just for future references. :)

Thanks a lot.
Cheers.



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

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



More information about the jboss-user mailing list