Assignment 2: No more transaction data

I am finding this error “Process Finished Due To No More Transaction Data”. On opening the ACME site, none of the tasks even got started.

Thanks in advance. Have a good day!

Hi @Anky
Process Finished Due To No More Transaction Data is not an error :slight_smile:
It simply means that the GetTransactionData wokflow file is not getting any transaction data.
Kindly check your GetTransactionData workflow if it is configured properly :slight_smile:

3 Likes

yes, so far I feel it is configured properly. Yet, I am finding same issue. @Jan_Brian_Despi

1 Like

Can you show me the arguments of the invoked gettransactiondata from the Get Transaction Data state?

2 Likes


@Jan_Brian_Despi

Please let me take a look at the Import Arguments:
image

2 Likes


@Jan_Brian_Despi

Cool! :slight_smile:
Please check if TransactionData has a value or is not empty.

2 Likes

Did you mean to check this? I am incrementing the value if the transaction item is nothing, else 0. @Jan_Brian_Despi

Uhm. No :slight_smile:
What workflow file are you using to populate the TransactionData variable? :slight_smile:

2 Likes

GetTransactionData.xaml (12.5 KB)

Can you please go through this workflow ? @Jan_Brian_Despi I have also attached my main file. Thank you in advance.

Main.xaml (52.6 KB)

Sure :slight_smile:

2 Likes

Can you send me the zipped file of your process? Thanks

2 Likes

It looks like you haven;t populated the TransactionData variable yet :slight_smile:

2 Likes

Generate Yearly Report.zip (601.6 KB)

@Jan_Brian_Despi Looking forward to your suggestion. Thank you!

1 Like

You are not checking if there is a next page in the GetTransactionData. You are checking it in the Process.xaml file :slight_smile:

This is you current Process.xaml workflow:


The checking of nextPage should be in the GetTransactionData.xaml file :slight_smile:

2 Likes

@Jan_Brian_Despi How do I move forward? What should I do in the Process Workflow?

1 Like

You should move the checking of the nextPage from the Process workflow to the GetTransactionData workflow

2 Likes

@Jan_Brian_Despi Do you mean this entire block **(from attaching the browser)**and following activities should move to get transaction data workflow?


@Jan_Brian_Despi move those blocks under this if block in get transaction ?

1 Like