The Organization Schedule Evaluator node enables schedule-aware decision making within workflows by validating an input timestamp against the organization’s configured schedule. It works as follows:
- Accepts an input timestamp.
- Fetches the organization’s configured schedule.
- Compares the input timestamp against the schedule window.
- Determines whether the timestamp falls within or outside the schedule.
- Computes the next valid timestamp if the input is outside the schedule.
Features
- Evaluates whether a given timestamp falls within the organization’s configured schedule.
- Returns a boolean result along with the next valid timestamp when outside schedule.
- Enables conditional workflow branching based on schedule availability.