I’m trying to test a simple process in a Camunda 8 Zeebe client Spring Boot application. The process has just a REST outbound connector task. At the startup of the test I’m getting the error:
But when I’m starting the application: no issue and I can start it from the tasklist.
Are there resources to add for unit testing and process with connectors? like element template…
It is my first encounter of the Zeebe in memory engine…
Nathan,
My BPMN is quiet simple and run smoothly on my Camunda 8 SM. It is only complaining with the Zeebe in memory. The purpose was to simply check the call of Camunda 7 processes from a Camunda 8 one.
Hi @lugon - I was able to recreate the issue with your BPMN, and it took me several minutes of reading then re-reading the task configuration before I found the problem! The payload request body needs to be a FEEL expression. Otherwise it is interpreting the body as a string rather than an object.