Java examples
These examples are accessible in the zeebe github repository on the develop branch.
Instructions to access code locally:
git clone https://github.com/zeebe-io/zeebe.git
git checkout develop
cd zeebe/samples
Import the Maven project in the samples
directory into your IDE to start hacking.
Workflow​
- Deploy a workflow
- Create a workflow instance
- Create non-blocking workflow instances
- Create a Workflow Instance with Results