Package jadex.bpmn.runtime.task
Class WriteParameterTask
java.lang.Object
jadex.bpmn.runtime.task.AbstractTask
jadex.bpmn.runtime.task.WriteParameterTask
- All Implemented Interfaces:
ITask
Writes a parameter value to the thread (or superthread).
-
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
-
WriteParameterTask
public WriteParameterTask()
-
-
Method Details
-
doExecute
Execute the task.- Specified by:
doExecute
in classAbstractTask
- Parameters:
context
- The accessible values.instance
- The process instance executing the task.- Throws:
Exception
- When task execution fails.
-