public class EventIntermediateMessageActivityHandler extends DefaultActivityHandler
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_CODECIDS
The property message is the message to be sent.
|
static String |
PROPERTY_FILTER
The filter property describes the filter for receiving a message.
|
static String |
PROPERTY_MESSAGE
The property message is the message to be sent.
|
static String |
PROPERTY_MESSAGETYPE
The type property message type identifies the meta type (e.g. fipa).
|
static String |
PROPERTY_THROWING
The isThrowing property name (distinguishes send/receive events).
|
DEBUG
Constructor and Description |
---|
EventIntermediateMessageActivityHandler() |
Modifier and Type | Method and Description |
---|---|
void |
execute(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
cancel
public static final String PROPERTY_THROWING
public static final String PROPERTY_MESSAGETYPE
public static final String PROPERTY_FILTER
public static final String PROPERTY_MESSAGE
public static final String PROPERTY_CODECIDS
public EventIntermediateMessageActivityHandler()
public void execute(MActivity activity, BpmnInterpreter instance, ProcessThread thread)
execute
in interface IActivityHandler
execute
in class DefaultActivityHandler
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.Copyright © 2012. All Rights Reserved.