Skip to content

jit-open/spring-zeebe-worker-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zeebe Worker for Camunda 8

Source code for the tutorial around Zeebe Workers written in Java. This project contains a worker that can connect a BPMN service task.

Requirements:

  • Java >= 17
  • Maven

How to run:

  • Download/clone the code in this folder.
  • You need to set your Camunda cloud client connection details in the file application.yaml. Simply replace the existing sample values.
  • Run the application:
mvn package exec:java

Now you need to model and deploy a BPMN process that contains a service task of type orchestrate-something. Start a new instance of this process instance and you will see the sysout of this worker.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages