In Dispatcher process in Get transaction data code - we will check for the page is exist or not with Transaction Number. initially it will be 1. but after which step we will increment it so that dispatcher will move to next page.
so in Get_Transaction_Data i will check page exist or not and increment the transaction number. in process will add values to queue and again it will go to Get_Transaction_Data and when page doesn’t exist with count “out_TransactionItem” will set to nothing and the process will go to End State right.
ReFramework is already had an increment operation in “SetTransactionStatus” page to get the next item. so there is no need of additional increment operation.
Hey Karthik Just look into it i felt additional increment is not required.