My Program is running fine and processing the useritems correctly
However it process the same one over and over with out incrementing to the next Work Item
I am not sure where the problem lies
My Program is running fine and processing the useritems correctly
However it process the same one over and over with out incrementing to the next Work Item
I am not sure where the problem lies
Check once whether transactionNumber is incrementing or not. And also goto setTransactionStatus and check whether transactionNumber is incrementing or not for successful transaction.
I can not find Both of those
where are they meant to be located ?
I have made an assign to increment TransactionNumber
Make sure that you have setTransactionStatus.XAML in your workflow (in Process state). This is the place where the transaction number will be incremented.
Regards,
Karthik Byggari