Hi,
Below are the steps I followed:
- Started Camunda
- Deployed a simple process with 1 user task (assignee is “demo“)
- Started the Process model from tasklist app. (http://localhost:8088/tasklist)
- I can see in Operate its waiting at the user task.
- When I go to Task List, I see it empty.
- Even Rest API POST “http://localhost:8088/v2/user-tasks/search“ is giving an empty list in response.
Please suggest what I am missing here.
Thank you,
Hari.
Details of each step:
- I started Camunda 8 instance using docker compose available at camunda-distributions/docker-compose/versions/camunda-8.8 at main · camunda/camunda-distributions · GitHub
- I deployed a very simple process model from my desktop modeler.
- Started the Process Model from Tasklist app http://localhost:8088/tasklist
- I can see in Operate that execution is waiting at user task
- I can see tasklist is empty
Even Rest API is returning empty list.





