Wrong BPMN symbol for event gateway?

Hi,

question about the BPMN modeler :
was there any specific reason to have the icon for the Event Gateway like it is? It’s quite inconsistent: in the left tree pane, the regular ‘Event-Based gateway’ icon ; while on the canvas, the ‘Parallel Event-Based gateway’ is used. I wouldn’t know how an engine could implement a parallel event-base gateway.

Is this just a simple bug / mistake, or was it on purpose?

Liley this is an error contained in the stencilset_bpmn.json file.
The icon for the event gateway is correct, but the “view” property SVG is probably incorrect.

Greg

Indeed, the icon is correct and the SVG definition is incorrect. Will make sure this gets fixed.

Best regards,

Tijs

OK, thanks for the feedback.

Created https://github.com/flowable/flowable-engine/issues/273

Hi,

I’ve created a pull request.
https://github.com/flowable/flowable-engine/pull/274