Dashboard Homepage: Overview of flow statuses
The Dashboard home page shows the status of all your flows. Each flow shows how many messages are in each state:
- Active: messages the flow is working on now.
- Completed: messages the flow has done with no errors.
- Error: messages the flow has paused, held, or stopped.
Clicking on the flow name opens the details for that flow. Clicking on a status opens the search page for that status.

Organizing flows in folders
The Dashboard lets you group your flows into a folder tree.
The tree below shows flows Invoices and Total cost in the Invoices folder. The flow Inbound is in the Customer sub-folder.
You can construct a flow detail URL that redirects users to the details page of the flow, but following the breadcrumb path of the flow.
https://<your-dashboard-url>/flowpath/Invoices/Customer/Inbound
Make sure that both the folder and the flow's name is unique horizontally so that the breadcrumb only points to a single flow.