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:
parent
a5f323a38f
commit
180dcef03f
|
|
@ -229,7 +229,7 @@ public interface TaskService {
|
||||||
* @throws TaskNotFoundException if the {@linkplain Task} with taskId was not found
|
* @throws TaskNotFoundException if the {@linkplain Task} with taskId was not found
|
||||||
* @throws InvalidTaskStateException if the {@linkplain Task} is already in one of the {@linkplain
|
* @throws InvalidTaskStateException if the {@linkplain Task} is already in one of the {@linkplain
|
||||||
* TaskState#END_STATES}
|
* 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
|
* WorkbasketPermission#READ} for the {@linkplain Workbasket} the {@linkplain Task} is in
|
||||||
*/
|
*/
|
||||||
Task forceCancelClaim(String taskId)
|
Task forceCancelClaim(String taskId)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue