Versions Compared

Key

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

...

When the system time is changed then the start time and end time will also change so that the relative period will stay the same for a topology node.

 

Relative period panel with only a start time

It is possible to a create a relative period panel in which the end time is hidden.

Below an example of such a panel.

Image Added

This panel can be configured in the following way.

Code Block
<node id="ProcessTest" name="Process Data">
            <workflowId>ProcessImports</workflowId>
            <relativeStartTime unit="day" value="-10"/>
            <localRun>false</localRun>
 </node>

 

 

 

Cold state from current run

...

If time zero changes the cold state selection should also change to keep the relative period the same.

 

...

 

Forecast length

To set the forecast length at a fixed length the option forecastLength can be used.

...