Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The module will take all external time series into account (external historical, external forecast) , and all simulated and only simulated (simulated historical, simulated forecasting) time series which are created within the same workflow
  • When the module should also only check external time series changed within the current workflow, the attribute "onlyCheckThresholdsOfChangedSeries" of the workflow descriptor can be set to true.
  • The module needs to be added to the end of the workflow where the validation timeseries have been created (e.g. imported or by transformation).When time series from within a threshold value set should not be taken into account, do not use a <relativeViewPeriod> for them or a <readWriteMode> that says "read complete forecast".
  • The relativeViewPeriod configured for the validation timeseries in the ThresholdValueSets.xml determines the viewPeriod for which thresholdcrossings are determined. If the timeseries that has been imported or otherwise created is longer, the values outside this relativeViewPeriod will not be validated.
  • As a result, the threshold crossing are written to the datebasedatabase, and can for example be used in eventActions and shown in the system wide threshold events display
  • When time series from within a threshold value set should not be taken into account, do not use a <relativeViewPeriod> for them and not a <readWriteMode> that says "read complete forecast".

Code Block
languagexml
titleworkflow.xml
<activity>
	<runIndependent>false</runIndependent>
	<predefinedActivity>threshold event crossing</predefinedActivity>
 </activity>	

...