Skip to content

Schedule

Reference


With the Scheduled trigger, you can initiate customized workflows at specific time intervals.

Categories: [helpers]

Version: 1


Triggers

Every day

Trigger off at a specific time either on a daily basis or selected days of the week.

Type: LISTENER

Properties

NameTypeControl TypeDescription
HourINTEGERINTEGERThe hour at which a workflow will be triggered.
MinuteINTEGERINTEGERThe minute at which a workflow will be triggered.
Day of week{BOOLEAN(1), BOOLEAN(2), BOOLEAN(3), BOOLEAN(4), BOOLEAN(5), BOOLEAN(6), BOOLEAN(7)}OBJECT_BUILDERDays at which a workflow will be triggered.
TimezoneSTRINGSELECTThe timezone at which the cron expression will be scheduled.

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
INTEGERINTEGER
INTEGERINTEGER
{BOOLEAN(1), BOOLEAN(2), BOOLEAN(3), BOOLEAN(4), BOOLEAN(5), BOOLEAN(6), BOOLEAN(7)}OBJECT_BUILDER
STRINGTEXT

Every week

Trigger off at a specific day of the week.

Type: LISTENER

Properties

NameTypeControl TypeDescription
HourINTEGERINTEGERThe hour at which a workflow will be triggered.
MinuteINTEGERINTEGERThe minute at which a workflow will be triggered.
Day of weekINTEGERSELECTDays at which a workflow will be triggered.
TimezoneSTRINGSELECTThe timezone at which the cron expression will be scheduled.

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
INTEGERINTEGER
INTEGERINTEGER
INTEGERINTEGER
STRINGTEXT

Every month

Trigger off at a specific time in month.

Type: LISTENER

Properties

NameTypeControl TypeDescription
HourINTEGERINTEGERThe hour at which a workflow will be triggered.
MinuteINTEGERINTEGERThe minute at which a workflow will be triggered.
Day of monthINTEGERINTEGERThe day of the month at which a workflow will be triggered.
TimezoneSTRINGSELECTThe timezone at which the cron expression will be scheduled.

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
INTEGERINTEGER
INTEGERINTEGER
INTEGERINTEGER
STRINGTEXT

Interval

Trigger off periodically, for example every minute or day, based on a set interval.

Type: LISTENER

Properties

NameTypeControl TypeDescription
IntervalINTEGERINTEGERThe hour at which a workflow will be triggered.
Day of weekINTEGERSELECTDays at which a workflow will be triggered.

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
INTEGERINTEGER
INTEGERINTEGER

Cron

Trigger off based on a custom schedule.

Type: LISTENER

Properties

NameTypeControl TypeDescription
ExpressionSTRINGTEXTThe chron schedule expression. Format: [Minute] [Hour] [Day of Month] [Month] [Day of Week]
TimezoneSTRINGSELECTThe timezone at which the cron expression will be scheduled.

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
STRINGTEXT

Actions