Supriya
(Supriya Deepak Khandare)
December 19, 2018, 7:30am
1
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
Has the data been scrapped properly in Extract Work Items
Has the WIList passed to GetTranSactionData.xaml
Has the TransactionItem passed to Process.xaml properly
If yes then look in Process.xaml for any errors if no go to step 5
Try to Reset test data
Thanks,
Prankur
Supriya
(Supriya Deepak Khandare)
December 19, 2018, 7:42am
3
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
Main → General Business → Process
Log Message In Start and End of every workflow like this
Run your program and you can easily locate where it failed
Thanks,
Prankur
Supriya
(Supriya Deepak Khandare)
December 19, 2018, 8:51am
5
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
Supriya
(Supriya Deepak Khandare)
December 19, 2018, 8:53am
7
yes.Its giving me correct value
Supriya
(Supriya Deepak Khandare)
December 19, 2018, 8:57am
8
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
Supriya
(Supriya Deepak Khandare)
December 19, 2018, 9:04am
10
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
Supriya
(Supriya Deepak Khandare)
December 19, 2018, 9:06am
12
.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
Supriya
(Supriya Deepak Khandare)
December 19, 2018, 9:12am
14
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
Supriya
(Supriya Deepak Khandare)
December 19, 2018, 9:25am
15
what should I write in value of out_TransactionItem argument?
Regards,
Supriya.
It should be TransactionItem
Thanks,
Prankur
Supriya
(Supriya Deepak Khandare)
December 19, 2018, 10:28am
17
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