Hello good people,
I need guidance on how I can output a dataTable as a whole in the GetTransactionData.xaml and I pass it to the Process.xaml as input.
Kindly advise.
Regards,
Kakooza Allan Klaus
Hello good people,
I need guidance on how I can output a dataTable as a whole in the GetTransactionData.xaml and I pass it to the Process.xaml as input.
Kindly advise.
Regards,
Kakooza Allan Klaus
Thanks for your quick response @lakshman
It is a fileInfo(excel) that I read using read range to convert it into a dataTable
And also one more question - Do you want to process entire DataTable at once or one by one row in Process Transaction state ?
if you dont want to loop it you can skip getTransactionData,
drag success/business exception to “end process” and “system exception” to initiailization (for retry)
then for process.xaml / setTransactionStatus.xaml , set type of in_tranactionItem = Datatable, and pass in transactionData (you can delete transaction item)
What condition do you’ve in the T1 Transition
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.