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 Details

    • InvokeMethodTask

      public InvokeMethodTask()
  • Method Details

    • doExecute

      public void doExecute(ITaskContext context, jadex.core.IComponent instance)
      Execute the task.
      Specified by:
      doExecute in class AbstractTask
      Parameters:
      context - The accessible values.
      instance - The process instance executing the task.
    • getMetaInfo

      public static TaskMetaInfo getMetaInfo()
      Get the meta information about the agent.