DK
Size: a a a
DK
IP
IP
IP
<repositories>
<repository>
<id>camunda-bpm-nexus</id>
<name>camunda-bpm-nexus</name>
<url>https://app.camunda.com/nexus/content/repositories/camunda-bpm-ee</url>
</repository>
</repositories>
IP
<repositories>
<repository>
<id>camunda-bpm-nexus</id>
<name>camunda-bpm-nexus</name>
<url>https://app.camunda.com/nexus/content/repositories/camunda-bpm-ee</url>
</repository>
</repositories>
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();
.....
AK
MD
MD
2В
IP
КШ
E
E
E
DK
DK
E
DK
E