-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Zeebe 8.5.0 has introduced Zeebe User Task.
When I query Zeeqs Graphql, it returns BPMN User Task but NOT Zeebe User Task.
I am using docker compose as follows:
zeebe:
image: docker.core.dev/camunda/zeebe:8.5.0
ports:
- "8080:8080"
- "26500:26500"
- "9600:9600"
- "5701:5701"
environment:
- ZEEBE_BROKER_EXPORTERS_HAZELCAST_JARPATH=exporters/zeebe-hazelcast-exporter-1.4.0-jar-with-dependencies.jar
- ZEEBE_BROKER_EXPORTERS_HAZELCAST_CLASSNAME=io.zeebe.hazelcast.exporter.HazelcastExporter
- ...
volumes:
- zeebe:/usr/local/zeebe/data
- ./exporters:/usr/local/zeebe/exporters:ro
zeeqs:
image: ghcr.io/camunda-community-hub/zeeqs:2.9.1
environment:
- zeebe.client.worker.hazelcast.connection=zeebe:5701
- ...
ports:
- "9000:9000"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request