Execute from Workflow List Table
You can run a workflow without opening the editor.
In the workflow list, each workflow row has an Actions menu (three dots).
- Open the Workflows list.
- Find the workflow you want to run.
- Click the three dots (⋮).
- Click Execute.
The workflow runs using your current browser context (the page you’re on), when applicable.
Key Notes and Behavior
Section titled “Key Notes and Behavior”- This is a manual run (same idea as clicking Execute Workflow inside the editor).
- If your workflow expects something on the page (like a specific button or selected text), make sure you’re on the right page before running.
- After the run, you can inspect results and logs just like any other execution.
To understand full runs vs step-by-step tests, see Full and Partial Executions Inside the Designer.
When this is useful
Section titled “When this is useful”- You want to quickly test a workflow without opening the editor
- You want to re-run it after updates
- You want to trigger workflows when they are already saved and configured
But if you want the workflow to start automatically (for example, when a page loads or on a schedule), add a trigger node such as When Started.