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