@Surya_Narayana_Korivipadu
In don’t really inderstand what i need to do that’s why i prefer to wait your workflow
@Sam_Abraham
I see that the SetTransactionStaut is already in my process
where i need to put this exactly plz ?
Hi ,Please see the general set transaction status xaml file that is generated with all the reframework projects.
SetTransactionStatus.xaml (40.3 KB)
You have deleted some activities from this xaml file,Insted of deleting you can comment the activities that you don’t require.
You can see a sequence increment transaction index this is where transaction number get incremented
Can you show the import argument panel where we invoke the set transaction status workflow.
Can you check whether all the arguments are passed correctly
@Sam_Abraham
here :
I can see you are giving value of in_TransactionItem as Nothing here can you please change that to TransactionItem
Hi ,I got the issue it’s because u haven’t given the values for in_SystemException and in_BusinessRuleException ,you can change the in_transactionItem back to nothing as it’s a string only and not a queue item.
I also commented some queue dependend actions in the set transaction status workflow.
Attaching the flow for ur reference
UiPathYearyReportForum.zip (8.0 MB)
The process worked for me
@Sam_Abraham
it works thank you