gorules / jdm-editor

JDM Editor is an open-source React component for crafting and designing JDM (JSON Decision model) files.
https://gorules.io
MIT License
123 stars 36 forks source link

feature: import DMN 1.3 #25

Open enote-kane opened 6 months ago

enote-kane commented 6 months ago

As a new user, I want to import my existing DMN 1.3 XML (Camunda BPM 7 variant) that I have invested into a long time ago, so that I don't need to manually recreate my hundreds of decision tables/DRDs.

This would be very valuable for onboarding.

ivanmiletic commented 6 months ago

GoRules was built to solve limitations, usability, and slow innovation speed of DMN. We have a lot of experience working with DMN (we have customised one of the non Java engines few years ago).

We didn't plan to support importing of DMN 1.3 standard in short term, but it is not yet excluded from the roadmap.

enote-kane commented 6 months ago

@ivanmiletic Thank you for the feedback. Looking forward to any news in this regard.

In the meantime, do you know of any tool that can generate a CSV from a DMN which I then can import into GoRules as a workaround? I understand that I'll probably need to still do a lot of manual work for replacing expressions and creating the graphs in the first place, but at least that would help in filling the decision tables.

[...] we have customised one of the non Java engines few years ago

May I ask which one?