Open arkanoid87 opened 1 year ago
How difficult would be to add
bpmn:documentation
intoBpmnElement
?
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:
Hello,
I did the same thing here: https://github.com/HMubaireek/zeeqs/pull/2
I'll send a PR to the main repo soon
At the moment I am pulling the whole process XML to get element
Documentation
. How difficult would be to addbpmn:documentation
intoBpmnElement
?Thanks