Target audience: this guide assumes familiarity with Java web application development and Spring Boot. You should have Eclipse and the Camunda Modeler installed.
Get the sources for this guide
Download as a.zip or check out the corresponding tag with Git.
The example project source code is available on GitHub. You can download the whole project directly or clone it with Git:
Steps covered
1. Project Setup
Set up a Spring Boot application as an Apache Maven project inside Eclipse.
2. Configuration
Configure your ASEE Flow Spring Boot application.
3. Model a Process
Learn the basics of the Camunda Modeler and model a fully executable process.