Message Start Events

Hi everyone.
We use message start events in our workflows.
As I see in the zeebe documentation, messages are not correlated if they were published before the workflow was deployed. Or, if a new version of the workflow is deployed which doesn’t have a proper start event. And in this case, messages can be lost. How can we solve this problem? Can we get acknowledgement from zeebe broker that workflow instance is created?

1 Like

No, the message publish API just returns when the message is accepted by the gateway.

1 Like