Versions Compared

Key

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

...

Code Block
languagexml
	<workflowDescriptor id="xxx" name="xxx" autoApprove="true" forecast="true" visible="true">
		<cardinalTimeStep times="01:00 07:00 13:00 19:00"/>
	</workflowDescriptor>

NOTE. After setting the cardinal time step it is not possible to run the workflow at time steps other than what has been specified. If you'd still like to be able to, make another workflow e.g. xxx_manual_T0 which would be a copy of the initial workflow, but then do not set the cardinal time step in the workflowDescriptors.

Code Block
languagexml
	<workflowDescriptor id="xxx_manual_T0" name="xxx_manual_T0" autoApprove="true" forecast="true" visible="true">
	</workflowDescriptor>