Scheduled Flow Explorer

Overview

Scheduled Flow Explorer surfaces all active Schedule-Triggered Flows in your org and shows when each one is next scheduled to run. It provides two complementary views — a searchable List View and a Calendar View — so you can quickly understand your organisation’s scheduled automation footprint without navigating to each flow individually.

Where it appears

Scheduled Flow Explorer is accessible from the toolkit side button menu when you are on the Salesforce Setup Flows page.

What the feature does

When opened, the explorer:

  1. Discovers all active Schedule-Triggered Flows in the org via the Tooling API.
  2. Reads each flow’s schedule definition (frequency, start time, object, batch size).
  3. Calculates the next scheduled run time relative to the current date and time.
  4. Detects the org’s configured timezone and displays all times accordingly.
  5. Presents the results in the selected view (List or Calendar).

Discovery runs in the background with a progress indicator while the modal is open. Results are cached for the session; a Refresh button re-triggers discovery.

Views

List View

The List View shows all discovered flows in a sortable, filterable table. Each row displays:

You can:

Detail panel

Clicking a row opens a detail modal showing:

Calendar View

The Calendar View renders a monthly calendar with scheduled run events plotted on their run dates. Use the previous/next controls to move between months.

Days with scheduled runs show a summary indicator. Clicking + N more on a day opens a day modal listing all flows scheduled on that date.

Settings

Setting Description
Enable Scheduled Flow Explorer Master toggle. When off, the feature does not appear in the side button menu.
Default View Sets whether the modal opens on List View or Calendar View.

Settings are accessible from the extension’s Settings page under Scheduled Flow Explorer.

Notes and limitations