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
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
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
I will take a look on it.
Thank you.