Scheduler Trigger
With the Scheduler Trigger, you can schedule the integration flow’s execution for defined period of times.
Here’s how to add it to your canvas and configure your form.
Add the Scheduler Trigger to the canvas
-
Click the icon , in the editing menu on the left;
-
Select the Scheduler Trigger;
The Start is replaced by the trigger as soon as you add it to the canvas;
-
Configure your form.
To delete the Scheduler Trigger from the canvas, select it and click the button. Deleting the trigger will disable the Test Mode function. |
Configuring the form
-
Select the trigger on the canvas.
-
Click the edit icon .
-
Fill in the following fields:
-
Name: enter the trigger name. The name cannot be used more than once in the same integration flow. By default, you will see Scheduler Trigger.
-
Cron Expression: set up a recurrence pattern to run the integration flow. Learn how a Cron Expression works.
By clicking the Properties icon on the right, you can:
a. Select the registered expression. In this case, you will see the selected attribute, not its value. The system will validate the expression.
b. Create expressions using the Expression Builder. -
Time Zone: select the time zone. You can type it or filter the available options. The default time zone is UTC.
-
Click SAVE to save the changes. To exit the form without saving, click X at the top right.
-
Expression Builder
The Expression Builder component allows you to create expressions with parameters and variables through functions and conditions available within the component. This allows you to adjust the expressions to meet your needs.
Follow the steps below to access the Expression Builder screen:
The Expression Builder screen contains the following sections:
-
Properties: shows data from previous steps and from the environment variables. Filter the attributes using the search field at the top of the section and then click the icon. You can select more than one attribute. When selecting it, the attribute will appear in the Expression field.
-
Expression: field to enter the input attributes or to create an expression by clicking the button on the right. Only the Concat function is available to create the expression.
When selecting two or more attributes in the Properties field, you must create an expression. |
To save the information, click CONFIRM. To exit the screen and cancel the operation, click X at the top right.
Cron Expression
Here are some examples of Cron Expressions:
Minute | Hour | Day of month | Month | Day of week | Meaning |
---|---|---|---|---|---|
30 |
10 |
? |
* |
* |
Every day at 10:30 a.m. |
0 |
14 |
? |
* |
MON-FRI |
At 2 p.m. from Monday to Friday. |
0 |
14 |
? |
* |
MON,FRI |
At 2 p.m. only on Mondays and Fridays. |
0 |
8 |
* |
JUN |
? |
Every day at 8 a.m. in June. |
10 |
17 |
L |
* |
? |
On the last day of every month, at 5:10 p.m. |
If you need assistance to create and/or validate a Cron Expression, access CronMaker. |
Share your suggestions with us!
Click here and then [+ Submit idea]