[jboss-user] [JBoss jBPM] - Re: Fork that have conditions.. how??

aben do-not-reply at jboss.com
Tue Nov 4 07:32:07 EST 2008


without writing new tags, 
what is the default behaviour of FORK , is it ignoring the conditions on its transitions ? 

can the regular FORK tag can be  somehow used in order to process only the transitions that its condition is true ? ,


  | <FORK name="fork">
  | <transition to="x">
  | <condition expression=#{true=true}/>
  | </transition>
  | <transition to="y">
  | <condition expression=#{true=false}/>
  | </transition>
  | </FORK>

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

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



More information about the jboss-user mailing list