I have used the Camunda 8 Self Managed (Docker) and I would like to use API-REST to get the process/tasks and etc. The problem is that I can do request perfect but I receiveid the message that the task/process don´t exist even the process/task exist as well.
Please check my previous update and look for a task ID in the Tasklist, not in the Operate. Most probably your Tasklist is running here http://localhost:8082
The call URL should looks like http://localhost:8082/v1/tasks/2251799843060326
Replace 2251799843060326 with the actual task id.