public class EventIntermediateNotificationHandler extends DefaultActivityHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_EXTERNALNOTIFIER
The property for the external notifier (system).
|
DEBUG
Constructor and Description |
---|
EventIntermediateNotificationHandler() |
Modifier and Type | Method and Description |
---|---|
void |
execute(jadex.bpmn.model.MActivity activity,
jadex.bridge.IInternalAccess instance,
ProcessThread thread)
Execute an activity.
|
cancel, doExecute, getBpmnFeature
public static final java.lang.String PROPERTY_EXTERNALNOTIFIER
public EventIntermediateNotificationHandler()
public void execute(jadex.bpmn.model.MActivity activity, jadex.bridge.IInternalAccess instance, ProcessThread thread)
execute
in interface IActivityHandler
execute
in class DefaultActivityHandler
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.