Skip to content

DanielMerchan/c8-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Camunda 8 Examples

This repository contains multiple projects for learning or solving different use cases you may encounter with Camunda 8

Camunda 8 SaaS or Local Environment

If you have a SaaS (non-trial), SaaS (trial with expiration) you will be able to execute every project by just updating the Zeebe client configuration in application.properties or application.yaml

If you do not have any of these environments you can start a local one by following:

If you decide to go over Local Kubernetes Cluster with Ingress Nginx Controller the setup requires extra steps:

  • Configure a TLS/SSL connection to the Nginx Controller using certificates (properly specified in Camunda 8 blog below)
  • Import those certificates into your Java JDK in use (specified in my blog a the bottom)

You can follow for the above setup:

How to test the projects locally

Most of the projects will deploy and execute instances of the processes to test.

However, in some I will add some JUnit tests.

Releases

No releases published

Packages

No packages published

Languages