finished by

FEEL built-in function · Range functions

finished by(range, a)

Returns true if range ends exactly where a ends and contains it, the mirror of finishes.

Parameters

ParameterTypeDescription
rangerangethe enclosing range
apoint or rangethe candidate ending together with range

Examples

finished by([1..10], [5..10])

Related functions

finishes · includes

Defined by the OMG DMN 1.6 specification, chapter 10.3.4 (built-in functions).