-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Is your feature request related to a problem? Please describe.
When I migrate a DMN file with this tool, I still cannot use it effectively in the Modeler as no DI is added. The DiGenerator in dmn-js handles decisions only, and it is not run outside of the DRD editor.
Describe the solution you'd like
Add an option to generate DI in this tool to ensure smooth migration of the pre-DMN 1.2 diagrams.
Describe alternatives you've considered
Have a separate tool for DI generation. The main argument for this is that dmn-migrate will stay focussed as no-DI diagrams are still valid.
Additional context
Related to https://github.com/camunda/web-modeler/issues/1108