Weird symbol in my microflow, I do not know what it means.

0
While creating this microflow from the advanced training “Create an App with Advanced Page Building / Branding section 3.7.5.  i got this symbol.  This symbol is not show in the example picture, I have no idea what it means and if it triggers errors.  It should be like this.
asked
1 answers
5

Hi,

This symbol means that you have an event on that object in domain model.

It inform you that commit of that object will trigger an event action.

On creation of that object you can choose on option commit – “Yes without events”. Then you will get differnt symbol, that will inform you  – there is an event on that object in domain model – but it will not be triggered. 

https://docs.mendix.com/refguide/event-handlers#event

****UPDATE****

You should see that symbol also in domain modal, close to name of that entity. Every entity with event should be marked that way. 

 

answered