flowable / flowable-engine

A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.
https://www.flowable.org
Apache License 2.0
8.01k stars 2.63k forks source link

Process migration cannot migrate processes #3893

Closed sgs98 closed 6 months ago

sgs98 commented 6 months ago

Describe the bug A clear and concise description of what the bug is.

Expected behavior A clear and concise description of what you expected to happen. After modifying the node name, switching through process migration was unsuccessful Code If applicable, add the code that you are using when having the issue. processMigrationService.createProcessInstanceMigrationBuilder() .migrateToProcessDefinition(currentProcessDefinitionId) .migrateProcessInstances(fromProcessDefinitionId); Additional context Add the version of Flowable that you are using, the database vendor and if you are using Flowable within Spring Boot, the Flowable Task application etc. 7.0

tijsrademakers commented 6 months ago

Hi, please create issues with a clear description and steps on how to reproduce it. This issue has no information about the migration that you are trying to perform, therefore closing it. Please reopen with full info when you have it available.