public class EventIntermediateErrorActivityHandler extends DefaultActivityHandler
| Modifier and Type | Class and Description | 
|---|---|
| static class  | EventIntermediateErrorActivityHandler.EventIntermediateErrorExceptionRuntime exception representing explicit process failure. | 
DEBUG| Constructor and Description | 
|---|
| EventIntermediateErrorActivityHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | doExecute(MActivity activity,
         IInternalAccess instance,
         ProcessThread thread)Execute the activity. | 
cancel, execute, getBpmnFeaturepublic EventIntermediateErrorActivityHandler()
protected void doExecute(MActivity activity,
                         IInternalAccess instance,
                         ProcessThread thread)
doExecute in class DefaultActivityHandleractivity - The activity to execute.instance - The process instance.thread - The process thread.