cancel
Showing results for 
Search instead for 
Did you mean: 

Delete or Cancel Pending Task in REST

sarkar92
Champ in-the-making
Champ in-the-making
I trying to Cancel or Delete a pending task which I started Using REST.
can anyone tell me how can I achieve this in Activiti REST??
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
I'm sorry the current supported task operations are

"Request: PUT /task/{taskId}/[claim|unclaim|complete|assign] "

However, what is the use case for needed the delete? In a process, that normally does not happen often.