public class WaitForSpaceObjectTaskTask extends Object implements jadex.bpmn.model.task.ITask
| Constructor and Description |
|---|
WaitForSpaceObjectTaskTask() |
| 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.
|
static jadex.bpmn.task.info.TaskMetaInfo |
getMetaInfo()
Get the meta information about the agent.
|
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.listener - To be notified, when the task has completed.public IFuture cancel(IInternalAccess instance)
cancel in interface jadex.bpmn.model.task.ITaskpublic static jadex.bpmn.task.info.TaskMetaInfo getMetaInfo()
Copyright © 2015. All Rights Reserved.