Skip to content
New issue

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

Import Zeebe User Task from 8.5 #491

Open
ZeyadDev opened this issue Apr 18, 2024 · 1 comment
Open

Import Zeebe User Task from 8.5 #491

ZeyadDev opened this issue Apr 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ZeyadDev
Copy link

ZeyadDev commented Apr 18, 2024

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"
@saig0 saig0 added the enhancement New feature or request label Apr 19, 2024
@saig0 saig0 changed the title Zeebe User Task Import Zeebe User Task from 8.5 Apr 19, 2024
@saig0
Copy link
Contributor

saig0 commented Apr 19, 2024

@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. 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants