Is it possible to extend the Kogito DMN editor for example with additional buttons to provide additional custom functionality without cloning and building the whole repository?
Asked
Active
Viewed 179 times
1 Answers
0
The tutorial in this blog post explain how to do it.
It boils down to integrate the DMN Editor as a dependency either from github CDN or as a NPM module. You then reference the JS API call in your HTML script. The tutorial show a complete end-to-end working demo.

tarilabs
- 2,178
- 2
- 15
- 23