You probably need a decision node with conditional transitions.
|
| <decision name="forkTest">
| <transition name="to_three_fork">
| <condition expression="#{contextInstance.variables['a'] ==
true}"/>
| </transition>
| <transition name="to_two_fork">
| <condition expression="#{contextInstance.variables['a'] ==
false}"/>
| </transition>
| </decision
|
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962048#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...