public class EventEndSignalActivityHandler extends DefaultActivityHandler
DEBUG| Constructor and Description |
|---|
EventEndSignalActivityHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(jadex.bpmn.model.MActivity activity,
jadex.bridge.IInternalAccess instance,
ProcessThread thread)
Execute the activity.
|
cancel, execute, getBpmnFeatureprotected void doExecute(jadex.bpmn.model.MActivity activity,
jadex.bridge.IInternalAccess instance,
ProcessThread thread)
doExecute in class DefaultActivityHandleractivity - The activity to execute.instance - The process instance.thread - The process thread.