Introducing our new CEO Don Johnson - Read More

camunda/zeebe-script-worker

Verified Publisher

By camunda services GmbH

Updated over 4 years ago

Community maintained Zeebe worker to evaluate scripts (i.e. script tasks).

Image
Languages & Frameworks
Integration & Delivery
0

2.5K

zeebe-script-worker

License

A Zeebe worker to evaluate scripts (i.e. script tasks). Scripts are useful for prototyping, to do (simple) calculations, or creating/modifying variables.

Docker Installation

The docker image for the worker is published on GitHub Packages.

docker pull ghcr.io/camunda-community-hub/zeebe-script-worker:1.0.0
  • configure the connection to the Zeebe broker by setting zeebe.client.broker.contactPoint (default: localhost:26500)

For a local setup, the repository contains a docker-compose file. It starts a Zeebe broker and the worker.

cd docker
docker-compose up

Please see the repo for more installation instructions.

Further Information

See the README on GitHub.

Docker Pull Command

docker pull camunda/zeebe-script-worker