1 Reply Latest reply on Oct 20, 2009 2:30 PM by jbossphan

    are there event handlers at the process definition level in

      Hello,

      Are process definition level event handlers implemented in jBPM 4.x? Here's a 3.2.3 example...

      </process-definition>
       <event type="transition">
       <action class="MyGlobalTransitionHandler" config-type="field">
       </event>
      <!-- rest of model goes here -->
      </process-definition>