public class EventIntermediateServiceActivityHandler extends EventIntermediateMessageActivityHandler
PROPERTY_CODECIDS, PROPERTY_FILTER, PROPERTY_MESSAGE, PROPERTY_MESSAGETYPE
DEBUG
Constructor and Description |
---|
EventIntermediateServiceActivityHandler() |
Modifier and Type | Method and Description |
---|---|
void |
execute(jadex.bpmn.model.MActivity activity,
jadex.bridge.IInternalAccess instance,
ProcessThread thread)
Execute an activity.
|
protected void |
sendReturnValue(jadex.bpmn.model.MActivity activity,
jadex.bridge.IInternalAccess instance,
ProcessThread thread)
Wait for a service call.
|
receiveMessage, sendMessage
cancel, doExecute, getBpmnFeature
public EventIntermediateServiceActivityHandler()
public void execute(jadex.bpmn.model.MActivity activity, jadex.bridge.IInternalAccess instance, ProcessThread thread)
execute
in interface IActivityHandler
execute
in class EventIntermediateMessageActivityHandler
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.protected void sendReturnValue(jadex.bpmn.model.MActivity activity, jadex.bridge.IInternalAccess instance, ProcessThread thread)
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.