https://github.com/camunda/camunda-get-started-java
Get started with camunda BPM. Sources of the Getting Started Guide
https://github.com/camunda/camunda-get-started-java
Last synced: 9 months ago
JSON representation
Get started with camunda BPM. Sources of the Getting Started Guide
- Host: GitHub
- URL: https://github.com/camunda/camunda-get-started-java
- Owner: camunda
- License: apache-2.0
- Created: 2014-04-07T05:44:15.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T08:31:46.000Z (over 3 years ago)
- Last Synced: 2024-04-11T08:54:46.221Z (almost 2 years ago)
- Language: Java
- Homepage: http://camunda.org/get-started/developing-process-applications.html
- Size: 10.7 KB
- Stars: 12
- Watchers: 22
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Camunda Platform - Getting Started Developing Process Applications
This Repository contains the example process application for the guide at https://docs.camunda.org/get-started/java-process-app/.
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
```
If you want to follow the tutorial along please clone this repository and checkout the `Start` tag.
```
git clone https://github.com/camunda/camunda-get-started-java.git
git checkout -f Start
```
License: The source files in this repository are made available under the [Apache License Version 2.0](./LICENSE).