Level 3 Assignment 2 - Generate Yearly Report Dispatcher

I’m having the issue where the dispatcher gets to the work page, it closes and the output is Process finished due to no more transaction data. When I debug it goes to the GetTransactionData IF Statement and the out_TransactionItem is null, so it kills the processes. I can’t figure out what’s going wrong.

Here’s my Dispatcher.GenerateYearlyReport.zip (512.3 KB)

Here’s the Get Transaction Data. The Breakpoint is where it reverses from in debugging mode.

Is there a reason why are you using out_TransactionItem? Your out argument has no value as it was never assigned one hence why the value is always nothing.

1 Like

I just realized that I need to use in_TransactionNumber and assign it one since I’m not using the Queue.

I’m having an issue where the Activity Times out.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.