MD
Size: a a a
MD
SR
SR
SR
MD
MD
SR
MD
IP
org.camunda.bpm.engine.impl.migration.batch.MigrateProcessInstanceBatchCmd.getBatchJobHandler:processEngineConfiguration.getBatchHandlers() - эта штука == null.
return (BatchJobHandler)processEngineConfiguration.getBatchHandlers().get("instance-migration");
org.camunda.bpm.spring.boot.starter.util.CamundaSpringBootUtil.init() :
if (configuration.getBatchHandlers() == null) {
configuration.setBatchHandlers(new HashMap());
}
org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl.initBatchHandlers() :
if (this.batchHandlers == null) {
this.batchHandlers = new HashMap();
MigrationBatchJobHandler migrationHandler = new MigrationBatchJobHandler();
.....
DK
AK
AK
IP
DK
IP
DK
DK
IP
IP
IP