0

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?

Martinaut
  • 1,868
  • 1
  • 17
  • 27

1 Answers1

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