Versions Compared

Key

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

...

By default the  states are  imported as a part of ‘simulated’ data type, together  with forecast time series,  reports and modifiers.
From 2019.02  it is also possible to import  states only. For this purpose the tag  ‘dataTypeImportWorkflows’  should  been added to ArchiveModuleDisplay.xml,  with ‘statesWorkflowId’  which configures  the id of the workflow to import the states. The  states import workflow  should have importArchiveModule with a tag ‘moduleStatesImportActivity’.  Configuration example can be find below.

...

Code Block
<importSimulated>
         <activities>
                 <moduleStatesImportActivity/>
           </activities>
          <importFolder>$ARCHIVE_DOWNLOAD_FOLDER$/simulated</importFolder>
</importSimulated>

When ‘statesWorkflowId’  is configured, and states data set is selected, the “download and import data” button becomes enabled and it is possible to import  the selected states. An  example is given below:

Custom configuration

If the archive is not installed according to the conventions desribed in the installation manual than it might be needed to configure custom endpoint for the archive-webservices which

...