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?
Pausing a Schedule:
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.
Blue Prism documentation on scheduling and best practices for managing schedules.
Currently there are no comments in this discussion, be the first to comment!