12-12-23 06:54 AM
Hi all,
I'm looking for a way to get a list of schedules for a specified period of time.
Is there a way to get a list of schedules for a given period?
Thank you for all your help.
12-12-23 08:15 AM
Hi Mitsuko,
You can take reference from database and check for specific time.
14-12-23 09:44 AM
Hello @Shikhar Mishra,
Thanks for reply.
I'll try to retrieve data from a table in a Blue Prism database using OLEDB VBO.
Please advise me if you know of a more appropriate method.
------------------------------
Mitsuko
Asia/Tokyo
------------------------------
14-12-23 01:29 PM
Blue Prism does not store upcoming schedule date and time but the definition only. The upcoming date/time is calculated as needed.
Otherwise, if all upcoming schedules would be calculated and stored, all those records would need to be updated for every change in schedule.
Or are you interested in a list of schedules executed in the past? (as your title already stated: 'current schedules')
------------------------------
Walter Koller
Solution Manager
Erste Digital / Erste Group Bank
Europe/Vienna
------------------------------
15-12-23 12:07 AM
Hello @Walter Koller,
Thanks for reply.
You are right, I want to get a list of "schedule definitions".
If possible, I would like to extract "what is scheduled for a given time period" and "what are the settings for that schedule", which I can get by filtering it once I get the "entire schedule definition".
Future schedules can be calculated based on that.
18-12-23 02:34 AM