We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"
The text was updated successfully, but these errors were encountered:
@ZeyadDev thank you for raising it. 👍 ZeeQS doesn't import the new native user tasks from Camunda 8.5 yet. We need to extend the importing.
Requires:
Feel free to contribute. 🚀
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: