A process is currently scheduled to run every day but needs to be temporarily stopped for 3 months According to best practice, how should this be done?
A.
Retire the Schedule for the required period. then Unretire it
B.
Clone the Schedule and set a new start date on the clone
C.
Set an End Date on the Schedule, then create a new Schedule to Start after 3 months
Pausing the schedule is the best practice for temporarily stopping a process. This maintains the schedule's configuration and simply suspends its execution for the specified period.
Maintaining Configuration:
Pausing the schedule ensures that once the period is over, the same schedule can be resumed without needing to recreate it or adjust any start/end dates. This approach is simpler and minimizes the risk of configuration errors.
Reactivation:
After the required period, the schedule can be easily unpaused to resume its normal operation.
References:
Blue Prism documentation on scheduling and best practices for managing schedules.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit