From 323ee082ec4910c45913c6207b05fdcf3922d215 Mon Sep 17 00:00:00 2001 From: Sabine Gillner <129939502+ivy-sgi@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:27:02 +0200 Subject: [PATCH 1/4] Update README.md --- dmn-decision-table-product/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/dmn-decision-table-product/README.md b/dmn-decision-table-product/README.md index 665c5fb..c6d97f0 100644 --- a/dmn-decision-table-product/README.md +++ b/dmn-decision-table-product/README.md @@ -1,15 +1,15 @@ # Decision Table -Axon Ivy’s DMN Decision Table util helps you to accelerate process automation -initiatives by applying DMN decision tables on your data without the need of -scripting effort. This util: - -- Links process data to a decision table using low code. -- Supports DMN conformance level 3. -- Enables standardized XML-export. -- Supports you with an easy-to-copy demo implementation to reduce your - integration effort. -- Enables low code citizen developers to integrate rules/decisioning easily. +A DMN (Decision Model and Notation) decision table is a tabular representation used to model business rules and decisions. It defines conditions and corresponding actions or outcomes, enabling automated decision-making based on inputs. With this utility you can integrate DMN tables into your Axon Ivy processes. + +This utility: + +- links process data to a decision table +- enables convenient condition editing with zero scripting +- supports DMN conformance level 3 +- enables standardized XML-export + +![Condition Editing](images/edit-condition.png) # Decision Table Activity Simple and expressive decision table element. From 135728f039fe193426ee6f76ac865e010bb29f91 Mon Sep 17 00:00:00 2001 From: Sabine Gillner <129939502+ivy-sgi@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:28:47 +0200 Subject: [PATCH 2/4] Create README_DE.md --- dmn-decision-table-product/README_DE.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 dmn-decision-table-product/README_DE.md diff --git a/dmn-decision-table-product/README_DE.md b/dmn-decision-table-product/README_DE.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/dmn-decision-table-product/README_DE.md @@ -0,0 +1 @@ + From 78c2d1b3096187d043e4876df6602815354e6aa1 Mon Sep 17 00:00:00 2001 From: Sabine Gillner <129939502+ivy-sgi@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:31:25 +0200 Subject: [PATCH 3/4] Update README_DE.md --- dmn-decision-table-product/README_DE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dmn-decision-table-product/README_DE.md b/dmn-decision-table-product/README_DE.md index 8b13789..24eb73e 100644 --- a/dmn-decision-table-product/README_DE.md +++ b/dmn-decision-table-product/README_DE.md @@ -1 +1,12 @@ +# DMN Tabelle +Eine DMN (Decision Model and Notation) Entscheidungstabelle ist eine tabellarische Darstellung, mit der du Geschäftsregeln und Entscheidungen modellieren kannst. Sie definiert Bedingungen und die entsprechenden Aktionen oder Ergebnisse, was automatisierte Entscheidungen basierend auf Eingaben ermöglicht. Mit diesem Tool kannst du DMN-Tabellen in deine Axon Ivy Prozesse einbinden. + +Dieses Tool: + +- verknüpft Prozessdaten mit einer Entscheidungstabelle +- ermöglicht dir das einfache Bearbeiten von Bedingungen, ohne dass du skripten musst +- unterstützt DMN-Konformität Level 3 +- ermöglicht standardisierten XML-Export + +![Condition Editing](images/edit-condition.png) From 1ef0f46e2eeb41899e61c64f8896e98740319bba Mon Sep 17 00:00:00 2001 From: Sabine Gillner <129939502+ivy-sgi@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:44:02 +0200 Subject: [PATCH 4/4] Update README.md --- dmn-decision-table-product/README.md | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/dmn-decision-table-product/README.md b/dmn-decision-table-product/README.md index c6d97f0..6cb112e 100644 --- a/dmn-decision-table-product/README.md +++ b/dmn-decision-table-product/README.md @@ -11,7 +11,13 @@ This utility: ![Condition Editing](images/edit-condition.png) -# Decision Table Activity +## Demo + +The demo process gathers data and evaluates the tax rate based on the yearly income and gender of the person. + +![Condition Editing](images/demo.png) + +### Decision Table Activity Simple and expressive decision table element. ![Process with Decision Table](images/in-action.png) @@ -24,21 +30,8 @@ Convenient condition editing with zero scripting ![Condition Editing](images/edit-condition.png) -## Demo - -After doing the setup you can download and import the demo project. - -There is a demo process which gathers data and evaluates the tax -rate based on the yearly income and the gender of the person. - -![Condition Editing](images/demo.png) ## Setup -If you need this extensions on an Axon Ivy Engine. Proceed as follows: - -1. Download the `dmn-decision-table-*.jar` -2. Copy the file into the `dropins` directory of your Axon Ivy Engine -3. Start or restart Axon Ivy Engine -4. Deploy projects that involve DMN Decision Tables. +Just install the utility from within Axon Ivy designer.