Versions Compared

Key

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

...

If the shift is set to 0 then the time zero will be editable but equal to the system time.

 

Custom info label

It is possible to define a custom info label which be shown (if configured) below the run options.

Image Added

It is possible to use location attribute in the custom info label. if a value is modified it will be colored blue.

Below a configuration example.

Code Block
languagexml
<node id="Big10_RUN_Riverware_ST_Planning" name="Riverware (RBS) test">
				<workflowId>Big10_RiverWare_ST_Planning</workflowId>
				<displayGroupId>ST_P_Big10_SUM_Riverware</displayGroupId>
				<timeSeriesButtonsPanelId>ST_BASIN_buttons</timeSeriesButtonsPanelId>
				<customInfoLabel>
						<labelText>This is an example! first attribute: @wMarketChoice_RT@  second attribute: @SPILL_PRIORITY_RT@</labelText>
						<locationId>BPA</locationId>
						<overrulingUnmodifiedDateTimeAttributeValue>
							<attributeId>wMarketChoice_RT</attributeId>
							<offset unit="day" multiplier="1"/>
							<timeStep unit="day"/> 
						</overrulingUnmodifiedDateTimeAttributeValue>
				</customInfoLabel>
				<graceTime unit="hour" multiplier="5"/>
				<localRun>true</localRun>
				<saveLocalRunEnabled>true</saveLocalRunEnabled>
				<showRunApprovedForecastButton>true</showRunApprovedForecastButton>
</node>

 

 

 

Topology groups

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

...