public interface IActivityHandler
Modifier and Type | Method and Description |
---|---|
void |
cancel(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
execute(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void execute(MActivity activity, BpmnInterpreter instance, ProcessThread thread)
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.void cancel(MActivity activity, BpmnInterpreter instance, ProcessThread thread)
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.info
- The info object.Copyright © 2012. All Rights Reserved.