From 19b3eeefd192ac4bd2d42dd8a4ca4f36c5320d6b Mon Sep 17 00:00:00 2001 From: Luc Weinbrecht Date: Mon, 27 Jun 2022 06:26:37 +0200 Subject: [PATCH] update readme (mentioned blog post) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a8fe8e5..9d36286 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ An example to show how you could use clean architecture and DDD and their advantages with Camunda. +I also wrote a blog post to show how clean architecture could help you to update to Camunda Platform 8 without +touching your domain centered code: [How Clean Architecture helps you migrating Camunda Platform 7 to 8](https://www.novatec-gmbh.de/en/blog/how-clean-architecture-helps-you-migrating-camunda-platform-7-to-8/). + ## 🚀Features The [BPMN process](assets/processes/loan_agreement.png) which start a [second process](assets/processes/cross_selling_recommendation.png) via message correlation should represent a tiny business process just to demonstrate the architecture.