[jboss-user] [JBoss jBPM] - Re: start-state

koen.aers@jboss.com do-not-reply at jboss.com
Tue Jul 10 07:17:11 EDT 2007


The node enter event gets fired when the token enters a node. As for the start-state, the token never enters it. Rather the token is *positioned* in the start-state when the process starts executing. So the event you want to look at is the process-start event.
Btw. Performing a signal on the current token from an action handler is not a good practice. Action handlers that are configured on events should not try to modify the execution of the token.

Regards,
Koen

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

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



More information about the jboss-user mailing list