public class WriteContextTask extends AbstractTask
Constructor and Description |
---|
WriteContextTask() |
Modifier and Type | Method and Description |
---|---|
void |
doExecute(jadex.bpmn.model.task.ITaskContext context,
jadex.bridge.IInternalAccess instance)
Execute the task.
|
cancel, execute
public void doExecute(jadex.bpmn.model.task.ITaskContext context, jadex.bridge.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.