diff --git a/agent/workflows.mdx b/agent/workflows.mdx index db2adb935..8cc0e7eae 100644 --- a/agent/workflows.mdx +++ b/agent/workflows.mdx @@ -21,6 +21,12 @@ Use workflows that run on a schedule to automate recurring tasks like publishing Use workflows that run on push events to automate reactive maintenance tasks like updating API references or identifying documentation updates needed for new features. +## Manage workflows + +The [Workflows](https://dashboard.mintlify.com/products/workflows) page shows all workflows for your project. Active workflows appear in the main list, while deleted workflows are hidden behind a collapsible **Deleted workflows** toggle at the bottom of the page. + +Deleted workflows occur when you remove a workflow file from your repository. The workflow stops running, but its run history remains visible in the dashboard for reference. Deleted workflows display a "Deleted" badge and cannot be configured. + ## Create a workflow ### Create a workflow in the dashboard