In EventProcessInstanceImportMediatorManager, we have a lot of helper methods that create the various orchestrating parts for event process import management, passing in dependencies from the manager where necessary. These constructors have become quite loaded and are sometimes nested, making the dependency management a bit messy and hard to manage. We should consider refactoring this class to make use of a factory or similar to clear this up.
This is the controller panel for Smart Panels app
- duplicates
-
OPT-3368 Refactor EventProcessInstanceImportMediator to fully implement the Import architecture
- Done