camunda-community-hub / zeeqs

GraphQL API for Zeebe data
Apache License 2.0
62 stars 15 forks source link

Add `bpmn:documentation` for BpmnElement #356

Open arkanoid87 opened 1 year ago

arkanoid87 commented 1 year ago

At the moment I am pulling the whole process XML to get element Documentation. How difficult would be to add bpmn:documentation into BpmnElement?

Thanks

saig0 commented 1 year ago

How difficult would be to add bpmn:documentation into BpmnElement?

It would be easy to add the documentation for the element.

Currently, some information is exposed for a BPMN element but the documentation is not part of it. See the GraphQL schema.

The data of the BPMN elements are collected in the backend by the class ProcessService.kt.

Feel free to contribute a PR for it. :rocket:

HMubaireek commented 6 months ago

Hello,

I did the same thing here: https://github.com/HMubaireek/zeeqs/pull/2

I'll send a PR to the main repo soon