Camunda error INVALID_STATE when not starting with start

Getting this error while doing simulation and starting bpmn with message start event.

Command ‘CREATE’ rejected with code ‘INVALID_STATE’: Expected to create instance of process with none start event, but there is no such event

Hi @Smart_techie :wave:

To create a process instance of a process with a message start event, you’ll need to publish a message.

You can read more about messages here: Messages | Camunda Platform 8

You can read more about message start events here: Message events | Camunda Platform 8

Hope it helps :bowing_man:

1 Like

I will take a look on it.
Thank you.