A <Message Start Event> with <Message Reference> must have a defined <Subscription correlation key>

Hi,
I’m getting started with camunda 8 and I create a simple process that starts with a message event.
I create a new “Global message reference” on the event.
Anyway an error is displayed on the bottom:

A <Message Start Event> with <Message Reference> must have a defined <Subscription correlation key>

If I check in the doc:

it looks like correlation key shouldn’t be required for message start event.

What am I doing wrong? I should miss something trivial :blush:
Thanks!

Hi @Anna_Setiva

Thanks for bringing this up, I tried this myself and had the same issue, so i’ll look into this and let you know whats up.

-Niall

So, it turns out that this is a bug in the linting tool.
We’re working on a fix right now :slight_smile:

2 Likes