Skip to main content

Workflows

A workflow is a visual automation you build on a canvas. Instead of asking Ellie one question at a time, you lay out the steps as a graph — each step is a node, and you connect nodes with edges so one step's output feeds the next. You build it once and run it whenever you need it, manually or on a schedule.


Chat or workflow — which do I use?

Use Chat when…Use a Workflow when…
It's a one-off question or taskYou'll run the same analysis again and again
You're exploring or iteratingYou want it to run on a schedule, unattended
A single specialist can handle itThe job has several steps that feed into each other
You want a quick answer nowYou want a consistent, repeatable set of reports each time

A good rhythm: prototype in chat, then turn anything that proves useful into a repeatable workflow.


The parts of a workflow

  • Node — one step. Most nodes are a specialized agent (the same ones you can talk to in chat — see the Agent Catalog). A node takes inputs, optionally reads attached Knowledge, and produces one or more reports.
  • Start node — the kick-off point every workflow begins with.
  • Edge — a connection from one node to the next. It sets the order and passes data downstream. Branches can run in parallel, but loops aren't allowed — a workflow always flows forward.
  • Trigger — how a run begins: manual (you press Run) or scheduled (it runs automatically on a cadence you set).
  • Artifact — a report a node generates. One run can produce many artifacts.

The tabs

When you open a workflow, you'll work across these tabs:

TabWhat it's for
WorkflowThe canvas — build and connect nodes. See Build a workflow.
KnowledgeThe files and web links the workflow can draw on. See Add Knowledge.
ArtifactsThe reports produced by runs. See Artifacts & exports.
ScheduleSet it to run automatically. See Run & schedule.
Run LogThe history of every run, workflow-wide and node by node. See Run & schedule.
TimelineWhen each node ran within a run, and how long it took.
ActivitiesThe version history — review earlier versions and restore one. See Sharing & versions.
Two tabs you may not see

Knowledge appears only for the workflow's owner, and Schedule is hidden if your organization has scheduling turned off.


What's in this section