This is an automated email from the ASF dual-hosted git repository.
mweiler pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 75e7c9488 [KOGITO-Example - kie-issue #2142] Updating the
process-instance-migration-quarkus example details. (#2136)
75e7c9488 is described below
commit 75e7c948888b2f3f34eb16b8876191806898573b
Author: Christine-Jose <[email protected]>
AuthorDate: Fri Oct 17 20:21:48 2025 +0530
[KOGITO-Example - kie-issue #2142] Updating the
process-instance-migration-quarkus example details. (#2136)
* changes for kie-issue#2142
* updated the addon name
* updating the changes
---
.../process-instance-migration-quarkus/README.md | 11 +++++++++++
.../process-instance-migration-quarkus/pom.xml | 4 ++++
2 files changed, 15 insertions(+)
diff --git
a/kogito-quarkus-examples/process-instance-migration-quarkus/README.md
b/kogito-quarkus-examples/process-instance-migration-quarkus/README.md
index 08d12d38d..4bc1caefb 100644
--- a/kogito-quarkus-examples/process-instance-migration-quarkus/README.md
+++ b/kogito-quarkus-examples/process-instance-migration-quarkus/README.md
@@ -46,6 +46,17 @@ And when using native image compilation, you will also need:
- GraalVM native image needs as well native-image extension:
https://www.graalvm.org/reference-manual/native-image/
- Note that GraalVM native image compilation typically requires other packages
(glibc-devel, zlib-devel and gcc) to be installed too, please refer to GraalVM
installation documentation for more details.
+### How to enable the feature
+
+Import the following dependency in your `pom.xml` to enable the process
migration.:
+
+```XML
+<dependency>
+ <groupId>org.kie</groupId>
+ <artifactId>kie-addons-quarkus-process-instance-migration</artifactId>
+</dependency>
+```
+
### Infrastructure Services
This quickstart provides a docker compose template that starts all the
required services. This setup ensures that all services are connected with a
default configuration.
diff --git a/kogito-quarkus-examples/process-instance-migration-quarkus/pom.xml
b/kogito-quarkus-examples/process-instance-migration-quarkus/pom.xml
index 05e0f71fd..62adb0cae 100644
--- a/kogito-quarkus-examples/process-instance-migration-quarkus/pom.xml
+++ b/kogito-quarkus-examples/process-instance-migration-quarkus/pom.xml
@@ -97,6 +97,10 @@
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-process-management</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.kie</groupId>
+ <artifactId>kie-addons-quarkus-process-instance-migration</artifactId>
+ </dependency>
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-addons-quarkus-process-svg</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]