is called when a task completes. The task controller is given the opportunity to update the process context variables with the data that is submitted entered in the task instance.
Use {@link TaskInstance#getVariable(String)} to get variables from the task instance context and use {@link ContextInstance#setVariable(String,Object,Token)}to update the process variables.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.