Class InvokeMethodTask

  • All Implemented Interfaces:
    jadex.bpmn.model.task.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 Detail

      • InvokeMethodTask

        public InvokeMethodTask()
    • Method Detail

      • doExecute

        public void doExecute​(jadex.bpmn.model.task.ITaskContext context,
                              IInternalAccess 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 jadex.bpmn.task.info.TaskMetaInfo getMetaInfo()
        Get the meta information about the agent.