flowmetrics

Add a workflow in the browser

Diátaxis: How-to. The simplest path to a configured workflow. No YAML editing.

Start the dashboard, click + New workflow, fill in the wizard.

flow serve            # or `flow serve --bg` on macOS / Linux
# → http://127.0.0.1:8000

The wizard probes your source (GitHub repo or Jira project) to auto-suggest labels / statuses, lets you pick stages, and writes to <workflows-dir>/workflows.db. Walkthrough with screenshots: Tutorial § 5.

Once saved, hit Data sourceBackfill to materialize.

Editing later

Re-open the wizard from the workflow dashboard’s gear icon. Edits round-trip through workflows.db — same precedence applies as for hand-authored YAML (DB row wins when both exist for the same name).

Next