public class EventIntermediateRuleHandler extends DefaultActivityHandler
DEBUG
Constructor and Description |
---|
EventIntermediateRuleHandler() |
Modifier and Type | Method and Description |
---|---|
void |
execute(MActivity activity,
IInternalAccess instance,
ProcessThread thread)
Execute an activity.
|
cancel, doExecute, getBpmnFeature
public void execute(MActivity activity, IInternalAccess instance, ProcessThread thread)
execute
in interface IActivityHandler
execute
in class DefaultActivityHandler
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.