-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support DMN Level 3 conformance level #707
Comments
@barmac looked into this a while ago, see: https://gist.github.com/barmac/59d934737587e0248a65b5436bcf8e3d. |
We received another validation that this is worth looking into, some day. |
@barmac Maybe worth summarizing your findings here. |
I spiked on boxed expressions broad support, and discovered that it would require major architectural changes in order to be implemented. It is possible but would get us busy for more than a month. However, the architecture of the library could be simplified as we could use only three packages:
Thus, we'd get rid of More info is in private repo: https://github.com/bpmn-io/internal-docs/issues/778#issuecomment-1623513755 |
@barmac Let's move this back to backlog? I think we want to decide when to pick it up in an orderly manner. |
Yes, it's not on the roadmap at the moment. |
The private repo apparently no longer exists. |
You can check out the spike result at https://github.com/bpmn-io/dmn-js-boxed-expression |
This is an umbrella issue to track DMN Level 3 modeling support.
What should we do?
Allow users to model advanced constructs defined in DMN Level 3 as supported by the new Camunda DMN engine (DMN Scala):
Why should we do it?
Without being able to model these constructs DMN Level 3 engine features remain a non-feature for many users.
The text was updated successfully, but these errors were encountered: