
Sap Btp Job Scheduling
- Updated May 19, 2026
- AndreaFusar/https-github.com-secondsky-sap-skills
sap-btp-job-scheduling is an agent skill that configures and runs scheduled jobs on SAP BTP via REST, OAuth, and CF/Kyma tasks.
About
sap-btp-job-scheduling is an agent skill that teaches how to develop and run work on SAP BTP’s Job Scheduling Service—from provisioning the service and defining cron or one-shot schedules through calling REST APIs with OAuth 2.0 and operating jobs in Cloud Foundry or Kyma. Small teams building SAP extensions or automating batch workflows on BTP use it instead of fragile cron on VMs or hand-rolled schedulers that ignore tenant boundaries. The skill spans creation and troubleshooting of recurring jobs, CF task execution, multitenancy concerns, and hooks into SAP Cloud ALM and Alert Notification for visibility. Treat it as the canonical procedural guide when your agent must implement BTP-native scheduling rather than generic Node cron libraries.
- Covers Job Scheduling service setup, schedule types (cron, one-time), and REST API job lifecycle
- Documents OAuth 2.0 / XSUAA authentication and multitenancy for tenant-aware jobs
- Includes Cloud Foundry tasks and Kyma runtime integration patterns
- Addresses monitoring via SAP Cloud ALM, Alert Notification Service, and run logs
- References @sap/jobs-client and asynchronous job action endpoints
Sap Btp Job Scheduling by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add AndreaFusar/https-github.com-secondsky-sap-skills/plugin install sap-btp-job-scheduling@sap-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 19, 2026 |
|---|---|
| Repository | AndreaFusar/https-github.com-secondsky-sap-skills ↗ |
What it does
Create, schedule, and operate recurring or one-time jobs on SAP BTP using the Job Scheduling service, REST APIs, and CF/Kyma runtimes.
Who is it for?
Best when you're shipping batch or async workloads on SAP BTP and want managed scheduling instead of external cron infrastructure.
Skip if: Non-SAP stacks or apps that only need in-process Node/Python schedulers with no BTP Job Scheduling entitlement.
When should I use this skill?
Creating, managing, or troubleshooting scheduled jobs on SAP Business Technology Platform, including service setup, REST API, OAuth 2.0, multitenancy, CF tasks, and Kyma integration.
What you get
You can define schedules, authenticate API clients, run CF or Kyma-backed jobs, and monitor run logs with ALM and alerting aligned to BTP multitenancy.
- Job and schedule definitions via REST or client library patterns
- OAuth and multitenancy configuration notes
- Monitoring and alert integration outline for run failures
Files
This skill provides comprehensive guidance for SAP BTP Job Scheduling Service development, configuration, and operations. It should be used when creating, managing, or troubleshooting scheduled jobs on SAP Business Technology Platform. The skill covers service setup, REST API usage, schedule types and formats, OAuth 2.0 authentication, multitenancy, Cloud Foundry tasks, Kyma runtime integration, and monitoring with SAP Cloud ALM and Alert Notification Service. Keywords: SAP BTP, Job Scheduling, jobscheduler, cron, schedule, recurring jobs, one-time jobs, Cloud Foundry tasks, CF tasks, Kyma, OAuth 2.0, XSUAA, @sap/jobs-client, REST API, asynchronous jobs, action endpoint, run logs, SAP Cloud ALM, Alert Notification Service, multitenancy, tenant-aware, BC-CP-CF-JBS
sap-btp-job-scheduling
Source: ./plugins/sap-btp-job-scheduling
{ "name": "sap-btp-job-scheduling", "source": "./plugins/sap-btp-job-scheduling", "license": "GPL-3.0", "version": "2.2.0", "category": "btp", "keywords": [ "api", "authentication", "btp", "cloud foundry", "cloud platform", "job", "kyma", "oauth", "rest", "sap", "sap-btp-job-scheduling", "scheduling" ], "description": "This skill provides comprehensive guidance for SAP BTP Job Scheduling Service development, configuration, and operations. It should be used when creating, managing, or troubleshooting scheduled jobs on SAP Business Technology Platform. The skill covers service setup, REST API usage, schedule types and formats, OAuth 2.0 authentication, multitenancy, Cloud Foundry tasks, Kyma runtime integration, and monitoring with SAP Cloud ALM and Alert Notification Service. Keywords: SAP BTP, Job Scheduling, jobscheduler, cron, schedule, recurring jobs, one-time jobs, Cloud Foundry tasks, CF tasks, Kyma, OAuth 2.0, XSUAA, @sap/jobs-client, REST API, asynchronous jobs, action endpoint, run logs, SAP Cloud ALM, Alert Notification Service, multitenancy, tenant-aware, BC-CP-CF-JBS" }
Related skills
How it compares
BTP Job Scheduling operations guide—not GitHub Actions cron or generic server crontab documentation.
FAQ
Who is sap-btp-job-scheduling for?
It is for SAP BTP developers and operators who create, update, or debug scheduled jobs using the Job Scheduling service, REST API, and Cloud Foundry or Kyma runtimes.
When should I use sap-btp-job-scheduling?
Use it in Build when integrating the jobs service and defining schedules; in Ship when validating job reliability before launch; and in Operate when reading run logs, fixing failed jobs, or wiring Cloud ALM alerts.
Is sap-btp-job-scheduling safe to install?
Check the Security Audits panel on this page; job definitions often call action URLs and use OAuth credentials that should be least-privilege and rotated.