Browse Snap-ins
org-schedule-evaluate
Organization Schedule Evaluator
by DevRev
Categories
Automation
Build

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:

  1. Accepts an input timestamp.
  2. Fetches the organization’s configured schedule.
  3. Compares the input timestamp against the schedule window.
  4. Determines whether the timestamp falls within or outside the schedule.
  5. 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.