# Clear every pending approval without leaving Slack

> Reviewers no longer have to chase pending approvals one at a time. The Slack interface now supports multi-row approvals with all pause types covered, so a reviewer can resolve several pending…

- Published: 2026-05-14
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/clear-every-pending-approval-without-leaving-slack
- Markdown: https://agno-com-nine.vercel.app/articles/clear-every-pending-approval-without-leaving-slack.md

Reviewers no longer have to chase pending approvals one at a time. The Slack interface now supports multi-row approvals with all pause types covered, so a reviewer can resolve several pending approvals in one place without leaving the channel. Confirmations, user-input prompts, structured feedback, and external-execution steps all surface as interactive TaskCards, and each rejection still collects a reason where one applies and passes it back to the agent so it can adjust.

Wiring it up is mostly one decorator and a db (paused runs persist and resume by run_id):

See the [Slack HITL docs](https://docs.agno.com/agent-os/interfaces/slack/hitl) for the full set of pause types and cookbooks.
