https://github.com/camunda/camunda-get-started-quickstart
https://github.com/camunda/camunda-get-started-quickstart
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/camunda/camunda-get-started-quickstart
- Owner: camunda
- License: apache-2.0
- Created: 2018-05-02T09:15:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T09:23:09.000Z (9 months ago)
- Last Synced: 2025-04-10T01:09:55.554Z (9 months ago)
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 39
- Watchers: 27
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Camunda Quick Start - Get Started with Camunda 7
This repository contains the BPMN process and DMN decision table as well as the example code for the get started guide at [https://docs.camunda.org/get-started/quick-start/](https://docs.camunda.org/get-started/quick-start/).
Every step of the tutorial was tagged in this repository. You can jump to the final state of each step by the following command:
```
git checkout -f Step-X
```
License: The source files in this repository are made available under the [Apache License Version 2.0](./LICENSE).