Process finished,No transaction data in Level 3 assignment 2(Calculate Hash code)

Hi,
I am now developing project workflow for Level 3 assignment 2(Calculate Hash code).But i am getting message as “Process finished,No transaction data” and workflow go to “End Process” step instead of “Process Transaction” step and process stops.

Can anyone please help me on this topic?

Please let me know asap…

Regards,
Supriya

HI @Supriya

Some points you should look at

  1. Has the data been scrapped properly in Extract Work Items
  2. Has the WIList passed to GetTranSactionData.xaml
  3. Has the TransactionItem passed to Process.xaml properly
  4. If yes then look in Process.xaml for any errors if no go to step 5
  5. Try to Reset test data

Thanks,
Prankur

Hi prankur,

Thanks for your quick reply.

Only I have not passed TransactionItem to Process.xaml. Can you please tell me how to do that?

I have done remaining all the things listed in your post

Regards,
Supriya

GetTransactionData

image

image

Main → General Business → Process

Log Message In Start and End of every workflow like this

image

Run your program and you can easily locate where it failed

Thanks,
Prankur

Hi Prankur,

Thanks to your Quick reply.

I have implemented your logic in my code but then also same message appears “No transaction data” and workflow go to “End Process” step instead of “Process Transaction” step and process stops.

Can you tell me what is datatype of out_WIList argument in your code?

Reagrds,
Supriya.

Did you print WIList Count in GetTransactionData?

Thanks,
Prankur

yes.Its giving me correct value

Can you tell me what is datatype of out_WIList argument in your code?

Regards,
Supriya

It should be a array of DataRow and transaction items should be DataRow

In my process it is datarow i,e 1-dimensional array of data row

regards,
Supriya

That is right WIList should be an array of DataRow and Transaction Item should be a DataRow

.Then what is the issue? I am not able to get the issue

Regards,
Supriya

Share a screenshot of issue that has been shown in Output Pane

There is no issue. Only I am getting “No transaction data” message and workflow go to “End Process” step instead of “Process Transaction” step and process stops.

This is only written in output pane.

Regards,
Supriya

what should I write in value of out_TransactionItem argument?

Regards,
Supriya.

It should be TransactionItem

Thanks,
Prankur

Thanks.
that was the only issue.Now my workflow is going to “Process transaction” step.

Thank you so much for your help.

Regards,
Supriya

1 Like