camunda-community-hub / camunda-7-migration

Fluent Java API for Camunda Platform 7 process instance migration
Apache License 2.0
20 stars 8 forks source link

Consolidating process definitions #17

Open malteser opened 7 years ago

malteser commented 7 years ago

Scenario: Given two deployments A and B containing the identical process definition "P" with version tag "1" (so that there are 2 definitions of P), When consolidating P, Then the older definition of P is migrated to the newest one.