Scheduling bundle
This bundle provides flexible and powerful means of repeatedly running a flow.
Download
Download the bundle using the Bundle Manager.
Included resources
create-custom-schedule
Helper to query parameters for a custom schedule
inputs: id: the ID of a flow to be scheduled or the schedule to be changed
custom
Scheduler to run a flow at custom times
inputs: setting_id: the ID of a setting containing the configuration of the schedule flow_id: the ID of a flow which is scheduled schedule_id: the ID of the schedule which started the scheduler
daily
Scheduler to run a flow every day at the same time
inputs: setting_id: the ID of a setting containing the configuration of the schedule flow_id: the ID of a flow which is scheduled schedule_id: the ID of the schedule which started the scheduler
monthly
Scheduler to run a flow on certain days of a month at the same time
inputs: setting_id: the ID of a setting containing the configuration of the schedule flow_id: the ID of a flow which is scheduled schedule_id: the ID of the schedule which started the scheduler
recurring
Scheduler to run in defined intervals
inputs: setting_id: the ID of a setting containing the configuration of the schedule flow_id: the ID of a flow which is scheduled schedule_id: the ID of the schedule which started the scheduler
scheduling-actions
Provides functionality to schedule flows