public class GatewayXORActivityHandler extends Object implements IActivityHandler
| Constructor and Description |
|---|
GatewayXORActivityHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
execute(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
public void execute(jadex.bpmn.model.MActivity activity, BpmnInterpreter instance, ProcessThread thread)
execute in interface IActivityHandleractivity - The activity to execute.instance - The process instance.thread - The process thread.public void cancel(jadex.bpmn.model.MActivity activity, BpmnInterpreter instance, ProcessThread thread)
cancel in interface IActivityHandleractivity - The activity to execute.instance - The process instance.thread - The process thread.info - The info object.Copyright © 2015. All Rights Reserved.