[jboss-user] [JBoss jBPM] - Re: could somebody paste a script example for fork
unome
do-not-reply at jboss.com
Mon Jul 31 23:41:09 EDT 2006
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#3962048
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962048
More information about the jboss-user
mailing list