OpenWorkflow includes a built-in web dashboard for monitoring and debugging your workflows. It lets you browse workflow runs, see which steps completed or failed, inspect errors, and track the state of long-running workflows.Documentation Index
Fetch the complete documentation index at: https://openworkflow.dev/llms.txt
Use this file to discover all available pages before exploring further.
Starting the Dashboard
http://localhost:3000 by default.
To use a custom port:
Requirements
The dashboard requires:- A valid
openworkflow.config.tsin your project - A running backend (PostgreSQL or SQLite)
Prometheus Metrics
The dashboard serves a Prometheus endpoint atGET /metrics. See the
Prometheus guide for setup and alert examples.
The dashboard does not include built-in authentication. For production use,
deploy it behind a VPN, private network, or reverse proxy with Basic Auth.