You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
validation for verifying if the alias is present in the arguments if there is any configurable setting for a scheduled job.
new argument 'include' for each scheduled job which does the opposite of 'exclude' argument. It indicates a list of dates that a scheduled job should run that it wouldn't normally do. Any dates inserted will replace any previous configured dates in saved 'include' argument.
validation for dates in 'include' and 'exclude' arguments, meaning the same date cannot be inserted in both configurations at the same time for a scheduled job.
validation for when a scheduled job's path does not exist.