camunda/zeebe-script-worker
Community maintained Zeebe worker to evaluate scripts (i.e. script tasks).
2.5K
A Zeebe worker to evaluate scripts (i.e. script tasks). Scripts are useful for prototyping, to do (simple) calculations, or creating/modifying variables.
The docker image for the worker is published on GitHub Packages.
docker pull ghcr.io/camunda-community-hub/zeebe-script-worker:1.0.0
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.
docker pull camunda/zeebe-script-worker