Example Code using the Zeebe Java Client
These examples are accessible in the zeebe-io github repository at commit f2e46303d107b9a15b6e2267481c3f4880696b14
. Link to browse code on github.
Instructions to access code locally:
git clone https://github.com/zeebe-io/zeebe.git
git checkout f2e46303d107b9a15b6e2267481c3f4880696b14
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 Workflow Instances Non-Blocking
- Create a Workflow Instance and Await Result