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