Navigation: TeamConnect Setup and Development > Web Services Help > Code Samples (Java/Apache CXF) > Tasks
Posting tasks
The following sample posts a task with given unique key.
String taskUniqueKey = "TASK_1001";
protected TaskRepository taskRepository;
taskRepository.postTask(taskUniqueKey);