-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Both the decision and the decision table can have a name and an id.
Which one(s) should we be able to populate in the ui?
Example:
<Decision id="decision" name="CheckOrder"> <DecisionTable id="decisionTable" name="foo" isComplete="true" isConsistent="true">
The dmn engine will use the decision id and name for execution.