Workflows are in beta, marked v2 Beta on the project page. Existing
Workflows keep running, but expect the interface to keep moving.
Notebook vs Workflow
A Workflow always starts from a notebook, so get the analysis right in chat first. See Running Analyses.
Creating a Workflow
Two ways in: click Create Workflow in the notebook panel, or ask Orion in chat. Both call the same thing underneath, so pick whichever is faster in the moment. Asking is quickest when you already know what you want. In the chat where the analysis ran: “save this as a workflow that runs every Monday at 8am and outputs a dashboard.” It also handles schedules the dialog cannot express. The dialog is the guided version. Once an analysis is correct, open the notebook panel in Chat. At the top you will find Save as a Workflow. Click Create Workflow.
1
When it should run
Pick Hour, Day, Week, or Month. Week adds a day picker, Month adds a day of
the month, and Hour asks only for the minute it should fire on. Your local
timezone is preselected.
2
What it should output
Choose Markdown Report, Slide Deck, or Dashboard. This is the
format the Workflow regenerates on every run.
3
When to notify you
Describe in plain language what makes a run worth an email, for example
“only notify me if revenue changes by more than 10%”. Leave it blank to
decide later.

The Evergreen Check
A Workflow that hardcodes last quarter’s dates would keep reporting last quarter forever, so Orion reviews the analysis for that before saving. You do not have to ask. The check looks for hardcoded dates and date ranges, filter values and IDs that came from your specific session, and hardcoded file paths, and it rewrites them to relative equivalents: a fixed2026-01-01 cutoff becomes a rolling window.
Writing the analysis this way from the start is still cheaper than having it corrected. See Use Relative Dates.
Output Formats
Markdown Report
A written report. Best for narrative findings that someone will read top to
bottom.
Dashboard
A styled web page of charts and tables. Best for numbers people check at a
glance.
Slide Deck
A presentation. Best for recurring meetings where the analysis gets
presented rather than read.
Templates
Format decides what kind of artifact a run produces. A template decides what it looks like. Attach one to a slide deck or a dashboard and every run comes back in that layout and theming, which is the difference between a weekly deck that looks like the same deck and one that gets redesigned behind your back. Templates are optional. With none set, Orion lays each run out from scratch, which is fine until the same deck starts going to the same meeting every week and people navigate it from memory. You can attach one later or clear it again without touching the analysis underneath. Open an output step and set Artifact Template in its Report Configuration. Templates are saved per project, and you get them two ways: upload an HTML file, or generate a deck or dashboard you like in chat and use Save as template to keep it. Only slide decks and dashboards take a template, so the option does not appear on markdown reports or audio briefings.Finding Your Workflows
Workflows live in the Workflows section of the project page, below Shared Metrics and Published Content. The Shared and Yours toggle at the top of the page switches between Workflows the project shares with you and your own. View all opens the full list. They are also indexed in Search under the Workflows filter. Each entry shows its name, who created it, its schedule, the outcome of the last run, and when that run happened. A Workflow that has never run says so. A Workflow starts out private to you. Use Move to Shared Board on the entry to hand it to the rest of the project, or Make Private to pull it back.

Opening a Workflow requires Analyst or Admin on the project. Viewers cannot
open one at all, not even read-only. Your level can come from a group, so
being a Viewer elsewhere in Orion does not necessarily mean you are one here.
See Project Permissions.
Running and Scheduling
The Scheduled Run step at the top of the graph is the trigger. It shows the cadence, the time, and the timezone the Workflow runs in, along with the date of the next run. Open it to change any of them. The schedule offers None, Hourly, Daily, Weekly, Monthly, and At times. A few details worth knowing:- Daily lets you restrict which days actually run, so weekdays-only is a daily schedule with the weekend deselected.
- Hourly runs on an interval, from every hour up to every 12 hours, on a minute you pick.
- At times runs at several specific times in the same day rather than on an interval.
- None disables the schedule without deleting the Workflow or its history. Run Now still works.
- Times display in your local timezone and are stored converted, so a schedule set in New York does not drift for a teammate in London.
- Schedule changes are not saved until you confirm them.

Checking a Run
Open a run from the history to see its steps. Each step reports whether it completed and how long it took, and steps that produced something carry a View link straight to that artifact.
Notifications
When a run finishes, a Workflow can email the result out. Open the Notification step on the graph to control what gets sent and who gets it:- Message: the body of the email that goes out, which you write yourself.
- Artifacts: which of the Workflow’s outputs and exports get attached. Each report and export is a checkbox, so a Workflow that produces three things can send all three or just one.
- Recipients: who receives it, chosen as Users, Groups, or Emails. Users covers people already on the project, searchable by name or email, and Groups covers the project’s groups. Emails takes any address you type, which is how you reach someone outside the project.

Notification Preference
Recipients control who gets email. A notification preference controls when. Write it in plain language when you create the Workflow and Orion turns it into a condition that gets evaluated on each run:- “Only notify me when there is a significant change”
- “Only if churn goes above 5% or a new anomaly shows up”
- “Always notify me”
Delivery is email only. Workflows do not post to Slack, Teams, or SMS. For a
broader summary of a project’s activity, see Email
digest.
Shaping and Publishing the Result
Opening an output step gives you its Report Configuration, which is where you control how the result is written and where it lands.- Report Style: formatting, structure, length, tone, and emphasis, in plain language. This is the main lever for what the output reads like. “Executive summary, one page max” and “five slides for a board meeting” both belong here.
- Publish URL: the address the result is published at,
/share/plus a slug you choose. Set it to something recognizable likeweekly-revenue. - Report Visibility: who inside the project can view the result.
- Context Sources: the notebooks behind the report, plus any Knowledge Base pages you attach as ground truth and the template covered above.
Editing a Workflow in Chat
Some changes are easier to describe than to click. Open in Chat, at the bottom right of the graph, drops you into the project chat with the Workflow already referenced and a prompt started for you.
@ and picking the Workflow, the same way you reference a metric or a Knowledge Base page.
Working With Workflows Elsewhere
The MCP server exposes Workflows to AI assistants like Claude Code and Cursor. You can list them, read their configuration, trigger runs, and pull execution results. See MCP Tools.Deleting a Workflow
Delete removes the Workflow and its entire run history, and cannot be undone. If your goal is only to stop the emails and the scheduled runs, set the schedule to None and clear the notification’s recipients instead. That keeps the recipe and its history intact so you can start it again later.Next Steps
Running Analyses
Get the analysis right before you save it as a Workflow
Best Practices
Write evergreen analyses that survive being re-run
Knowledge Base
Attach definitions and business rules a Workflow can rely on
Email Digest
Get a recurring summary of a project’s insights