Versions Compared

Key

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

...

The overruling value will be determined by adding the configured offset to the time zero of the node and setting the determined time to the first valid time of the defined time step.

Approve forecast automatically

When the option enableAutoApprove is not used the IFD will use the logic described below.

When a run is started from the IFD it is by default automically approved. Only when the configurator defines in the workflow descriptors that the workflow should not be automically approved the forecast is not automically approved.

When the config option enableAutoApprove is used a checkbox will appear on the run options panel. With this checkbox the forecaster can determine if the forecast should be approved automically after the run.

The value of the tag enableAutoApprove will determine if the checkbox is initially selected or not.

Code Block
languagexml
<nodes id="exampleGroupNode">
   <workflowId>workflowA</workflowId>
   <enableAutoApprove>true</enableAutoApprove>
   <node id="exampleChildNode">
      <workflowId>workflowB</workflowId>
   </node>
</nodes>

 


 

 

Topology groups

It is possible to split the configuration of the topology in separate configuration files.

...