Running a Flow On a ScheduleLast Updated: 08/30/2016 Introduced in Verision: 2.0 |
Some flows should capture or transform data on a regular basis. Your application may require that flows run on an hourly, daily, weekly or monthly schedule. The Job Schedule wizard steps you through the process, and allows you to set the schedule for almost any interval and frequency.
The flow must have already been created to schedule it.
Access the Job Schedule wizard by navigating to the folder System > Jobs And Events > Scheduled Jobs and clicking the Add Schedule Job button.
Example
In the example, we will schedule a flow to run immediately on a Time Span schedule.
On the TimeSpanSchedule Information step, we select Immediately in the Runwhen drop-down list. The flow will run as soon as we click Finish.
To set the time span between each job, we can use the slider control or we can enter a value in the Seconds, Minutes. Hours, Days, Weeks or Months fields.
We use the Minutes slider to move the interval to two minutes.
Then, click Finish.
Wizard notifies us that Scheduled Job was created, and we can click Done to close it.
The Job runs immediately, and will do so every two minutes.
Need more help with:
Running a Flow On a Schedule?