-
Key: DMN16-58
-
Status: closed
-
Source: Montera Pty Ltd ( Greg McCreath)
-
Summary:
The `before` and `after` range functions have ambiguous invocation when using named params. Both functions have 4 variants - take `before` as an example:
```
(a) before(point1, point2)
(b) before(point, range)
(c) before(range, point)
(d) before(range1, range2)
```If I invoke `before(range: [1..10], point: 1)` is it for variant (b) ... or (c) ... ?
Suggest renaming the param names or making the variants separate functions.
-
Reported: DMN 1.3 — Tue, 2 Feb 2021 23:38 GMT
-
Disposition: Deferred — DMN 1.6b1
-
Disposition Summary:
Defer to DMN 1.7
Defer to DMN 1.7
-
Updated: Mon, 16 Sep 2024 14:16 GMT
DMN16 — Ambiguous named params for before() and after() range functions
- Key: DMN16-58
- OMG Task Force: Decision Model and Notation 1.6 RTF