...
Define a schedule - For each flow you can define a schedule. A schedule specifies one or more recurring times (triggers) when scheduled jobs for the flow are executed. For example, in a single schedule, you can specify daily trigger times for incremental updates and monthly execution times for rollups.
Tip Tip: The scheduler supports a modified form of cron job syntax. For more information, see cron Schedule Syntax Reference.
Define one or more scheduled destinations - When you specify a scheduled destination for a recipe, the recipe is executed whenever one of the schedule's execution times occurs. Scheduled destinations are specified like regular destinations in flow view.
Info NOTE: When a schedule for a flow is triggered, all of recipes to generate the scheduled destinations are executed. Manual destinations are not generated. You cannot create schedules for individual outputs.
For more information on the scheduling objects, see Object Overview.
...