Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions agent/workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
Use workflows that run on push events to automate reactive maintenance tasks like updating API references or identifying documentation updates needed for new features.
</Tip>

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

Check warning on line 26 in agent/workflows.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

agent/workflows.mdx#L26

In general, use active voice instead of passive voice ('are hidden').

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.

Check warning on line 28 in agent/workflows.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

agent/workflows.mdx#L28

In general, use active voice instead of passive voice ('be configured').

## Create a workflow

### Create a workflow in the dashboard
Expand Down Expand Up @@ -66,7 +72,7 @@

Review all changes since the last changelog update. Draft a new changelog post with any new features, bug fixes, or breaking changes.

Include information about what a change is and how it affects users.

Check warning on line 75 in agent/workflows.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

agent/workflows.mdx#L75

Did you really mean 'informat'?

Do not include any internal-only information or minor changes like bumping package versions or updating documentation.

Expand Down Expand Up @@ -349,7 +355,7 @@
- If all pages have complete and reasonable metadata, do nothing.
```

### Changelog with notifications

Check warning on line 358 in agent/workflows.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

agent/workflows.mdx#L358

Use 'changelogs?' instead of 'Changelog'.

Runs weekly to generate a changelog and notify your team on Slack when the workflow completes. This example shows how to combine scheduled workflows with Slack notifications.

Expand Down
Loading