Skip to main content
Version: 6 - Palatschinke

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

ParameterDescriptionDefault value
max_iterationsAfter how many iterations to stop.None
timeAt which time to start the flow08:15
timezoneWhich timezone to use. The scheduler will adjust for daylight saving time changes accordingly.Europe/Vienna
input_valueAdditional inputs to pass to the scheduled flow.{}

Monthly

Run a flow on specific days of each month.

Parameters

ParameterDescriptionDefault value
max_iterationsAfter how many iterations to stop.None
timeAt which time to start the flow08:15
timezoneWhich timezone to use. The scheduler will adjust for daylight saving time changes accordingly.Europe/Vienna
input_valueAdditional inputs to pass to the scheduled flow.{}
days_of_monthA 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

ParameterDescriptionDefault value
max_iterationsAfter how many iterations to stop.None
timeAt which time to start the flow08:15
timezoneWhich timezone to use. The scheduler will adjust for daylight saving time changes accordingly.Europe/Vienna
input_valueAdditional inputs to pass to the scheduled flow.{}
interval_secondsHow many seconds to wait in between executions.60

Learn More

Scheduling
Plugins
Import / Export and Upload