Show/Hide Toolbars

The following sample posts a task with given unique key.

Code Snippet

String taskUniqueKey = "TASK_1001";

protected TaskRepository taskRepository;

taskRepository.postTask(taskUniqueKey);