Java examples
Let's analyze a few examples utilizing Java to deploy a process, open a job worker, handle variables, and request cluster topology.
These examples are accessible in the Camunda Community Hub Repository.
Instructions to access code locally:
git clone https://github.com/camunda-cloud/zeebe.git
git checkout develop
cd samples
Import the Maven project in the samples
directory into your IDE to start hacking.
Process​
- Deploy a process
- Create a process instance
- Create non-blocking process instances
- Create a process instance with results