The input file for the
Transaction RunGraph component specifies the graphs
to run within the outer transaction.
The following graphic illustrates a sample input
file,
AttributeSteps.csv:
The first line is the header row, which defines the names of the
properties:
Path,Argument
The actual names of the properties are arbitrary; you can use different
names from those used in this illustration. The properties are delimited (for
example, by the comma in the example CSV file). The second and following rows
in the input file contain the input values:
- The first column in each row
(Path in this example) lists the path to a graph to be run by
the
Transaction RunGraph component. The outer
transaction runs these sub-graphs in the order they are listed.
- The second column in each
row (Arguments in this example) specifies any graph
command-line arguments for the graph listed in the first column. No arguments
are specified in this example input file.
Standard practice is to store the input file in the project's
data-in directory.