Hi, i build the UIDemo workflow as described in the walkthrough. In the process.xaml i defined the 3 assignment entries as follows:
in_TransactionItem.SpecificContent(“CashIn”).ToString
in_TransactionItem.SpecificContent(“OnUsCheck”).ToString
in_TransactionItem.SpecificContent(“NotOnUsCheck”).ToString
The workflow runs fine until the process.xaml and it appear the following error message
Have you uploaded the queue value to the queue using dispatcher.? The value in in_TransactionItem.SpecificContent(“CashIn”).ToString is null, it means it is not retrieving any value from queue.
Yes, it appears, that the dispatcher works fine and upload the queues, but the performer workflow stucks.
When you say, the transactionItems with 0 that means it is not retrieving any values, whats the problem ?
I guess, in or out_arguments are missing or not defined.
ok, the new one is a problem with getTransactionData (see error message). Do i need this file ? The value type of TransactionItem is DataRow. Is this right ? Not queueItem ?
Thanks