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(MActivity activity,
IInternalAccess instance,
ProcessThread thread)
Execute an activity.
|
protected void |
sendReturnValue(MActivity activity,
IInternalAccess instance,
ProcessThread thread)
Wait for a service call.
|
receiveMessage, sendMessage
cancel, doExecute, getBpmnFeature
public EventIntermediateServiceActivityHandler()
public void execute(MActivity activity, 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(MActivity activity, IInternalAccess instance, ProcessThread thread)
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.