Hi,

I am having the same problem. My process definition would work in previous 
release, but not in 3.2 GA.
Here's an excerpt of my processdefinition.xml:


  |   <transition name="t1" to="end">
  |     <condition expression="#{contextInstance.variables['x'] == 'xxx'"/>
  |   </transition>
  | 

I also tried the following, but it did not work:

  |   <condition>#{contextInstance.variables['x'] eq 'xxx'}</condition>
  | 

Any thoughts ?

Dário


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

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

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to