is there an XML attribute in the Sequence element of the Graph XML file, that
will reset the sequence to the start value each time I execute the graph?
In other words, each time I execute my graph, I want my sequence to start from initial value of 1, instead of continuing from the last value of the sequence. I know this is possible from the clover GUI, but I want to know if it is possible to reset from the XML graph file.
Hi, it is not possible, but if you want to add record counter on reader you can use auto_filling described on Field formats and other goodies or do workaround like that: add new phase, which is executing before the rest of graph: SystemExecute or JavaExecute component, which deletes sequence file.