[jboss-user] [JBoss jBPM] - node_enter event trouble

jbpm_user369 do-not-reply at jboss.com
Tue Jul 14 14:18:58 EDT 2009


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



More information about the jboss-user mailing list