Hello,
I’m having a problem trying to correlate a message via REST call, I get status 500 response with the following content:
{
“type”: “NullValueException”,
“message”: “businessKey is null”
}
I tried a simple example on my local machine using the same diagram elements and it worked flawlessly (basic Camunda installation, no additional config). The documentation doesn’t say that businessKey is mandatory. I’ve uploaded both postman REST call and diagram, any ideas?
Also, is there a better way to implement a waiting mechanism if a service task is running a batch file that takes a long time (hours) to complete? I tried conditional catch events, but I get an “Unsupported intermediate catch event type” error.