Details
-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Description
AT:
- The ProcessDefinitionImportIndexHandler is extending the AllEntitiesBasedImportIndexHandler
- The ProcessDefinitionXmlImportIndexHandler is extending the AllEntitiesBasedImportIndexHandler
Hint:
Currently, theProcessDefinitionImportIndexHandler is extending the DefinitionBasedImportIndexHandler, because in the past we had to make sure that not all definitions are imported, if we have the definition ids defined in the configuration file. However, since we have the ProcessDefinitionManager, this is not necessary anymore. We can again speed up the import process by fetching all definitions at once.