Events using Database Replication module

1
Can somebody confirm that event microflows won't be called when data is imported using the Database Replication module. For example, my before commit microflow isn't called when I import from the database.
asked
1 answers
2

Both Excelimporter and Database replication use batch mode to commit the objects, so they will not call any entity event.

This has both advantages and drawbacks.

You will have retrieve the new objects and commit them again in microflow, that will call the events.

answered