Hi,
While runnung Generate Yearly Report Performer, the process stops by logging into the ACME system 1 and then logs out with message: Process stoped due to no more transaction data.
Have invoked out_TransactionItem to TransactionItem in the workflow.
Can someone please suggest me a solution thanks
The Performerfile -
Generate_Yearly_Report_Performer.zip (1019.5 KB)
The screenshot of invoked argument
The orchestrator queue -
Thanks.
Hi .
It usually happens if there is an error in getTRANSACTIONDATA.xaml , activities will be enclosed with a try catch, in case of any error throws no data found. Try to debug activities inside the xaml
Hello, this is google translate.
Try to fix here first
Change TransactionItem to Queueitem Argument type
Add GetQueueItem to the beginning of GetTrasactionData.xaml
SetTransactionStatus.xaml
Add SetTransactionStatus to the beginning of Success
Add SetTransactionStatus at the beginning of Handle Business Rule Exception
Add SetTransactionStatus to the beginning of Handle System Error
Thank you for the reply
The TransactionItem is variable right??
if not then does transactionitem become the queueName when we add get queue item??
The TransactionItem is variable right?? Yes