Hello,
I have tried to correlate a message over the REST API as a “message start event”.
I have tried to build a request as described in the documentation (Correlate a Message | docs.camunda.org)
and passed the following parameters:
{
“messageName” : “Message_FromExternal”,
“resultEnabled”:true,
“all”:true,
“withoutTenantId”: true
}
I was hoping to get all matching results by setting “all” to “true” and “withoutTenantId” to “true”, to figure out, if at least one process definition is matching. But I get 0 as result.
I cannot figure out, what I did wrong?
benchmark.bpmn (16.8 KB)
Best
Clemens