Validation failed with Multiple None Start Events for event registry example from flowable website

Hi,
I’ve downloaded the app definition “Event-App” referenced in the “Introducing the flowable event registry” article found here: https://blog.flowable.org/2020/02/08/introducing-the-flowable-event-registry/ and pointing to the example at: https://github.com/flowable/flowable-examples/blob/master/blog/EventApp.zip

Unfortunately I’m not able to publish the app due to validation errors as seen in the modeler:

and on the cmd-line while trying to publish:
"
2020-02-17 13:57:24.950 ERROR 2552 — [nio-8082-exec-3] o.f.e.i.b.d.ParsedDeploymentBuilder : Could not parse resource eventProcess.bpmn

org.flowable.common.engine.api.FlowableException: Errors while parsing:
[Validation set: ‘flowable-executable-process’ | Problem: ‘flowable-start-event-multiple-found’] : Multiple none start events are not supported - [Extra info : processDefinitionId = eventProcess | processDefinitionName = Event process | | id = sid-A8437164-6973-4C0C-A766-3CE9EAFF65AB | ] ( line: 4, column: 94)
[Validation set: ‘flowable-executable-process’ | Problem: ‘flowable-start-event-multiple-found’] : Multiple none start events are not supported - [Extra info : processDefinitionId = eventProcess | processDefinitionName = Event process | | id = sid-5DB44557-4329-48B4-966E-0D6D41188C10 | ] ( line: 29, column: 94)

    at org.flowable.engine.impl.bpmn.parser.BpmnParse.execute(BpmnParse.java:177) ~[flowable-engine-6.5.0.jar:6.5.0]

"

any ideas what went wrong ?

Hi Kai.

The problem is in the app import. The boundary event is imported as a start event. The issues is fixed in the latest master snapshot.

Regards
Martin