schedule using Requeststop

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-10-18 02:17 PM
Two tasks dependent on each other running in an infinite loop even the scheduler is set to stop at a particular time which ideally should stop the dependent invoking of tasks. Any clue?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-10-18 07:57 PM
BP Design not providing feature for the time to stop scheduler in this scenario,
but Blue Prism provide below steps to come out of this situation .
Stop the relevant Resources (so that they are offline).
Stop the Blue Prism Server.
Access the Blue Prism Client using a Direct Database connection.
Retire the Schedule.
Create a new Schedule (and configure it to your requirements, minus the loop).
Start the Blue Prism Server.
Start the relevant Resources (so that they are online).
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-10-18 10:46 PM
It's unwise to create an infinite loop using the scheduler. Maybe an alternative process design would be better.
