camunda/zeebe-simple-tasklist

Verified Publisher

By camunda services GmbH

Updated about 6 years ago

Community maintained Zeebe worker to manage manual/user tasks

Image
Integration & delivery
Web servers
0

2.3K

camunda/zeebe-simple-tasklist repository overview

Zeebe Simple Tasklist

License

A Zeebe worker to manage manual/user tasks in a workflow. It shows all jobs of type user as a task/todo-list. A user can complete the tasks with requested data.

Docker Installation

The docker image for the worker is published to DockerHub.

docker pull camunda/zeebe-simple-tasklist:latest
  • ensure that a Zeebe broker is running with a Hazelcast exporter (>= 0.8.0-alpha1)
  • forward the Hazelcast port to the docker container (default: 5701)
  • configure the connection to the Zeebe broker by setting zeebe.client.broker.contactPoint (default: localhost:26500)
  • configure the connection to Hazelcast by setting zeebe.client.worker.hazelcast.connection (default: localhost:5701)

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

mvn clean install -DskipTests
cd docker
docker-compose up

See the repo for more installation instructions.

Further Information

See the README on GitHub.

Tag summary

Content type

Image

Digest

Size

132.6 MB

Last updated

about 6 years ago

docker pull camunda/zeebe-simple-tasklist:0.5.0

This week's pulls

Pulls:

172

Last week