Versions Compared

Key

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

...

Code Block
titleExample script with scheduling of workflows
<script xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/watercoachschemas/version1.0/script_config.xsd">
	<title>WC<title>Water test script<Wolf</title>
	<timeZone>
		<offset>+00:00</offset>
	</timeZone>
	<dataStart date="2019-10-07" time="09:00:00"/>
	<dataStop date="2019-10-11" time="09:00:00"/>
	<displayStart date="2020-01-01" time="12:00:00"/>

	<workflow>
		<workflowId>Export_WAQUAMeren_IJsselmeer_WC</workflowId>
		<schedulingInterval unit="minute" multiplier="10"/>
		<schedulingStart date="2020-01-01" time="12:01:00"/>
	</workflow>
	
	<workflow>
		<workflowId>Import_Rivieren_Forecast_WC</workflowId>
		<schedulingInterval unit="minute" multiplier="10"/>
		<schedulingStart date="2020-01-01" time="12:02:00"/>
	</workflow>
</script>

...