Skip to content

Enable allowedTimeFrame feature #11

@santosh-rumsan

Description

@santosh-rumsan
{
    ...
    "trigger": "IMMEDIATE", // allowed values "IMMEDIATE", "SCHEDULED", "MANUAL"
    "options": {
        ...
        "scheduledTime": "YYYY-MM-DD HH:mm",
        "allowedTimeFrame": "09:00-18:00",
        ...
    }
    ...
}

The allowedTimeFrame feature is a new feature that allows you to specify a time frame in which the trigger is allowed to be executed. The time frame is specified in the format "HH:mm-HH:mm" (24-hour format). The trigger will only be executed if the current time is within the specified time frame. If the current time is outside the specified time frame, the trigger will be scheduled to be executed at the next available time within the time frame.

Checklist:

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions