scheduled-jobs
Scheduled Job Development
Overview
This skill covers creating and managing ServiceNow scheduled jobs for automated background processing:
- Scheduled Script Executions (
sysauto_script) - Recurring jobs with cron-like scheduling - System Triggers (
sys_trigger) - One-time or conditional job executions - Run frequency patterns - Daily, weekly, monthly, and cron expressions
- Conditional execution - Run only when specific conditions are met
- Performance optimization - Filter to records needing processing (critical!)
- Error handling - Robust error management and notifications
- Monitoring and debugging - Track execution history and troubleshoot issues
When to use: When you need to automate recurring tasks, batch processing, data cleanup, notifications, or any background operations that run on a schedule.
Who should use this: Developers and administrators who need to automate ServiceNow operations without user intervention.
Prerequisites
More from happy-technologies-llc/happy-platform-skills
happy-platform-skills
Reusable development patterns and automation recipes for enterprise platforms - 180+ skills across 23 categories
17flow-generation
Generate ServiceNow Flow Designer flows from natural language descriptions including triggers, actions, conditions, subflows, approval flows, notification flows, and data manipulation flows
4application-scope
Manage scoped application development including setting application context and update set alignment
4scripted-rest-apis
Comprehensive guide to creating, securing, and testing Scripted REST APIs in ServiceNow for custom integrations and external system connectivity
4automated-testing
Comprehensive Automated Test Framework (ATF) guide for creating, managing, and executing automated tests in ServiceNow
4analytics-generation
Generate analytics dashboards and visualizations from natural language descriptions covering PA indicators, data collectors, and widgets
4