Hi Community,
I’m working with the Zeebe REST API to manage the lifecycle of Zeebe user tasks. However, when I attempt to assign a user task, I encounter a 405 Method Not Allowed error. The same issue arises when trying to unassign a user task, resulting in a 405 error as well.
I followed the guidance in this documentation for the migration to Zeebe user tasks. Below is the task configuration I am working with:
Implementation Type: ZEEBE_USER_TASK
Camunda Version: 8.5 stable, self-managed (downloaded from Camunda GitHub)
@nathan.loding Thank you for your help. Changing the port to 8088 resolved the issue for me.
I’ve learned that the Zeebe REST API is now assigned to a new port.
I was expecting a 404 error due to the wrong port, rather than a 405, because the Tasklist REST API doesn’t include the /user-tasks path. Any insights on why this happened?
@Praveen_Kumar_Reddy - thanks for the feedback! They’ve corrected this for the 8.6 release, and are investigating to see if it makes sense to backport it to other supported versions.
@nathan.loding, Thanks for reporting this to the team and getting back to me. Much appreciated! Glad to hear it will be corrected in 8.6, and great that the team is investigating backporting options.