public class EventEndErrorActivityHandler extends DefaultActivityHandler
Modifier and Type | Class and Description |
---|---|
static class |
EventEndErrorActivityHandler.EventEndErrorException
Runtime exception representing explicit process failure.
|
DEBUG
Constructor and Description |
---|
EventEndErrorActivityHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
doExecute(jadex.bpmn.model.MActivity activity,
jadex.bridge.IInternalAccess instance,
ProcessThread thread)
Execute the activity.
|
cancel, execute, getBpmnFeature
protected void doExecute(jadex.bpmn.model.MActivity activity, jadex.bridge.IInternalAccess instance, ProcessThread thread)
doExecute
in class DefaultActivityHandler
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.