Package jadex.bpmn.runtime.handler
Class EventEndTerminateActivityHandler
java.lang.Object
jadex.bpmn.runtime.handler.DefaultActivityHandler
jadex.bpmn.runtime.handler.EventEndTerminateActivityHandler
- All Implemented Interfaces:
IActivityHandler
On error end propagate an exception.
-
Field Summary
Fields inherited from class jadex.bpmn.runtime.handler.DefaultActivityHandler
DEBUG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(MActivity activity, jadex.core.IComponent instance, ProcessThread thread) Execute the activity.Methods inherited from class jadex.bpmn.runtime.handler.DefaultActivityHandler
cancel, execute, getBpmnFeature
-
Constructor Details
-
EventEndTerminateActivityHandler
public EventEndTerminateActivityHandler()
-
-
Method Details
-
doExecute
Execute the activity.- Overrides:
doExecutein classDefaultActivityHandler- Parameters:
activity- The activity to execute.instance- The process instance.thread- The process thread.
-