Get started with Camunda and BPMN 2.0
This tutorial guides you through modelling and implementing your first BPMN 2.0 process with the Camunda Platform.
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:
git clone https://github.com/camunda/camunda-get-started-java.gitTo follow this guide, download the initial state or checkout the tag in the git repository:
git checkout -f Startor every step in between:
git checkout -f Step-XAfter 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.
You will be guided through the following steps: