Hi All,

In my process definition file, transition should occur from one node to another 
node. but when the control comes to the first node, its does the specified 
action and does not go the second node.

this is my process definition file

  | <node name="action">
  |     <action class="com.techm.gisv.osl.cvsportal.actions.PersistAction"/>
  |     <transition name="mail" to="mail"/>
  | </node>
  |     
  | <node name="mail">
  |     <transition name="done" to="done">
  |         <action class="com.techm.gisv.osl.cvsportal.actions.Mail"/>
  |     </transition>
  | </node>
  | 

What needs to be done?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047894
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to