Calendar Step
Use the Calendar step to cause the script to branch to different connections based on the configured calendar and current time of day. Based on the configuration of the calendar, various steps can be executed for business hours, non-business hours, holidays, and so on.

The output branches of the calendar are as follows:
-
Business Hours– This is executed when the current time matches with any one of the shift timings that is configured in Business Days or Custom Business Days of the calendar.
-
Holidays– This is executed when current date matches with any of the Holidays that is configured in the calendar.
NoteIf a day is configured as a Business Day and Custom Business Day, the Custom Business Day will take precedence.
-
The Rest– This is executed when the current time is not part of the Business Hours and Holidays that is configured in the calendar.
-
Failure– This is executed when there are errors in the Calendar step. For example, when the calendar is not found.
Property |
Description |
---|---|
Calendar |
Select a variable of type CCCalendar to configure a calendar. By default, the variable is always a parameter and cannot be modified. |