Problem with webhook start event connector response in camunda 8.5.0

Greetings dear colleagues,

But is anyone experiencing or overcoming this problem?
In short, even the previous version (camunda 8.4…) everything worked fine, I had the response after making a request, however, after updating the camunda version to 8.5.0 my connector does not show responses even though I defined responses in the modeler, as shown in the attached images.

I have the same problem. Did you solve it? Can someone help me?

Yes, it solves it by changing the structure of the answer to this:

{
  "body": {
    "message":"Process create entity started successfully",
    "processInstanceKey": correlation.processInstanceKey
  }
}

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.