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