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