public class ServiceCallTask extends Object implements jadex.bpmn.model.task.ITask
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAMETER_METHOD
Parameter for method name.
|
static String |
PARAMETER_REBIND
Parameter for rebind flag.
|
static String |
PARAMETER_SERVICE
Parameter for service name.
|
| Constructor and Description |
|---|
ServiceCallTask() |
| Modifier and Type | Method and Description |
|---|---|
IFuture |
cancel(IInternalAccess instance)
Compensate in case the task is canceled.
|
IFuture |
execute(jadex.bpmn.model.task.ITaskContext context,
IInternalAccess process)
Execute the task.
|
public static final String PARAMETER_SERVICE
public static final String PARAMETER_METHOD
public static final String PARAMETER_REBIND
public IFuture execute(jadex.bpmn.model.task.ITaskContext context, IInternalAccess process)
execute in interface jadex.bpmn.model.task.ITaskcontext - The accessible values.process - The process instance executing the task.public IFuture cancel(IInternalAccess instance)
cancel in interface jadex.bpmn.model.task.ITaskCopyright © 2013. All Rights Reserved.