camunda-7-migration is a framework for making process instance migration easier. It builds upon the migration functionality introduced in camunda BPM 7.5.
Camunda already provides the ability to do a migration based on process definition mapping. Still, the migration plans can only be defined for deployed processes. So it is hard to impossible to define a migration plan on a dev machine, test it on pre-productoin and then apply it to the live system.
We add stuff like
- deployment independent migration plans
- variable mapping
And maybe some day some fancy sh*t like
- migrating only some instances, e.g. everything that is before that super-critical service task
To use this extension, please add the following dependency to your pom.xml
:
<dependency>
<groupId>org.camunda.bpm.extension.migration</groupId>
<artifactId>camunda-bpm-migration-parent</artifactId>
<version>1.0</version>
</dependency>
Each process implementation has its own specialties. When process instances are migrated, a lot of implementation details have to be considered. So, who is able to understand these details best? Who is able to provide a really good migration plan? Ah, right, the developer! All developers that work with camunda speak one common language: Java Do I have to say more?
A quick description how your project can be used, including where the relevant resources can be obtained from. Put into another file if too big.
- Issue Tracker use github unless you got your own
- Roadmap if in terms of tagged issues
- Changelog lets users track progress on what has been happening
- Download if downloadable
- Contributing if desired, best to put it into a CONTRIBUTE.md file
- deployment-independent migration plans
- variable mapping
- Software is cooler, when it has a name.
- The Barn Swallow is also known as European Swallow and famous from the movie "Monty Python and the Holy Grail".
- The Barn Swallow is a migratory bird. Maybe I should have put this first.
Your Name with link to Github profile or email