HTTP connector call returns result parsing failure

Hi Camundons,
When I use the Camunda process to call http connector, I encounter an error when parsing the node’s response through an EL expression.
But this issue was found to be sporadic after Idea executed the MVN clean. The main direction I focused on was jar conflicts, but it has not been resolved yet

Error while evaluating expression: ${S(response).mapTo(\"java.util.Map\")}. Cause: Cannot coerce from class java.lang.String to class java.lang.Class

Error while evaluating expression: ${S(response).mapTo(\"java.util.Map\")}. Cause: Cannot coerce from class java.lang.String to class spinjar.com.fasterxml.jackson.databind.JavaType

When I use the mapTo function, I get this error, but when I use the S function to convert JSON objects, there is no problem

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