Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.19 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.19 KB

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.