Versions Compared

Key

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

...

What

nameofinstance.xml

Description

Workflow test runs can be configured to automate tests

schema location

httphttps://fewsfewsdocs.wldelftdeltares.nl/schemas/version1.0/workflowTestRun.xsd

Table of Contents

Warning

Originally developed for testing purposes, the WorkflowTestRunner to run workflows automatically in a Stand Alone environment is now also used in “live” systems. This use has been proven to be performing well in practice and is now fully supported by Deltares. See also 03 Testing workflows with the WorkflowTestRunner in SA mode

...

Code Block
languagexml
titleExample configuration file
<?xml version="1.0" encoding="UTF-8"?>
<workflowTestRun xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews https://fewsdocs.deltares.nl/schemas/version1.0/workflowTestRun.xsd">
	<general>
		<description>Example workflow test runner configuration</description>
		<systemTime date="2025-01-01" time="00:00:00"/>
	</general>
	<activities>
		<workflowActivity>
			<workflowId>Example_Workflow</workflowId>
		</workflowActivity>
		<exportLogsActivity>
			<exportFile>Example_Workflow.log</exportFile>
		</exportLogsActivity>
	</activities>
</workflowTestRun>

...

Client SA should have option localDataStoreSnapshotDownload in the Explorer.xml , for example:

  
Code Block
languagexml
<localDataStoreSnapshotDownload>
        <file>c:/localDataStoreSnapshot/local.fdb</file>                                   
        <downloadEnabled>true</downloadEnabled>
</localDataStoreSnapshotDownload>

...