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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...