Hi All,
The workflow is processing all the transactions now!!! (For testing I reset one of the completed items in System1 to open so that I only have one work item to deal with)
I get to the last transaction, the transaction number is incremented.
In GetTransactionData it hits the if
so the out_TransactionItem is assigned nothing
Then hits Log Message Process finished due to no more transactions
All good so far.
Then End Process
which run the invoke System1_Close
and invoke SHA1Online_Close
both of these run without a problem
and then as you step through it comes back out to main closes that
Then this pops up and I don’t really get where it’s being generated from
This is my main workflow
Main.xaml (73.0 KB)
I’m pretty close now just this stupid error message which has decided to rear it’s ugly head and stop me finishing the exercise. (grumble, grumble…)