Accessing process variables in http-connector response

Hi,

I am calling a REST Api using the http-connector implementation in camunda and we want to use a logger to log info.

But seems like these process variables are not accessible in the “response” variable. Maybe I am doing it wrong?

So I want to use the connector and pass the response data to my logger class. Could anyone suggest a way for it?

Thanks in advance.

connector.bpmn (4.1 KB)