I completed dispatcher part. It fetch all the transaction data, but after that it doesn’t work. And another thing is the transaction number starts from 2.
I tried every possible way I can but can’t solve it. Can anybody please help me?
I’ve attached the project here.
I saw your workflow , you are incrementing the transaction number before the process state ,
so its showing the processing transaction number as 2.
So incrementation of transaction number is done in the set transaction status at the end of the process state, so need of doing again…
So, remove the incrementation of transaction number inside the Get Transaction state…
You have incremented the TransactionNumber value at the end of the GetTransactionState. So you are getting the transaction number value as two. Please check out.
Hi, There is a problem. In new project the type of in_TransactionItem is QueueItem but in my project type of in_TransactionItem is string. Now if I change the type in new project to string it shows error.