Hello there,
I’m using camunda 8 and I’m starting the process using webhook start event and after deploying process I decided to change it’s id and name so I deleted the old process definition from operate and deployed the new process but now whenever I try to initiate from webhook using postman it returns 404 not found , I believe the webhook somehow is still connected to the old process id so how can I fix this?