REST Connector error handling

Hi,

is there a way in Camunda 8.3 to get the response body in case of a REST connector failure?

What i want is to send a message with the error response body in the Acknowledge Failure task.

I think there was a note on one of the other threads that says on the “Error Catch” you can define output variables to map the error code and error body to process variables, after which you can use them (eg. in Acknowledge Failure).

Hi @aowss,

maybe the attached BPMN file helps here:
error-variables(1).bpmn (6.9 KB)