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
bpmn:documentation
At the moment I am pulling the whole process XML to get element Documentation. How difficult would be to add bpmn:documentation into BpmnElement?
Documentation
BpmnElement
Thanks
The text was updated successfully, but these errors were encountered:
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. 🚀
Sorry, something went wrong.
Hello,
I did the same thing here: HMubaireek#2
I'll send a PR to the main repo soon
No branches or pull requests
At the moment I am pulling the whole process XML to get element
Documentation
.How difficult would be to add
bpmn:documentation
intoBpmnElement
?Thanks
The text was updated successfully, but these errors were encountered: