rate() or cron() expressions.

Schedule vs Polling
- Schedule — fires a Flow trigger at a set time. No external data is fetched.
- Polling — calls an external API at a set interval to pull data.
Summary Counters
Total Configurations
All schedule configurations on your account — active and disabled combined.
Active
Configurations currently firing on their schedule. Shown in green.
Disabled
Configurations that exist but are not currently firing. Shown in orange.
All Schedule Configurations
The table lists every configuration on your account. Click any row to view or edit it.| Column | What It Shows |
|---|---|
| Name | The label for this schedule configuration |
| Status | Active (firing) or Disabled (not firing) |
| Schedule | The expression defining when the trigger fires |
| Created | When the configuration was first created |
| Updated | When it was last modified |
Creating a New Schedule Configuration
Click + New Schedule Config in the top-right corner.
1. Details
| Field | Required | Description |
|---|---|---|
| Name | ✅ | A descriptive label — e.g. My Schedule Config |
2. Schedule Expression
Uses AWS EventBridgerate() or cron() syntax. The minimum interval is 5 minutes.
| Field | Required | Description |
|---|---|---|
| Expression | ✅ | The schedule expression — see examples below |
| Custom Data | Optional | A JSON object passed as the request body to each linked Flow trigger when the schedule fires |
| Expression | What It Does |
|---|---|
rate(5 minutes) | Fire every 5 minutes |
rate(1 hour) | Fire every hour |
cron(0 12 * * ? *) | Fire daily at 12:00 PM UTC |
Contact Cloudify before creating a schedule configuration. Cloudify will typically configure schedules as part of your integration delivery to ensure the timing aligns with your source system and workflow logic.
Frequently Asked Questions
A schedule configuration shows Disabled — will it still fire?
A schedule configuration shows Disabled — will it still fire?
No. A disabled configuration will not execute until re-enabled. Contact Cloudify if a configuration is unexpectedly disabled.
What is the minimum schedule interval?
What is the minimum schedule interval?
The minimum is 5 minutes, as enforced by AWS EventBridge. You cannot schedule a trigger more frequently than every 5 minutes.
How do I verify that a schedule fired correctly?
How do I verify that a schedule fired correctly?
Go to Flows Events and filter by Type → schedule. This shows all events generated by schedule triggers with their delivery status and attempt history.
What timezone do schedule expressions use?
What timezone do schedule expressions use?
AWS EventBridge cron expressions run in UTC. Contact Cloudify if you need a schedule aligned to a specific business timezone.
Can I pause a schedule temporarily without deleting it?
Can I pause a schedule temporarily without deleting it?
Yes — disable the configuration to pause it. Re-enable it when you are ready to resume. Contact Cloudify if you need help with this.
Next Steps
Flows
Return to the Flows overview — configure triggers, rules, and targets.
Flows Events
View events generated by schedule triggers and check delivery status.
Support
Contact Cloudify to set up or modify a schedule configuration.