Transaction item count

Hi all, Im having small doubt, Im having excel file with 7 rows i added those row items to orchestra-tor in the reframework by creating dispatcher, in processor i completed total process , i need to create an output after completion of total 7 rows sucessfully… how to get total transaction item count to complete the process…?
thanks in advance

At the end of the process, TransactionNumber will be set to the number of the last transaction processed. Therefore, you can use this to get your final count in the end process.

but how can i find that last transaction count. i getting confusion Anthony…
If condition we can do that but last transaction count im unable to find…