Cannot use process variables inside of REST connector in Camunda 8

Hello, everyone.

I’m trying to use some process variables that I defined as the output of certain tasks and events inside of the payload for a REST connector task. They are being correctly initialized, as can be seen here:


However, when using them inside of the payload por a REST POST request, the values get evaluated to null.
image

What can I be doing wrong?

Hi @aavila - from the screenshots, I don’t see anything that is incorrect. Is it possible to share the BPMN XML file for the process to see what else might be going on?

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