degregar / adm-engine-instance

Engine Instance using DMN standard
1 stars 0 forks source link

Examples #1

Open joleaf opened 1 year ago

joleaf commented 1 year ago

Hey, I wonder if there are somewhere examples for using your library. Or is this project WIP? I need a JS/TS library that can evaluate DMNs :)

degregar commented 1 year ago

Hi, I'm afraid the project is currently frozen.

I've made some research, and the most time-consuming part is evaluating FEEL. The DMN standard is quite buggy and hard to understand right now. Over 250 pages of specification. It's a lot. I kinda wait for 1.4 to be released, but for now I don't actively work on this.

But maybe we could join forces? What is your story, @joleaf? Why would you want to use it? Side project or something at work?

joleaf commented 1 year ago

@degregar Thank you for the reply! The plan is a side project (not started yet) to integrate DMN into an obsidian note. E.g. you write your note, e.g. from a template with some fontmatter data, input this data to a DMN and get the output of the DMN evaluation direct in your note.