Package jadex.bpmn.runtime.task
Class LoggerTask
java.lang.Object
jadex.bpmn.runtime.task.AbstractTask
jadex.bpmn.runtime.task.LoggerTask
- All Implemented Interfaces:
ITask
Log some text stored in variable text.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doExecute
(ITaskContext context, jadex.core.IComponent instance) Execute the task.Methods inherited from class jadex.bpmn.runtime.task.AbstractTask
cancel, execute
-
Constructor Details
-
LoggerTask
public LoggerTask()
-
-
Method Details
-
doExecute
Execute the task.- Specified by:
doExecute
in classAbstractTask
- Parameters:
context
- The accessible values.instance
- The process instance executing the task.
-