Hi all,

I have the following in my process definition:

<state name="Forward call">
  |     <event type="node_enter"> 
  |                     <action class="com.sample.action.MyActionHandler"/>
  |     </event>
  |     <transition to="join2"></transition>
  | </state>

However, when the node_enter event is triggered MyActionHandler is never 
invoked. 

Does anyone know why this is?
Thanks in advance

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

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

Reply via email to