[jboss-user] [JBoss jBPM] - Desicion; Bug?
JimKnopf
do-not-reply at jboss.com
Tue Dec 12 09:23:46 EST 2006
My Desicion:
| <task-node name="inputFromXYZ">
| <task name="task1" swimlane="mrX">
| <controller>
| <variable name="myVar" access="read,write,required" mapped-name="myVar"></variable>
| </controller>
| </task>
| <transition name="" to="b"></transition>
| </task-node>
|
| <decision name="myDecision">
| <transition name="a" to="timer">
| <condition expression="#{contextInstance.variables.myVar eq 'n'}" />
| </transition>
| <transition name="b" to="xyz">
| <condition expression="#{contextInstance.variables.myVar eq 'y'}" />
| </transition>
| </decision>
|
This one is running fine. But only if mapped-name == name if they are different, the decision didn't work.
Is it my mistake or is it a Bug?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993077#3993077
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993077
More information about the jboss-user
mailing list