- 
    Type:Feature Request 
- 
    Resolution: Fixed
- 
    Priority:L3 - Default 
- 
    Affects Version/s: None
- 
    Component/s: external task client js
- 
    None
AT:
- task.variables should be read only (only getters available).
	- Hint: VariableService should have an option to be read only.
 
- I can complete task by passing process and/or local variables (both are optional).
taskService.complete(task, processVariables, localVariables);