Level 3 Assignment 1 Processing Transaction Number: 0

image

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
image

image

I am not sure where the problem lies

@JayEff,

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