Scheduling bundle
The Scheduling bundle contains several example schedulers.
All provided schedulers are integrated into the Cloudomation frontend using a plugin. There are additional buttons available when opening a flow to configure a new schedule for that flow.
Please refer to scheduling for details on how scheduling works within Cloudomation.
Download
Download the bundle here (right click and select "Save link as...").
Please refer to Importing records for documenation on how to import a bundle to your Cloudomation workspace.
Included example schedulers
Daily
Run a flow at the same time every day.
Parameters
Parameter | Description | Default value |
---|---|---|
max_iterations | After how many iterations to stop. | None |
time | At which time to start the flow | 08:15 |
timezone | Which timezone to use. The scheduler will adjust for daylight saving time changes accordingly. | Europe/Vienna |
input_value | Additional inputs to pass to the scheduled flow. | {} |
Monthly
Run a flow on specific days of each month.
Parameters
Parameter | Description | Default value |
---|---|---|
max_iterations | After how many iterations to stop. | None |
time | At which time to start the flow | 08:15 |
timezone | Which timezone to use. The scheduler will adjust for daylight saving time changes accordingly. | Europe/Vienna |
input_value | Additional inputs to pass to the scheduled flow. | {} |
days_of_month | A list of day numbers on which to start the flow. Negative numbers can be used to count from the end of the month. | [1] |
Recurring
Run a flow repeatedly with a delay.
Parameters
Parameter | Description | Default value |
---|---|---|
max_iterations | After how many iterations to stop. | None |
time | At which time to start the flow | 08:15 |
timezone | Which timezone to use. The scheduler will adjust for daylight saving time changes accordingly. | Europe/Vienna |
input_value | Additional inputs to pass to the scheduled flow. | {} |
interval_seconds | How many seconds to wait in between executions. | 60 |
Learn More
Scheduling
Plugins
Import / Export and Upload