- Notifications
You must be signed in to change notification settings - Fork8
Fluent Java API for Camunda Platform 7 process instance migration
License
camunda-community-hub/camunda-7-migration
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 yourpom.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: JavaDo 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 Trackeruse github unless you got your own
- Roadmapif in terms of tagged issues
- Changeloglets users track progress on what has been happening
- Downloadif downloadable
- Contributingif 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 amigratory bird. Maybe I should have put this first.
Your Name with link to Github profile or email
About
Fluent Java API for Camunda Platform 7 process instance migration
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors10
Uh oh!
There was an error while loading.Please reload this page.