Versions Compared

Key

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

...

No Format
<?xml version="1.0" encoding="UTF-8"?>
<actionxml type="task">
	<enhance>
		<tag name="AIRE_FORECAST"/>
		<resume/>
	</enhance>
</actionxml>

Wiki MarkupExample of Action Config to suspend a task

No Format

...

<?xml version="1.0" encoding="UTF-8"?

...

>
<actionxml type="task"

...

>
	

...

<enhance>
		

...

<tag name="AIRE_FORECAST"/

...

>
		

...

<suspend/>
	

...

</enhance>
</actionxml>

Example of Action Config to enhance a task

No Format

<?xml version="1.0" encoding="UTF-8"?

...

>
<actionxml type="task"

...

>
	

...

<enhance>
		

...

<tag name="EDEN_FORECAST"/

...

>
		

...

<repeatinterval interval="3600"/

...

>
	

...

</enhance>
</actionxml>

Example of Action Config to run one instance of a task

No Format

<

...

?xml version="1.0" encoding="UTF-8"?

...

>
<actionxml type="task"

...

>
	

...

<oneoff>
		

...

<cardinaltime interval="900" reference="2004-01-01T00:00:00.000+00:00"/

...

>
		

...

<tag name="EXPORT_CURRENT"/

...

>
	

...

</oneoff>
</actionxml>

Note: a one off task requires a cardinal time step and a reference time to establish a correct T0 for the run.