Package jadex.bpmn.runtime.task
Class InvokeMethodTask
- java.lang.Object
-
- jadex.bpmn.runtime.task.AbstractTask
-
- jadex.bpmn.runtime.task.InvokeMethodTask
-
- All Implemented Interfaces:
ITask
public class InvokeMethodTask extends AbstractTask
Task for invoking a method with parameters and optionally storing the result as parameter value in the context.
-
-
Constructor Summary
Constructors Constructor Description InvokeMethodTask()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doExecute(ITaskContext context, IInternalAccess instance)
Execute the task.static TaskMetaInfo
getMetaInfo()
Get the meta information about the agent.-
Methods inherited from class jadex.bpmn.runtime.task.AbstractTask
cancel, execute
-
-
-
-
Method Detail
-
doExecute
public void doExecute(ITaskContext context, IInternalAccess instance)
Execute the task.- Specified by:
doExecute
in classAbstractTask
- Parameters:
context
- The accessible values.instance
- The process instance executing the task.
-
getMetaInfo
public static TaskMetaInfo getMetaInfo()
Get the meta information about the agent.
-
-