Hands-on exercises for our Zeebe training program.
-
Exercise 1: BPMN Testing (Kotlin & Java)
- Learn process testing with Camunda 8
- Path:
exercises/exercise-1-testing-{kotlin|java}
-
Exercise 2: Outbox & Idempotency (Kotlin & Java)
- Master distributed transaction patterns
- Path:
exercises/exercise-2-outbox-{kotlin|java}
-
Exercise 3: Outbound Connector (Java)
- Build a custom Camunda 8 outbound connector
- Path:
exercises/exercise-3-connector-java
-
Exercise 4: Agentic Orchestration
- AI-powered decision making with process orchestration
- Path:
exercises/exercise-4-agentic-orchestration
- Start infrastructure:
cd stack && docker-compose up -d - Choose your exercise and follow its README
- Access Camunda UI at http://localhost:8080 (demo/demo)
Need help? Check individual exercise READMEs for detailed instructions.