Class EventEndErrorActivityHandler

java.lang.Object
jadex.bpmn.runtime.handler.DefaultActivityHandler
jadex.bpmn.runtime.handler.EventEndErrorActivityHandler
All Implemented Interfaces:
IActivityHandler

public class EventEndErrorActivityHandler extends DefaultActivityHandler
On error end propagate an exception.
  • Constructor Details

    • EventEndErrorActivityHandler

      public EventEndErrorActivityHandler()
  • Method Details

    • doExecute

      protected void doExecute(MActivity activity, jadex.core.IComponent instance, ProcessThread thread)
      Execute the activity.
      Overrides:
      doExecute in class DefaultActivityHandler
      Parameters:
      activity - The activity to execute.
      instance - The process instance.
      thread - The process thread.