public class EventIntermediateNotificationHandler extends DefaultActivityHandler
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_EXTERNALNOTIFIER
The property for the external notifier (system).
|
DEBUG
Constructor and Description |
---|
EventIntermediateNotificationHandler() |
Modifier and Type | Method and Description |
---|---|
void |
cancel(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
execute(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
public static final String PROPERTY_EXTERNALNOTIFIER
public EventIntermediateNotificationHandler()
public void execute(MActivity activity, BpmnInterpreter instance, ProcessThread thread)
execute
in interface IActivityHandler
execute
in class DefaultActivityHandler
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.public void cancel(MActivity activity, BpmnInterpreter instance, ProcessThread thread)
DefaultActivityHandler
cancel
in interface IActivityHandler
cancel
in class DefaultActivityHandler
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.Copyright © 2012. All Rights Reserved.