Run a workflow
1
Find a workflow
On the Workflows page, find the one you want and click Run. (Workflows that run on events or email show View runs instead.)
2
Provide inputs
In the Run workflow dialog, fill in any required inputs, then click Run. Optional fields can be left blank — a blank optional field is omitted from the run rather than sent as an empty value. If Run is disabled, its tooltip names the specific required fields that still need a value. Fields supplied by a webhook or event trigger, and fields reserved for manual runs, appear in their own section. They are optional for manual runs; on triggered runs, the workflow fills them itself.
3
Watch it run
You’re taken to the run page as it executes.
Run a comparable-company workflow
Comparable-company workflows, sometimes called comparable-deals workflows, are configured for specific organizations. They do not appear as a separate default section for every customer. If your organization has one configured:- Open Workflows from the sidebar, or open the relevant company, deal, or project page and click Run Workflow.
- Select the comparable-company workflow.
- Provide the required inputs. These usually include the target company or deal, and may include documents, folders, or scoring context depending on how your workflow is configured.
- Open the run page to watch progress and review the output.
- The workflow has not been configured for your organization yet.
- You do not have permission to see or run it.
- The workflow is private, unpublished, or tied to an event/email trigger rather than manual runs.
Review results
On a run page you’ll find:- A Steps tab showing each step as it runs.
- An Output tab with the result once the run completes (it opens automatically).
- Downloadable artifacts, including an Output report where applicable.
Run canvas
Workflows that use conditional branch steps are drawn on a canvas that lays each arm out as its own lane. The lane the run took is drawn normally; the arm that was not taken is dimmed, along with the edges into it, so you can see at a glance which path the workflow chose. Steps in the dimmed arm are marked as skipped, and you can still open them to see what they would have run. Click any card — including a skipped one — to open its details in a pane beside the canvas without collapsing the rest of the run.Run workflows from MCP
If your admin has enabled the Metal MCP server, an MCP-compatible assistant can run the same workflows you can access in the app. Ask the assistant to:- Use
list_workflowsto find the comparable-company workflow. - Use
get_workflowto inspect the required input schema. - Use
run_workflowwith the required inputs. - Use
get_workflow_runto poll the run and read the output, artifacts, and citations.

