public class EventIntermediateServiceActivityHandler extends EventIntermediateMessageActivityHandler
PROPERTY_CODECIDS, PROPERTY_FILTER, PROPERTY_MESSAGE, PROPERTY_MESSAGETYPEDEBUG| 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, sendMessagecancel, doExecute, getBpmnFeaturepublic EventIntermediateServiceActivityHandler()
public void execute(MActivity activity,
                    IInternalAccess instance,
                    ProcessThread thread)
execute in interface IActivityHandlerexecute in class EventIntermediateMessageActivityHandleractivity - 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.