Camunda
Contents
Get started with Camunda
This tutorial guides you through modeling and implementing your first workflow with the Camunda BPM Platform. In this guide, you’ll choose between implementing executable processes in Java or JavaScript (NodeJS) using one of Camunda’s ready-to-go task clients.
Join in: Get the Sources for this guide
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-quickstart.git
To follow this guide, download the initial state or checkout the tag in the git repositiory:
git checkout -f Start
or every step in between:
git checkout -f Step-X
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.
You will be guided through the following steps:
Download and Installation
Install the Camunda BPM Platform and Camunda Modeler on your machine.
Executable Process
Learn the basics of handling the Camunda Modeler, learn how to model and configure a fully executable process and learn how to integrate your own business logic.
Deploy the Process
Deploy the Process to Camunda and start your first process instances.
Involve Humans
Learn the basics of integrating user tasks into a Process and how to build forms with Camunda.
Make It Dynamic
Learn how to make your Process more dynamic by adding Gateways to the Process.
Decision Automation
Learn how to integrate DMN decision tables in the Process.