24-02-23 09:59 AM
Hi, wondering if you can help me. Where can I see the data for 'Recent Activity' in the database tables? I'm interesting in seeing when schedules failed, completed and are running. Thanks.
24-02-23 01:57 PM
You can see In control Rooms and you can export the data.
Have a nica day...
24-02-23 04:21 PM
Hi Robert,
Please use select * from BPAScheduleLogEntry; for getting the in progress, completed and failed schedules. In my case I don't have any record as I've had a fresh installation.
Also have a look at SQL Query - how to find future schedules
------------------------------
Babjee Vangipurapu
Senior RPA Developer
Wonderbotz
India
------------------------------
07-03-23 11:38 PM
How can I query BPAScheduleLogEntry and other tables to replicate the Recent Activity Report? I would like to know when a schedule fails to run a process, which is represented by the red X in the Recent Activity Report.