Package jadex.bpmn.runtime.handler
Class EventIntermediateNotificationHandler
java.lang.Object
jadex.bpmn.runtime.handler.DefaultActivityHandler
jadex.bpmn.runtime.handler.EventIntermediateNotificationHandler
- All Implemented Interfaces:
IActivityHandler
Wait for an external notification (could be a signal or a fired rule).
Makes available a notfier object as "notifier" property.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The property for the external notifier (system).Fields inherited from class jadex.bpmn.runtime.handler.DefaultActivityHandler
DEBUG
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(MActivity activity, jadex.core.IComponent instance, ProcessThread thread) Execute an activity.Methods inherited from class jadex.bpmn.runtime.handler.DefaultActivityHandler
cancel, doExecute, getBpmnFeature
-
Field Details
-
PROPERTY_EXTERNALNOTIFIER
The property for the external notifier (system).- See Also:
-
-
Constructor Details
-
EventIntermediateNotificationHandler
public EventIntermediateNotificationHandler()
-
-
Method Details
-
execute
Execute an activity.- Specified by:
execute
in interfaceIActivityHandler
- Overrides:
execute
in classDefaultActivityHandler
- Parameters:
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.
-