jit-open / quarkus-zeebe-worker-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quarkus Zeebe Worker for Camunda 8

Source code for the tutorial around Quarkus 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.properties. Simply replace the existing sample values.
  • Run the application:
mvn clean compile quarkus:dev

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.

  • You can create a comparable worker in another programming language following one of the Get Started Guides

About


Languages

Language:Java 100.0%