Schedule trigger
Use the Schedule trigger node run workflows at fixed intervals and times. This works in a similar way to the Cron software utility in Unix-like systems.
Last updated
Use the Schedule trigger node run workflows at fixed intervals and times. This works in a similar way to the Cron software utility in Unix-like systems.
Last updated
Select an interval in Trigger Interval. iMBrace displays options for the selected interval.
In this example, schedule a workflow to run once a quarter, at the end of the quarter, at 09:00.
In Trigger Mode, select Every Month.
To run the workflow at the end of the month, change Trigger at Day of Month to 28
.
Change Trigger at Hour to 8am. Leave Trigger at Minute as its default, 0
.
Note that the Schedule trigger uses the workflow timezone.
If you need a custom time setting, select Trigger Mode> Custom.
To generate a Cron expression, you can use . Paste the Cron expression that you generated using crontab guru in the Expression field in workflow.
If you want to trigger your workflow every day at 04:08:30, enter the following in the Cron Expression field.
If you want to trigger your workflow every day at 04:08, enter the following in the Cron Expression field.
The sixth asterisk in the Cron expression represents seconds. Setting this is optional. The node will execute even if you don't set the value for seconds.
second
minute
hour
day
week
month