Monitoring Schedules in Noca AI

In Noca AI, schedules are used to automatically trigger flows at a specific times or at predefined intervals. Instead of waiting for an external event, a scheduler event ensures your workflows run at regular times — whether that’s every few minutes, hourly, daily, or based on a custom schedule.

The Schedules Log allows you to monitor and manage these scheduled triggers. It provides visibility into when flows are set to run, their frequency, and their current status.

Watch & Learn

Where to Access Schedules

Navigate to:
Left Drawer Menu > Logs & Monitoring > Schedules

Schedules Table Overview

The Schedules Log screen includes:

  • A breadcrumb in the header for easy navigation
  • A table list of all active and inactive schedules in your flows

Table Columns:

Expression

The schedule expression defining when the flow runs:

  • Rate expressions
    Based on type, for example rate(2 minutes) for a rate based schedule -every 2 minutes) for regular intervals
    or
  • Cron expressions (e.g., cron(0 */15 * * ? *)) for a cron- based schedule for more complex timing

Noc Name (Flow)

The name of the flow tied to the schedule, that is also a link to open the flow

Active (Yes/No)

Indicates whether the schedule is currently active

Start Date/Time

When the schedule began or is set to start

End Date/Time

When the schedule is set to end (if applicable)

Updated At

Date and time of the last schedule update

Updated By

User avatar, name, and email of the person who last modified the schedule

Actions Menu (⋮)

Additional controls:

  • Activate / Deactivate – Toggle the schedule’s active status
  • Delete – Remove the schedule

Back to top