Moving files to a shared folder three times a day
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-04-19 11:34 PM
Hello
As part of the process I'm working on, the stakeholder wants an excel report that is being generated by BP to be uploaded three times a day, i.e. 8AM, 12PM and 3PM.
My initial thought was to get the time and set a window, if this action is taking place between 7:30AM and 8:30AM then upload the file if not wait, but the problem is that a bot's run can be outside of that window, if the bot' run ends before 7:30 or after 8:30 it will not upload the file, I was also thinking about creating another process that will trigger from scheduler but I was not allowed to do that.
Do you know any method to reliably schedule the file to be uploaded three times a day?
thanks
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-04-19 08:34 PM
Could you configure a windows scheduler ;). This would be independent whether Blue Prism runs and save you a headache how to ensure that it is uploaded at that exact time.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-04-19 02:44 PM
Shedule robocopy run in win scheduler. It has lots of options, can even keep two folders in sync.
