Skip to content

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).

  1. Open the Workflows list.
  2. Find the workflow you want to run.
  3. Click the three dots (⋮).
  4. Click Execute.

The workflow runs using your current browser context (the page you’re on), when applicable.


  • 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.


  • 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.