Wednesday, November 23, 2022

Video Recording on unattended bot; Reporter for UiPath

 


Config File:


ScreenRecordingsPath C:\Users\{0}\Documents\UiPath\RPA_Project_Name\ScreenRecordings\{1} {0} to be replaced with User name and {1} to be replaced with Transaction Item Reference






Start Screen Recording in Get Transaction Data



String.Format(in_Config("ScreenRecordingsPath").Tostring,Environment.UserName,in_TransactionItem.Reference.ToString)

Stop Recording before Set Transaction Status on Process State

Delete if Successful and Business Exception to Save memory (Set Transaction Status):















No comments: