Guilherme Carreiro created DROOLS-3384:
------------------------------------------
Summary: [DMN Designer] DMN Editor Index
Key: DROOLS-3384
URL:
https://issues.jboss.org/browse/DROOLS-3384
Project: Drools
Issue Type: Feature Request
Components: DMN Editor
Reporter: Guilherme Carreiro
Assignee: Guilherme Carreiro
This JIRA is an epic covering all tasks related to interactions between to DMN files.
The Import Feature introduces scenarios that couples DMN files with others. Given these
two DMN files:
file1.dmn
- Person (Structure)
- name (Text)
- age (Number)
file2.dmn
- Order (Structure)
- price (Number)
- salesman (file1.Person)
- buyer (file1.Person)
Notice that the user cannot delete the "file1.dmn", which is referenced by the
"file2.dmn".
Other scenarios:
- How to handle DMN files from kjars?
- Is the user allowed to rename the Data Type "Person"?
- Is the user allowed to remove the Data Type "Person"?
--
This message was sent by Atlassian Jira
(v7.12.1#712002)