Get started with EximeeBPMS and DMN 1.3
This tutorial guides you through modeling your first DMN 1.3 decision table and executing it with the EximeeBPMS Platform.
Standalone DMN engine
Note that it is also possible to use the DMN engine independently from the EximeeBPMS Platform. Please refer to the User Guide and the Example for more details.
Join in: Get the Sources for this guide.
Download as .zip or checkout the corresponding tag with Git.
In addition to this guide, the source code of the example project is also available on
GitHub.
You can directly download
the whole project or clone it with git:To follow this guide, download
the initial state or checkout the tag in the git repository:or every step in between:After every section in this guide you will find a box which contains a download link to the current
state of the project and git instructions to checkout the current version of the repository.
git clone https://github.com/EximeeBPMS/eximeebpms-get-started-dmn.git
git checkout -f Start
git checkout -f Step-X
You will be guided through the following steps: