schedules

Configure scheduled cron tasks to run Orvanta scripts and flows.

Updated May 28, 2026
One-click install
npx skills add https://github.com/Orvanta-Cloud/orvanta-cli-docs --skill schedules-orvanta-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedules
Source: https://github.com/Orvanta-Cloud/orvanta-cli-docs/tree/main/skills/schedules
Command: npx skills add https://github.com/Orvanta-Cloud/orvanta-cli-docs --skill schedules-orvanta-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the creation and management of automated, timed tasks that execute scripts and flows within Orvanta, thereby minimizing the need for manual oversight.

Core Features & Use Cases

  • Scheduled Execution: Execute scripts and flows on a defined cron schedule, improving operational efficiency.
  • Flexibility in Configuration: Configure multiple schedule criteria such as timezone, enable/disable scheduling, and retries upon failures.
  • Task Success & Failure Monitoring: Receive updates and log failures with customizable actions, like retries and recoveries.
  • Use Case: If you have repetitive daily, weekly, or even on-event jobs like daily database back-ups, inventory syncing, or any periodic reports that should not require human attention.

Quick Start

Add a new schedule using orvanta schedule new <name>.

Frequently Asked Questions about schedules

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

FAQPage Schema
How do I automate repetitive tasks using cron jobs?

To automate repetitive tasks using cron jobs, you can configure scheduled execution that runs scripts and flows based on specific times or recurring intervals, eliminating manual oversight.

Do I need authentication to configure scheduled execution?

Yes, you need valid Orvanta CLI authentication and configuration settings for the workspace environment to configure and run scheduled cron tasks successfully.

Can I configure retries for failed scheduled tasks?

Yes, you can configure retries upon failures for scheduled tasks, allowing customizable recovery actions and logging failures to ensure task success and failure monitoring.

How do I set up a new cron task schedule?

To set up a new schedule for cron tasks, use the command `orvanta schedule new <name>`, which supports cron expression parsing and allows multiple criteria like timezone and enable/disable scheduling.

Does the task scheduler support custom timezone configuration?

Yes, the task scheduler supports flexibility in configuration, allowing you to set multiple schedule criteria including timezone, enabling or disabling scheduling, and retries upon failures.