The import of event process definitions currently causes warnings whenever there are no new definitions to import as it executes empty bulks:
15:52:47.576 [ThreadPoolTaskScheduler-1] WARN o.c.o.s.e.w.ElasticsearchWriterUtil - Cannot perform bulk request with empty collection of event process definition information. 15:52:47.576 [ThreadPoolTaskScheduler-1] WARN o.c.o.s.e.w.ElasticsearchWriterUtil - Cannot perform bulk request with empty collection of event process definition ids.
It should rather not execute empty bulks to avoid these warnings
AT:
- empty bulks of the event process definition are not executed on elasticsearch