[jboss-user] [jBPM Users] - Re: are there event handlers at the process definition level
jbossphan
do-not-reply at jboss.com
Tue Oct 20 14:30:10 EDT 2009
The http://docs.jboss.com/jbpm/v4/schemadocs allows this although event handling has changed.
The syntax for events changed from:
| <event type="transition">
| <action class="MyGlobalTransitionHandler" config-type="field">
| </event>
|
to:
| <on event="take">
| <event-handler class="MyGlobalTransitionHandler"/>
| </on>
|
I think the event name for a transition is now "take" although I haven't tried this. Because of changes in the underlying environment I have been able to get rid of "global" event handlers in 4.1.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261353#4261353
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261353
More information about the jboss-user
mailing list