Hi,
I am using activiti-5.13,Now my question is i am trying to delete the task using rest uri (DELETE) runtime/tasks/{taskId}, the task is not deleted it shows the response as
{
"errorMessage": "Cannot delete a task that is part of a process-instance.",
"statusCode": 403
}
I am trying this one in different workflows,i am not understand this one can u explain in which situation we can use this uri, because generally if u take any task it is definitely with in the part of a process-instance,Please any one could explain this clearly.
Thanks & Regards
Sai Kumar R