scheduled-jobs

Automate creation, management, and execution of scheduled jobs in ServiceNow.

77|23|Updated Jul 16, 2025
One-click install
npx skills add https://github.com/groeimetai/snow-flow --skill scheduled-jobs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduled-jobs
Source: https://github.com/groeimetai/snow-flow/tree/main/packages/opencode/src/bundled-skills/scheduled-jobs
Command: npx skills add https://github.com/groeimetai/snow-flow --skill scheduled-jobs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates recurring tasks, batch processing, and maintenance operations within ServiceNow, reducing manual effort and ensuring timely execution of essential processes.

Core Features & Use Cases

  • Scheduled Script Execution: Run custom JavaScript (ES5) for automated workflows.
  • Report Scheduling: Automate the generation and delivery of reports.
  • Data Management: Schedule tasks like table cleaning or LDAP data synchronization.
  • Use Case: Automatically close stale incidents that have been inactive for 30 days, improving ticket hygiene and agent efficiency.

Quick Start

Create a scheduled job named "Daily Report Generator" that runs daily at 6 AM and executes a report generation script.

Frequently Asked Questions about scheduled-jobs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate recurring batch processing tasks in ServiceNow?

Automating recurring batch processing in ServiceNow is handled by creating scheduled jobs that execute custom JavaScript (ES5) scripts. This supports data synchronization, table cleaning, and custom automated workflows to reduce manual effort.

How do I automatically close stale ServiceNow incidents after 30 days?

To automatically close stale ServiceNow incidents, you can configure a scheduled job with conditional execution logic. This runs custom JavaScript to identify and close tickets inactive for 30 days, improving ticket hygiene.

Can I schedule ServiceNow report generation and delivery using JavaScript?

Yes, you can schedule ServiceNow report generation and delivery by creating a scheduled job. This automates running report generation scripts at specified times, such as daily at 6 AM, ensuring timely report distribution.

Does this scheduled jobs skill support error handling for ServiceNow automation?

The scheduled jobs skill supports error handling for ServiceNow automation alongside batch processing and conditional execution. It integrates with ServiceNow MCP tools for programmatic job management and monitoring.

What is the best way to manage scheduled jobs programmatically in ServiceNow?

The best way to manage scheduled jobs programmatically in ServiceNow is using integrated MCP tools. This allows for programmatic job creation, management, monitoring, and execution of custom JavaScript (ES5) workflows.

Do I need JavaScript ES5 to create scheduled jobs in ServiceNow?

Yes, JavaScript ES5 is required to create and execute custom scripts within ServiceNow scheduled jobs. The platform relies on ES5 for automating workflows, batch processing, and data synchronization tasks.