Skip to main content

Time Window: Restricts workflow execution to specific time windows based on recurrence rules.

name
string
required

Human-readable name of the node

Example:

"Business hours only"

node_type
string
required
Allowed value: "timewindow"
windows
object[]
required

Array of time windows defined using recurrence rule structure.

Minimum array length: 1
description
string | null

Description of what this node does

tz_selection
enum<string>

Where to pick timezone from for calculating datetime from recurrence rule.

fixed: Use a fixed timezone.

recipient: Use the timezone set in recipient properties.

Available options:
fixed,
recipient
tz_fixed
string

Fixed IANA timezone for calculating datetime in recurrence rule.

Example:

"America/New_York"