Hi @Goms,
Task listeners are not supported out of the box.
You have to implement the logic in your job-worker:
- If a worker is activated, save the task id into your database and publish the task in your task list.
- If a user completes a user task, send the complete command for the selected task id to the Zeebe gateway.
Hope this helps, Ingo