Flow execution scheduling with Cron

Problem Description:

How can I schedule a flow execution in ToD with Cron every first Thursday of each month at 4:35 PM?

Solution:

Execution scheduling with Cron is done at the end of setting up a flow, during its execution.

image1

image2

By default, the cron task is executed at 12:00 as indicated by the cron interpreter of ToD just below the insertion area.

For this example, we will write 0 35 16 ? * 5#1 taking into account the American numbering of the days of the week to get the following result:

image3

Looking at the scheduling panel, we can see the task created previously as well as the next execution date.

image4

image5

image6

All scheduled executions will appear in the current “Flow Executions” tab.