I am using camunda workflows to automate various processes. I have come across a scenario where the process is not moving from a service task. Usually we call the "task/{taskid}/complete" to complete the task, but since the process is stuck on a service task, I am not able to complete that task. Can anybody help me find a way to complete the service task?
