Displaying Process Logs in UiPath WebApp Window

Hello everyone,

Hope you’re all having a great day!

I have a UiPath web app used by some of our business users. This app triggers an unattended automation running on a virtual machine (VM), which typically takes 20-30 minutes (or longer, depending on the number of transactions) to complete.

Now, the business team wants visibility into the process logs within the app to track progress and get an idea of how much of the process has been completed.

Is there a way to display real-time process logs within the UiPath app window? Any suggestions or best practices would be greatly appreciated!

TIA

@WierdSet776

you can use api to get the current running job logs

but rather than that better would be integrating a data entity or so into your process and update the status of the bot for every few mins based on how many transactions are completed or what steps are completed…that way it would more closely reflect the status based on their need instead of giving all process logs which might be tedious and confusing as well

cheers