A Fleet workflow drafts KB articles directly from resolved-ticket writeups, reviews them for accuracy and findability, and publishes each one after a support lead's approval.
| Step |
Kind |
What it does |
article |
Document |
Runs once per file in support/resolutions/*.md. “Write a KB article from this resolution writeup: symptom (with exact error text), cause, fix steps. Title it the way a customer would search.” Reads support/resolutions/*.md, docs/product/**/*.md. |
accuracy |
Review |
“Verify fix steps against current product docs; flag steps that changed since the resolution. Flag titles a customer wouldn't search for.” |
lead-ok |
Approval gate |
Pauses the run for a human sign-off; records the approver, timestamp, and note. |
publish |
Publish |
Shares the approved document at a link. |
You build this once on the dashboard canvas; your self-hosted Fleet worker pulls the definition and runs it against your repository.
The fan-out drafts one article per resolution writeup; the accuracy review catches the classic trap of documenting last month's UI. The lead approves each article — published links exist only past the gate.