Execution
This element is used in Node element definitions only.
The Execution section defines properties and files that are used when a node is executed.
Format
<Execution>
<Properties>
...
</Properties>
<InputFiles>
<ContainerFile ... />
...
</InputFiles>
<OutputFiles>
<ContainerFile ... />
...
</OutputFiles>
<Module ... >
<StatusCodes ... />
</Module>
<Constructors ... />
</Execution>
The Execution section includes the definition of a set of properties that are re-created each time the node is executed and which are available only while the node is being executed.
The execution information can also define the set of input files to be generated prior to execution of the node, and any output files generated during execution.
Any number of input and output files may be specified. Each input file is associated with a container defined by the node. Each output file is typically used to construct containers for generated objects. The format of an input or output file is determined by the declaration of the container in the Common Objects section.
Example
For an example of an Execution section, see Example of a Specification File.