Description
Direct the flow based on the current time of day.
About
The Time of Day Node dynamically adjusts the flow execution based on the time of day within the specified time zone. You can define multiple time ranges for routing actions. If none of the time ranges match, the flow uses the Fallback transition to execute an alternative action.
Properties
| Field Name | Type | Description |
|---|---|---|
| Time Zone | TimeZoneId | The time zone to be used for evaluating the time ranges. |
| Time Ranges | List | A list of time ranges for directing specific actions. |
| Fallback | Transition | The action to execute if no time range matches. |
This node is useful for creating time-sensitive flows, such as routing calls or messages based on business hours or specific schedules.