[jboss-user] [JBoss jBPM] - Re: conditional trans in 3.2 - deprecated syntax doesn't wor

dario.oliveros do-not-reply at jboss.com
Mon Apr 23 16:03:58 EDT 2007


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




More information about the jboss-user mailing list