Update lib/taskana-core/src/main/java/pro/taskana/task/api/TaskService.java

Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
This commit is contained in:
Luis Rivas 2023-03-22 12:28:25 -05:00 committed by Alex
parent a5f323a38f
commit 180dcef03f
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ public interface TaskService {
* @throws TaskNotFoundException if the {@linkplain Task} with taskId was not found
* @throws InvalidTaskStateException if the {@linkplain Task} is already in one of the {@linkplain
* TaskState#END_STATES}
* @throws InvalidOwnerException cannot be thrown
* @throws NotAuthorizedOnWorkbasketException if the current user has no {@linkplain
* WorkbasketPermission#READ} for the {@linkplain Workbasket} the {@linkplain Task} is in
*/
Task forceCancelClaim(String taskId)