I tried going the way with a task-node with one transition to a decision node, 
but in the decision node my action is ignored and it just continues to the 
first transition. Is my xml faulty?
(i tried both with even type task-start and task-end, but my action code is not 
called)


  | <decision name="approved?">
  |     <event type='task-end'>
  |             <action class='my.stuff.workflows.TestWF$ApprovedOnEnd'>
  |                     <leaveReject>rejected</leaveReject>
  |                     <leaveOk>approved</leaveOk>
  |             </action>
  |     </event>
  |       <transition name="approved" to="Manager approve"></transition>
  |       <transition name="rejected" to="wasRejected"></transition>
  |    </decision>
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935067#3935067

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935067


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to