diff --git a/dmn-decision-table-product/README.md b/dmn-decision-table-product/README.md index 665c5fb..6cb112e 100644 --- a/dmn-decision-table-product/README.md +++ b/dmn-decision-table-product/README.md @@ -1,17 +1,23 @@ # 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. - -# Decision Table Activity +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) + +## 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. diff --git a/dmn-decision-table-product/README_DE.md b/dmn-decision-table-product/README_DE.md new file mode 100644 index 0000000..24eb73e --- /dev/null +++ b/dmn-decision-table-product/README_DE.md @@ -0,0 +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)