public class WriteParameterTask extends AbstractTask
Constructor and Description |
---|
WriteParameterTask() |
Modifier and Type | Method and Description |
---|---|
void |
doExecute(ITaskContext context,
IInternalAccess instance)
Execute the task.
|
cancel, execute
public void doExecute(ITaskContext context, IInternalAccess instance) throws java.lang.Exception
doExecute
in class AbstractTask
context
- The accessible values.instance
- The process instance executing the task.java.lang.Exception
- When task execution fails.