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