I´ve an issue with WIList filtering in Main (Init. workflow). The filtering process (WI5 type and Open Status) of extracted items is working great only in “Extract_WorkItem_DataTable” workflow, but it doesn´t work in Main workflow.
Also, I can´t see how many filtered items I actually have by using Message box function in Main workflow, but at the same time it works great in “Extract_WorkItem_DataTable” workflow.
This is the reason, why “GetTransactionData - Copy.xaml” workflow doesn´t work, as GetTransactionData workflow has informed me, that TransactionData can´t be null, as WIList isn´t avaliable in outside of “Extract_WorkItem_DataTable”, so GetTransactionData workflow can´t see extracted data (WIList).
Could anyone please help in solving of this issue?
The main problem belongs to extracted data from Acme System. This data can´t be transferred from “Extract_WorkItem_DataTable” workflow to Main workflow, but at the same time, extracting process in “Extract_WorkItem_DataTable” workflow works perfectly.
Now this issue is solved, by using CSV functions. In a nutshell, extracted data was saved in csv file and after that this data was using in Get Transaction workflow.
Martinvomm, I think by using that isn’t the correct practice to get it done!!! Though it would save work load… Can I have the original workflow… As far I see I think you must pass the data table from Init to main process flow!!!