Class LoggerTask

  • All Implemented Interfaces:
    jadex.bpmn.model.task.ITask

    public class LoggerTask
    extends AbstractTask
    Log some text stored in variable text.
    • Constructor Summary

      Constructors 
      Constructor Description
      LoggerTask()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doExecute​(jadex.bpmn.model.task.ITaskContext context, IInternalAccess instance)
      Execute the task.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoggerTask

        public LoggerTask()
    • 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.