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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to