Skip to content

fix(uipath-insights): document the gated ConfigError envelope on alert reads [IN-13526] - #2966

Draft
celestinryf wants to merge 1 commit into
mainfrom
docs/insights-alerts-gated-envelope
Draft

fix(uipath-insights): document the gated ConfigError envelope on alert reads [IN-13526]#2966
celestinryf wants to merge 1 commit into
mainfrom
docs/insights-alerts-gated-envelope

Conversation

@celestinryf

@celestinryf celestinryf commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Related to IN-13526 (uipath-insights skill) and IN-13522 (alert-history commands). Companion to UiPath/cli#3924; do not merge before that PR reaches main and republishes @uipath/cli@dev, since until then the guide describes an envelope the shipped alert-history commands do not emit.

What

alerts-reads-guide.md gets the gated-surface envelope it never documented: a ConfigError row in the outcome table, Rule 14 saying a ConfigError naming the Cloud and Dedicated SaaS feature gate means the deployment does not serve alerts (check-entitlement answers the same envelope, so running it to confirm proves nothing), and a pointer on Rule 7 so the alerts get 404 flow terminates instead of looping.

Why

Since cli#3765 the CLI answers Result: "ConfigError" / ErrorCode: "configuration_error" on gated deployments for alerts list and check-entitlement, and cli#3924 extends that to alert-history list and get-metrics. The guide had no branch for that envelope, so an agent on Automation Suite or Service Fabric had no way to read it, and the guide's own 404 playbook sent it to a command that reproduces the same envelope.

Verification

Ran: skills:validate (27 skills, both flavors), skills:build, skills:check-links (all 6,557 links resolve), hooks/validate-skill-descriptions.sh, check-skill-status.py, check-task-driver.py, check-skills-sh.py, and check-cli-verbs.py on the edited guide at 0 High and 0 Medium. Front matter is untouched, so the activation gate eval is not triggered. Not run: the alerts smoke eval, which needs the cli half in @uipath/cli@dev.

…t reads

Since cli#3765 the CLI answers ConfigError/configuration_error when a
deployment does not serve the alert routes (they are feature-gated to
Cloud and Dedicated SaaS), and cli#3924 extends that to alert-history
list and get-metrics. The guide had no branch for that envelope, and its
404 playbook sent agents to check-entitlement, which answers the same
envelope on those deployments. Adds the ConfigError outcome row, Rule 14
saying what the envelope means and to stop, and a Rule 7 pointer for the
get-404 flow. Guide-only edit; front matter untouched.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant