- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi all,
I’m trying to set up a Knowledge workflow where:
• The author submits a KB article
• The system automatically routes it to the author’s manager for approval
• After the manager approves it, it goes to our Knowledge Team for formatting and final adjustments
• Only then should it be published
I’m looking for the best way to build this (Flow Designer? Workflows? Approval Rules?).
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @emiltalley
The cleanest way to build this workflow is with Flow Designer. It’s the modern, low‑code option and easier to maintain than legacy workflows.
Here’s how you can set it up:
- Trigger → When a Knowledge article is submitted (state = Draft).
- Manager Approval → Add an approval action that routes the article to the author’s manager.
- Knowledge Team Task → If approved, automatically create a task assigned to the Knowledge Team for formatting and adjustments.
- Publish → Once the Knowledge Team marks the task complete, update the article state to Published.
- Rejection Handling → If the manager rejects, keep the article in Draft.
You can extend the baseline Approval Publish workflow for Knowledge with this extra step for the Knowledge Team, but Flow Designer is recommended for new processes. It gives you approvals, notifications, and audit trails in a way that’s upgrade‑safe and future‑proof.
So: Use Flow Designer with sequential approvals and tasks — manager first, then Knowledge Team, then publish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @emiltalley
The cleanest way to build this workflow is with Flow Designer. It’s the modern, low‑code option and easier to maintain than legacy workflows.
Here’s how you can set it up:
- Trigger → When a Knowledge article is submitted (state = Draft).
- Manager Approval → Add an approval action that routes the article to the author’s manager.
- Knowledge Team Task → If approved, automatically create a task assigned to the Knowledge Team for formatting and adjustments.
- Publish → Once the Knowledge Team marks the task complete, update the article state to Published.
- Rejection Handling → If the manager rejects, keep the article in Draft.
You can extend the baseline Approval Publish workflow for Knowledge with this extra step for the Knowledge Team, but Flow Designer is recommended for new processes. It gives you approvals, notifications, and audit trails in a way that’s upgrade‑safe and future‑proof.
So: Use Flow Designer with sequential approvals and tasks — manager first, then Knowledge Team, then publish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
