Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 712 Bytes

File metadata and controls

16 lines (14 loc) · 712 Bytes
title WorkflowSchedule
description WorkflowSchedule Schema Reference

Properties

Property Type Required Description
type Enum<'cron' | 'interval' | 'daily' | 'weekly' | 'monthly'> optional
cron string optional Cron expression (required if type is "cron")
interval number optional Interval in minutes (required if type is "interval")
time string optional Time of day for daily schedules (HH:MM format)
dayOfWeek integer optional Day of week for weekly (0=Sunday)
dayOfMonth integer optional Day of month for monthly
timezone string optional