Since 2023.02 a new predefined module that reapplies primary validation has been added.

It reads all time series, undo's primary validation and rewrites the time series to the database. Only when any changes in primary validation have been detected the data will actually be overwritten in the database. When this module is run from the SA or OC the checkbox Run for selected locations can be selected, then only the time series which location is part of the selection will be revalidated.

This module is useful to run when validation rules have changed or values in the past have changed.

It is a predefined module, that means it does not need a module configuration file. It can be configured in a workflow as follows:

Predefined revalidation module activity
<workflow xmlns=http://www.wldelft.nl/fews xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance xsi:schemaLocation=http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/workflow.xsd version="1.1">
            <activity>
                        <runIndependent>true</runIndependent>
                        <predefinedActivity>revalidation module</predefinedActivity>
            </activity>
</workflow>
  • No labels