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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to