opengeospatial / ets-ogcapi-processes10

Other
3 stars 3 forks source link

Feature fix loop over status #96

Closed gfenoy closed 6 months ago

gfenoy commented 6 months ago

This change ensures that AssertionException is only thrown when the loopOverStatus method is invoked and no link with relation type result or monitor is found, as reported in #95.

My understanding of the previous code is that the function throws an exception even if a results or monitor relation type is found.