Hi,
I’m trying to trigger the Intermediate message event using zeebe client(golang) & the functionality working fine with zeebe with simple monitor. But as soon as I switch to zeebe core(docker-compose-core.yml) v8.3.1, process instance doesnt pick the message and resume. Process execution will be waiting in the same state though message been fired!. I didn’t observe error as well. So I’m not sure where is the issue here.
Can you please provide input on this.
Hey @camundabpmlearner 
What Camunda 8 version did you use with Zeebe simple monitor?
Would also be great if you could share a code snippet.
I assume the message reference is correct and the correlation key as well?
Looking forward to some more informations. 
Thomas
I found out the issue is string(processInstanceId)… I used this in correlation key, this was working with 8.2.x but not in 8.3.x… I removed them and it started working.
1 Like
Ah, great!
Thanks for letting the Community know 