public class TaskActivityHandler extends DefaultActivityHandler
DEBUG
Constructor and Description |
---|
TaskActivityHandler() |
Modifier and Type | Method and Description |
---|---|
void |
cancel(MActivity activity,
IInternalAccess instance,
ProcessThread thread)
Cancel an activity.
|
void |
execute(MActivity activity,
IInternalAccess instance,
ProcessThread thread)
Execute an activity.
|
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.public void cancel(MActivity activity, IInternalAccess instance, ProcessThread thread)
cancel
in interface IActivityHandler
cancel
in class DefaultActivityHandler
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.info
- The info object.