Output file naming convention for UnitsPerTransaction>1 and SequenceGenration=Transaction
When UnitsPerTransaction is set to value greater than 1 and SequenceGenration is set to Transaction, pipeline will generate one file for entire transaction (even if multiple files are processed during the transaction). In case output file naming is configured to be dependent on input file name and we process multiple files at one go with above configurations, which input file's name will be considered for deciding output file name.
For example,
In registry,
UnitsPerTransaction=3
SequenceGenration=Transaction
UseInputStreamName = [8,&]
---------------------------------------------------------
Process following three files at same time
TEST1XXXXXYYYY1234
TEST2XXXXXYYYY1234
TEST3XXXXXYYYY1234
---------------------------------------------------------
What will be the name of output file. Is it completely random or it depends on certain parameter/logic.