Versions Compared

Key

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

...

To restrict this list, for example when not all datasets-types are exported by FEWS to the archive, the tag searchDataTypes can be used.

Importing  states

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
titleWorkflow configured with statesWorkflowId in ArchiveModuleDisplay
<activity>
      <moduleInstanceId>ImportArchivedStates</moduleInstanceId>
</activity>


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



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

...