You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@ The first version of this tutorial was executed at the [GMDS / TMF 2022](https:/
8
8
## Prerequisites
9
9
In order to be able to solve the exercises described in this tutorial a software development environment with GIT, Java 17, Maven 3.8, Docker, Docker-Compose, a Java IDE like Eclipse or IntelliJ, Camunda Modeler as a BPMN Editor and a minimum of 16GB of RAM is needed. For more details see the [detailed prerequisites document](exercises/prerequisites.md).
10
10
11
+
## Exercise 0 - Setting Up The Project
12
+
Exercise 0 verifies that the project is set up correctly in order to start working on exercises.
13
+
11
14
## Exercise 1 - Simple Process
12
15
The first exercise focuses on setting up the testing environment used in this tutorial and shows how to implement and execute a simple BPMN process. For more details see the [exercise 1 description](exercises/exercise-1.md).
0 commit comments