docs(uipath-rpa): fix Terminal activity XAML examples#532
docs(uipath-rpa): fix Terminal activity XAML examples#532gabrielavaduva merged 1 commit intomainfrom
Conversation
- Replace incorrect namespace prefixes (`t:`, `ta:`) with `uit:` across all 20 activity docs - Add missing `WaitType` and `DelayMS` properties to every XAML example - Add constructor-defaulted properties (`CloseConnection`, `TimeoutMS`, `DelayMS`) to TerminalSession examples Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Claude finished @bogdangasparup's task in 1m 59s —— View job PR Review: docs(uipath-rpa): fix Terminal activity XAML examples
SummaryFixes incorrect XML namespace prefixes ( Change-by-Change Review1. Namespace prefix fix (
|
| Area | Status | Notes |
|---|---|---|
| Frontmatter | N/A | No frontmatter changes |
| E2E Tests | N/A | Doc-only fix to existing reference files — no new capabilities |
| Skill Body | N/A | SKILL.md not modified |
| References & Assets | OK | All 20 Terminal activity docs corrected consistently |
| Repo Hygiene | OK | Changes scoped to Terminal activity docs only, no secrets, no cross-skill refs |
Issues for Manual Review
- Domain accuracy: The
uit:namespace prefix and inclusion ofWaitType/DelayMSas required XAML attributes should be verified against actual UiPath Studio-generated XAML forUiPath.Terminal.Activities2.10. The changes are internally consistent but correctness depends on the actual runtime contract.
Conclusion
Clean, mechanical fix applied uniformly across all 20 files. Namespace prefixes are now consistent, and XAML examples include the full set of properties that match their documented defaults. No issues found — approve.
|
|
||
| ```xml | ||
| <ta:TerminalFindTextInScreen DisplayName="Find Text" | ||
| <uit:TerminalFindTextInScreen DisplayName="Find Text" |
There was a problem hiding this comment.
@alexandru-petre fyi - I think this change should be ported to the activities repo.
There was a problem hiding this comment.
The fix is already merged in the activities repo but I wanted it here as well
t:,ta:) withuit:across all 20 activity docsWaitTypeandDelayMSproperties to every XAML exampleCloseConnection,TimeoutMS,DelayMS) to TerminalSession examples