From d59400a557b9a6e3c6c3824005f9f87656cee2d2 Mon Sep 17 00:00:00 2001 From: Murph Date: Wed, 29 Apr 2020 12:37:00 +0100 Subject: [PATCH] Fix typo in header. Update DecisionTaskHandler GAV to point to the value set in kmodule. --- readme.md | 6 +++--- src/main/resources/META-INF/kie-deployment-descriptor.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index e6a7518..8102bb2 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,8 @@ -Red Had Process Automation Manager - Order Management Demo Repository +Red Hat Process Automation Manager - Order Management Demo Repository ===================================================================== -**Red Had Process Automation Manager** is the Business Process Management product from Red Hat, based on the open source project [jBPM](http://www.jbpm.org). +**Red Hat Process Automation Manager** is the Business Process Management product from Red Hat, based on the open source project [jBPM](http://www.jbpm.org). This demo aims to show some of the core capabilities of this powerful product. @@ -144,4 +144,4 @@ TODO - documents - signal - compensation -- error handling \ No newline at end of file +- error handling diff --git a/src/main/resources/META-INF/kie-deployment-descriptor.xml b/src/main/resources/META-INF/kie-deployment-descriptor.xml index 349d409..c9650b4 100644 --- a/src/main/resources/META-INF/kie-deployment-descriptor.xml +++ b/src/main/resources/META-INF/kie-deployment-descriptor.xml @@ -18,7 +18,7 @@ mvel - new org.jbpm.process.workitem.bpmn2.DecisionTaskHandler("com.demo", "order-management-dmn", "1.0.0-SNAPSHOT",15000) + new org.jbpm.process.workitem.bpmn2.DecisionTaskHandler("com.example", "order-management", "1.1-SNAPSHOT",15000) DecisionTask