@uipath/skills 1.199.0 → 1.200.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (345) hide show
  1. package/.claude-plugin/marketplace.json +1 -1
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/CODEOWNERS +14 -8
  4. package/README.md +18 -3
  5. package/assets/skill-status.json +9 -1
  6. package/assets/uip-catalog-snapshot.json +227 -21
  7. package/package.json +11 -2
  8. package/scripts/npm-package-lifecycle.mjs +46 -0
  9. package/skills/uipath-admin/SKILL.md +5 -1
  10. package/skills/uipath-admin/references/audit-commands.md +1 -1
  11. package/skills/uipath-admin/references/audit-workflow-guide.md +9 -0
  12. package/skills/uipath-agents/SKILL.md +2 -2
  13. package/skills/uipath-agents/references/lowcode/capabilities/context/index.md +7 -0
  14. package/skills/uipath-agents/references/lowcode/capabilities/integration-service/integration-service.md +5 -6
  15. package/skills/uipath-agents/references/lowcode/critical-rules/critical-rules.md +1 -1
  16. package/skills/uipath-agents/references/lowcode/evaluations/evaluation-sets.md +5 -0
  17. package/skills/uipath-agents/references/lowcode/project-lifecycle.md +3 -3
  18. package/skills/uipath-agents/references/lowcode/prompting/autonomous-agent-prompting-guide.md +3 -2
  19. package/skills/uipath-api-workflow/SKILL.md +2 -1
  20. package/skills/uipath-api-workflow/references/cli-reference.md +3 -3
  21. package/skills/uipath-coded-apps/SKILL.md +3 -2
  22. package/skills/uipath-coded-apps/assets/fixtures/governance-dashboard-starter-kit.tar.gz +0 -0
  23. package/skills/uipath-coded-apps/assets/templates/web-app-template.md +1 -1
  24. package/skills/uipath-coded-apps/references/create-web-app.md +60 -48
  25. package/skills/uipath-coded-apps/references/dashboards/CAPABILITY.md +2 -2
  26. package/skills/uipath-coded-apps/references/dashboards/plugins/build/impl.md +2 -2
  27. package/skills/uipath-coded-apps/references/dashboards/primitives/tier-resolution.md +16 -16
  28. package/skills/uipath-coded-apps/references/oauth-scopes.md +28 -272
  29. package/skills/uipath-coded-apps/references/sdk/action-center.md +26 -243
  30. package/skills/uipath-coded-apps/references/sdk/agents.md +20 -130
  31. package/skills/uipath-coded-apps/references/sdk/conversational-agent.md +52 -706
  32. package/skills/uipath-coded-apps/references/sdk/data-fabric.md +20 -237
  33. package/skills/uipath-coded-apps/references/sdk/feedback.md +4 -139
  34. package/skills/uipath-coded-apps/references/sdk/governance-traces.md +7 -55
  35. package/skills/uipath-coded-apps/references/sdk/governance.md +4 -44
  36. package/skills/uipath-coded-apps/references/sdk/imports.md +77 -35
  37. package/skills/uipath-coded-apps/references/sdk/maestro.md +29 -406
  38. package/skills/uipath-coded-apps/references/sdk/orchestrator.md +30 -324
  39. package/skills/uipath-coded-apps/references/sdk/pagination.md +9 -67
  40. package/skills/uipath-coded-apps/references/sdk/traces.md +8 -43
  41. package/skills/uipath-functions/SKILL.md +23 -23
  42. package/skills/uipath-governance/SKILL.md +5 -4
  43. package/skills/uipath-governance/references/cli-cheatsheet.md +2 -1
  44. package/skills/uipath-governance/references/compliance-pack/coverage/impl.md +143 -58
  45. package/skills/uipath-governance/references/compliance-pack/restore/impl.md +61 -0
  46. package/skills/uipath-human-in-the-loop/SKILL.md +4 -2
  47. package/skills/uipath-insights/SKILL.md +17 -18
  48. package/skills/uipath-ixp/SKILL.md +12 -7
  49. package/skills/uipath-ixp/references/cli-reference.md +71 -9
  50. package/skills/uipath-ixp/references/improve-prompts-guide.md +23 -9
  51. package/skills/uipath-ixp/references/label-documents-guide.md +33 -5
  52. package/skills/uipath-maestro-bpmn/SKILL.md +15 -14
  53. package/skills/uipath-maestro-bpmn/references/cli-conventions.md +15 -6
  54. package/skills/uipath-maestro-bpmn/references/structural-bpmn.md +18 -17
  55. package/skills/uipath-maestro-case/SKILL.md +46 -33
  56. package/skills/uipath-maestro-case/assets/templates/sdd-template.md +77 -37
  57. package/skills/uipath-maestro-case/assets/templates/sdd-viewer.html +0 -2
  58. package/skills/uipath-maestro-case/references/bindings-and-expressions.md +3 -1
  59. package/skills/uipath-maestro-case/references/bindings-v2-sync.md +2 -2
  60. package/skills/uipath-maestro-case/references/brownfield.md +15 -5
  61. package/skills/uipath-maestro-case/references/case-commands.md +19 -3
  62. package/skills/uipath-maestro-case/references/case-editing-operations.md +24 -21
  63. package/skills/uipath-maestro-case/references/case-schema.md +38 -16
  64. package/skills/uipath-maestro-case/references/connector-trigger-common.md +15 -8
  65. package/skills/uipath-maestro-case/references/evals/evals.json +35 -18
  66. package/skills/uipath-maestro-case/references/implementation.md +86 -71
  67. package/skills/uipath-maestro-case/references/phase-0-interview.md +92 -23
  68. package/skills/uipath-maestro-case/references/phased-execution.md +70 -55
  69. package/skills/uipath-maestro-case/references/placeholder-tasks.md +5 -5
  70. package/skills/uipath-maestro-case/references/planning.md +57 -9
  71. package/skills/uipath-maestro-case/references/plugins/case/impl-json.md +7 -5
  72. package/skills/uipath-maestro-case/references/plugins/case/planning.md +1 -1
  73. package/skills/uipath-maestro-case/references/plugins/conditions/case-exit-conditions/impl-json.md +5 -5
  74. package/skills/uipath-maestro-case/references/plugins/conditions/stage-entry-conditions/impl-json.md +41 -5
  75. package/skills/uipath-maestro-case/references/plugins/conditions/stage-entry-conditions/planning.md +27 -3
  76. package/skills/uipath-maestro-case/references/plugins/conditions/stage-exit-conditions/impl-json.md +6 -6
  77. package/skills/uipath-maestro-case/references/plugins/conditions/stage-exit-conditions/planning.md +3 -1
  78. package/skills/uipath-maestro-case/references/plugins/conditions/task-entry-conditions/impl-json.md +20 -7
  79. package/skills/uipath-maestro-case/references/plugins/conditions/task-entry-conditions/planning.md +37 -4
  80. package/skills/uipath-maestro-case/references/plugins/sla/impl-json.md +24 -13
  81. package/skills/uipath-maestro-case/references/plugins/sla/planning.md +9 -3
  82. package/skills/uipath-maestro-case/references/plugins/stages/impl-json.md +4 -0
  83. package/skills/uipath-maestro-case/references/plugins/stages/planning.md +4 -1
  84. package/skills/uipath-maestro-case/references/plugins/tasks/action/impl-json.md +3 -1
  85. package/skills/uipath-maestro-case/references/plugins/tasks/action/planning.md +2 -0
  86. package/skills/uipath-maestro-case/references/plugins/tasks/agent/impl-json.md +3 -2
  87. package/skills/uipath-maestro-case/references/plugins/tasks/agent/planning.md +4 -2
  88. package/skills/uipath-maestro-case/references/plugins/tasks/api-workflow/impl-json.md +3 -2
  89. package/skills/uipath-maestro-case/references/plugins/tasks/api-workflow/planning.md +4 -2
  90. package/skills/uipath-maestro-case/references/plugins/tasks/case-management/impl-json.md +3 -2
  91. package/skills/uipath-maestro-case/references/plugins/tasks/case-management/planning.md +4 -2
  92. package/skills/uipath-maestro-case/references/plugins/tasks/connector-activity/impl-json.md +1 -1
  93. package/skills/uipath-maestro-case/references/plugins/tasks/connector-activity/planning.md +2 -0
  94. package/skills/uipath-maestro-case/references/plugins/tasks/connector-trigger/impl-json.md +1 -1
  95. package/skills/uipath-maestro-case/references/plugins/tasks/connector-trigger/planning.md +2 -0
  96. package/skills/uipath-maestro-case/references/plugins/tasks/create-inline-common.md +1 -1
  97. package/skills/uipath-maestro-case/references/plugins/tasks/process/impl-json.md +3 -2
  98. package/skills/uipath-maestro-case/references/plugins/tasks/process/planning.md +6 -4
  99. package/skills/uipath-maestro-case/references/plugins/tasks/rpa/impl-json.md +3 -2
  100. package/skills/uipath-maestro-case/references/plugins/tasks/rpa/planning.md +4 -2
  101. package/skills/uipath-maestro-case/references/plugins/tasks/wait-for-timer/impl-json.md +4 -3
  102. package/skills/uipath-maestro-case/references/plugins/tasks/wait-for-timer/planning.md +4 -0
  103. package/skills/uipath-maestro-case/references/plugins/triggers/event/impl-json.md +17 -14
  104. package/skills/uipath-maestro-case/references/plugins/triggers/event/planning.md +1 -1
  105. package/skills/uipath-maestro-case/references/plugins/triggers/manual/impl-json.md +13 -10
  106. package/skills/uipath-maestro-case/references/plugins/triggers/timer/impl-json.md +18 -16
  107. package/skills/uipath-maestro-case/references/plugins/triggers/timer/planning.md +2 -2
  108. package/skills/uipath-maestro-case/references/plugins/variables/bindings/impl-json.md +1 -1
  109. package/skills/uipath-maestro-case/references/plugins/variables/global-vars/impl-json.md +11 -9
  110. package/skills/uipath-maestro-case/references/plugins/variables/io-binding/impl-json.md +6 -2
  111. package/skills/uipath-maestro-case/references/plugins/variables/io-binding/planning.md +19 -1
  112. package/skills/uipath-maestro-case/references/registry-discovery.md +3 -3
  113. package/skills/uipath-maestro-case/references/sdd-generation-rules.md +155 -51
  114. package/skills/uipath-maestro-case/references/sla-response-shapes.md +74 -0
  115. package/skills/uipath-maestro-flow/SKILL.md +4 -3
  116. package/skills/uipath-maestro-flow/references/author/CAPABILITY.md +3 -0
  117. package/skills/uipath-maestro-flow/references/author/references/editing-operations-json.md +10 -17
  118. package/skills/uipath-maestro-flow/references/author/references/editing-operations.md +1 -1
  119. package/skills/uipath-maestro-flow/references/author/references/greenfield.md +8 -6
  120. package/skills/uipath-maestro-flow/references/author/references/planning-impl.md +1 -1
  121. package/skills/uipath-maestro-flow/references/author/references/plugins/agent/impl.md +4 -9
  122. package/skills/uipath-maestro-flow/references/author/references/plugins/agentic-process/impl.md +3 -7
  123. package/skills/uipath-maestro-flow/references/author/references/plugins/api-workflow/impl.md +5 -8
  124. package/skills/uipath-maestro-flow/references/author/references/plugins/connector/impl.md +11 -4
  125. package/skills/uipath-maestro-flow/references/author/references/plugins/flow/impl.md +3 -7
  126. package/skills/uipath-maestro-flow/references/author/references/plugins/inline-agent/impl.md +14 -17
  127. package/skills/uipath-maestro-flow/references/author/references/plugins/ixp/impl.md +60 -13
  128. package/skills/uipath-maestro-flow/references/author/references/plugins/queue/impl.md +2 -14
  129. package/skills/uipath-maestro-flow/references/author/references/plugins/rpa/impl.md +4 -9
  130. package/skills/uipath-maestro-flow/references/author/references/plugins/script/impl.md +3 -0
  131. package/skills/uipath-maestro-flow/references/author/references/plugins/subflow/impl.md +5 -9
  132. package/skills/uipath-maestro-flow/references/author/references/plugins/transform/impl.md +13 -0
  133. package/skills/uipath-maestro-flow/references/shared/action-nodes.md +2 -2
  134. package/skills/uipath-maestro-flow/references/shared/file-format.md +16 -12
  135. package/skills/uipath-maestro-flow/references/shared/variables-and-expressions.md +3 -3
  136. package/skills/uipath-planner/SKILL.md +1 -1
  137. package/skills/uipath-planner/references/non-pdd-lane-guide.md +1 -1
  138. package/skills/uipath-platform/SKILL.md +1 -1
  139. package/skills/uipath-platform/references/data-fabric/bulk-import.md +10 -27
  140. package/skills/uipath-platform/references/data-fabric/choice-sets.md +7 -64
  141. package/skills/uipath-platform/references/data-fabric/data-fabric.md +76 -267
  142. package/skills/uipath-platform/references/data-fabric/entity-schema.md +23 -99
  143. package/skills/uipath-platform/references/data-fabric/file-attachments.md +5 -28
  144. package/skills/uipath-platform/references/data-fabric/filter-platform-contract.md +2 -2
  145. package/skills/uipath-platform/references/data-fabric/records-query.md +11 -32
  146. package/skills/uipath-platform/references/integration-service/reference-resolution.md +6 -2
  147. package/skills/uipath-platform/references/licensing/consumables-report.md +18 -0
  148. package/skills/uipath-platform/references/licensing/licensing.md +1 -1
  149. package/skills/uipath-platform/references/orchestrator/run-jobs.md +9 -2
  150. package/skills/uipath-platform/references/orchestrator/setup-environment.md +9 -0
  151. package/skills/uipath-platform/references/traces/feedback.md +4 -1
  152. package/skills/uipath-process-mining/SKILL.md +97 -0
  153. package/skills/uipath-process-mining/references/app-types.md +66 -0
  154. package/skills/uipath-process-mining/references/data-model.md +130 -0
  155. package/skills/uipath-process-mining/references/lifecycle-and-rbac.md +67 -0
  156. package/skills/uipath-process-mining/references/model-editing.md +112 -0
  157. package/skills/uipath-process-mining/references/pre-flight.md +119 -0
  158. package/skills/uipath-process-mining/references/querying.md +66 -0
  159. package/skills/uipath-process-mining/references/transformations.md +80 -0
  160. package/skills/uipath-process-mining/references/uip-pm-cli.md +145 -0
  161. package/skills/uipath-review/SKILL.md +23 -18
  162. package/skills/uipath-review/references/agents/agent-grading-rubric.md +1 -1
  163. package/skills/uipath-review/references/agents/agent-review-checklist.md +0 -4
  164. package/skills/uipath-review/references/agents/agents-coded-rules.md +1 -10
  165. package/skills/uipath-review/references/agents/agents-lowcode-rules.md +3 -6
  166. package/skills/uipath-review/references/agents/guardrails/coded-guardrails-review.md +62 -14
  167. package/skills/uipath-review/references/agents/guardrails/guardrails-review.md +60 -4
  168. package/skills/uipath-review/references/review-workflow-guide.md +3 -2
  169. package/skills/uipath-review/references/rule-catalog-workflow.md +4 -5
  170. package/skills/uipath-rpa/.maintenance/pattern-card-maintenance.md +20 -0
  171. package/skills/uipath-rpa/SKILL.md +57 -55
  172. package/skills/uipath-rpa/agents/uipath-project-discovery-agent.md +75 -19
  173. package/skills/uipath-rpa/assets/codedworkflow-template.md +245 -11
  174. package/skills/uipath-rpa/references/cli-reference.md +229 -6
  175. package/skills/uipath-rpa/references/coded/codedworkflow-reference.md +158 -2
  176. package/skills/uipath-rpa/references/coded/integration-service-guide.md +6 -5
  177. package/skills/uipath-rpa/references/coded/operations-guide.md +273 -5
  178. package/skills/uipath-rpa/references/coded-vs-xaml-guide.md +3 -3
  179. package/skills/uipath-rpa/references/common-pattern-card.md +303 -0
  180. package/skills/uipath-rpa/references/data-manipulation-guide.md +18 -3
  181. package/skills/uipath-rpa/references/debugging.md +0 -2
  182. package/skills/uipath-rpa/references/environment-setup.md +309 -1
  183. package/skills/uipath-rpa/references/error-handling-guide.md +1 -1
  184. package/skills/uipath-rpa/references/execution-maps-guide.md +110 -0
  185. package/skills/uipath-rpa/references/is-connector-xaml-guide.md +58 -4
  186. package/skills/uipath-rpa/references/legacy/activity-docs/Excel.md +1 -1
  187. package/skills/uipath-rpa/references/legacy/activity-docs/_DU-PROCESS.md +0 -2
  188. package/skills/uipath-rpa/references/legacy/activity-docs/_INDEX.md +2 -2
  189. package/skills/uipath-rpa/references/legacy/activity-docs/_PATTERNS.md +1 -1
  190. package/skills/uipath-rpa/references/legacy/activity-docs/_REFRAMEWORK.md +2 -7
  191. package/skills/uipath-rpa/references/legacy/cli-reference.md +599 -0
  192. package/skills/uipath-rpa/references/legacy/error-handling-guide.md +2 -2
  193. package/skills/uipath-rpa/references/legacy/legacy-mode-guide.md +16 -16
  194. package/skills/uipath-rpa/references/legacy/project-organization-guide.md +2 -2
  195. package/skills/uipath-rpa/references/legacy/selector-guide.md +163 -1
  196. package/skills/uipath-rpa/references/legacy/testing-guide.md +246 -3
  197. package/skills/uipath-rpa/references/legacy/xaml-basics-and-rules.md +267 -2
  198. package/skills/uipath-rpa/references/library-authoring-guide.md +4 -3
  199. package/skills/uipath-rpa/references/testing-guide.md +2 -28
  200. package/skills/uipath-rpa/references/trigger-pattern-guide.md +1 -1
  201. package/skills/uipath-rpa/references/xaml/canvas-layout-guide.md +140 -33
  202. package/skills/uipath-rpa/references/xaml/common-pitfalls.md +57 -240
  203. package/skills/uipath-rpa/references/xaml/csharp-activity-binding-guide.md +42 -2
  204. package/skills/uipath-rpa/references/xaml/long-running-workflow-guide.md +1 -1
  205. package/skills/uipath-rpa/references/xaml/xaml-basics-and-rules.md +194 -228
  206. package/skills/uipath-solution/references/activate-and-manage.md +22 -0
  207. package/skills/uipath-solution/references/develop-solution.md +26 -2
  208. package/skills/uipath-solution/references/pack-and-deploy.md +43 -9
  209. package/skills/uipath-test/SKILL.md +4 -4
  210. package/skills/uipath-test/references/playwright-first-mile-guide.md +5 -4
  211. package/skills/uipath-test/references/publish-and-link-guide.md +2 -2
  212. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/click-silent-no-op.md +5 -5
  213. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/queue-operation-failed.md +20 -4
  214. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/summary.md +1 -1
  215. package/skills/uipath-troubleshoot/references/activity-packages/csv-activities/playbooks/read-csv-file-not-found.md +12 -0
  216. package/skills/uipath-troubleshoot/references/activity-packages/mail-activities/playbooks/send-outlook-mail-failures.md +12 -1
  217. package/skills/uipath-troubleshoot/references/activity-packages/system-activities/playbooks/get-asset-activity-bug-silent-failure.md +2 -1
  218. package/skills/uipath-troubleshoot/references/activity-packages/terminal-activities/playbooks/terminal-session-connection-failed.md +5 -1
  219. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/click-silent-no-op.md +5 -5
  220. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/dependency-version-conflict.md +27 -6
  221. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/napplicationcard-view-generation-failed.md +10 -0
  222. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/scope-container-wrong-page.md +1 -1
  223. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/summary.md +1 -1
  224. package/skills/uipath-troubleshoot/references/activity-packages/web-activities/overview.md +4 -0
  225. package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/http-request-auth-401-403.md +44 -0
  226. package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/http-request-connection-failure.md +2 -1
  227. package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/http-request-content-type-rejected.md +37 -0
  228. package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/http-request-proxy-blocked.md +39 -0
  229. package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/package-version-mismatch.md +42 -0
  230. package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/securestring-misuse-analyzer.md +41 -0
  231. package/skills/uipath-troubleshoot/references/activity-packages/web-activities/summary.md +5 -0
  232. package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/connector-null-reference.md +14 -1
  233. package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/connector-runtime-exception.md +2 -0
  234. package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/is-activities-prerelease-not-found.md +39 -0
  235. package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/response-content-too-large.md +41 -0
  236. package/skills/uipath-troubleshoot/references/products/integration-service/summary.md +9 -0
  237. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/console-conflict-login-to-console.md +40 -0
  238. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/credential-store-unavailable.md +42 -0
  239. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/executor-start-transient-rerun.md +49 -0
  240. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/job-consecutive-system-exceptions.md +47 -0
  241. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/job-faulted-session-timeout.md +19 -19
  242. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/job-output-too-large.md +47 -0
  243. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/job-stopped-generic-exit-code.md +55 -0
  244. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/known-issue-robot-defect.md +40 -0
  245. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/platform-incident-correlation.md +45 -0
  246. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/screen-capture-handle-invalid.md +43 -0
  247. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/serverless-license-quota.md +43 -0
  248. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/serverless-time-limit-exceeded.md +34 -0
  249. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/workstation-in-use-machine-slots.md +40 -0
  250. package/skills/uipath-troubleshoot/references/products/orchestrator/summary.md +13 -1
  251. package/version-manifest.json +2 -2
  252. package/skills/uipath-maestro-bpmn/validator/README.md +0 -224
  253. package/skills/uipath-maestro-bpmn/validator/model.mjs +0 -419
  254. package/skills/uipath-maestro-bpmn/validator/package.json +0 -17
  255. package/skills/uipath-maestro-bpmn/validator/rules.mjs +0 -1403
  256. package/skills/uipath-maestro-bpmn/validator/samples/invalid-conditional-and-variable.bpmn +0 -25
  257. package/skills/uipath-maestro-bpmn/validator/samples/valid-baseline.bpmn +0 -52
  258. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/A.2.0.bpmn +0 -157
  259. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/A.2.1.bpmn +0 -333
  260. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/B.1.0.bpmn +0 -598
  261. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/B.2.0.bpmn +0 -1709
  262. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.2.0.bpmn +0 -564
  263. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.3.0.bpmn +0 -671
  264. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.4.0.bpmn +0 -1045
  265. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.5.0.bpmn +0 -1176
  266. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.6.0.bpmn +0 -670
  267. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.7.0.bpmn +0 -466
  268. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Can_Parse_Complex_Process_With_Task_Gateway_BoundaryEvent_etc.bpmn +0 -74
  269. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/ExclusiveGatewayDefaultFlow.bpmn +0 -32
  270. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/ExternalAgentWorkflow.bpmn +0 -62
  271. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Golden_Scenario.initial.bpmn +0 -361
  272. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/InclusiveJoinRouteAwayBranch.bpmn +0 -62
  273. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_AsyncExecution_And_Create_CorrectModel.bpmn +0 -74
  274. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_IXP_ExtractionValidation_And_Create_CorrectModel.bpmn +0 -35
  275. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_IXP_Extraction_FileUpload_And_Create_CorrectModel.bpmn +0 -33
  276. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_IXP_Extraction_JobAttachment_And_Create_CorrectModel.bpmn +0 -35
  277. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_SubProcess_With_Multiple_Element_Types.bpmn +0 -76
  278. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/StartEventWithOutputs.bpmn +0 -36
  279. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/StartGatewayEnd.bpmn +0 -44
  280. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/all elements.bpmn +0 -516
  281. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/all_sequence_flow_types.bpmn +0 -173
  282. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/demo.bpmn +0 -181
  283. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/subprocess-example-001-collapsed.bpmn +0 -126
  284. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/subprocess-example-001-expanded.bpmn +0 -122
  285. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/subprocess-example-003-collapsed_deeply-nested.bpmn +0 -438
  286. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/A.1.0.bpmn +0 -87
  287. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/A.3.0.bpmn +0 -165
  288. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ApiWorkflow.bpmn +0 -39
  289. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/BpmnNestedSubProcessTests.bpmn +0 -102
  290. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/BpmnTimerBoundaryEvents.bpmn +0 -160
  291. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/BpmnXmlWithCatchAllErrorEventSubProcess.bpmn +0 -45
  292. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/BpmnXmlWithSpecificErrorEventSubProcess.bpmn +0 -46
  293. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/CaseManagementWithConstantIdentifier.bpmn +0 -218
  294. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ErrorBoundary.bpmn +0 -78
  295. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ErrorPropagationInEventSubprocess.bpmn +0 -340
  296. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/EventBasedGatewayFirstCatcherWins.bpmn +0 -56
  297. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Example-EventBasedGateway.bpmn +0 -117
  298. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ExclusiveGatewayConditional.bpmn +0 -45
  299. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ExclusiveGatewaySharedEndEvent.bpmn +0 -45
  300. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ExclusiveWithParallelGateway.bpmn +0 -68
  301. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/FourScriptTasks.bpmn +0 -84
  302. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/HitlTaskOnly.bpmn +0 -55
  303. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/InclusiveGatewayForkJoin.bpmn +0 -69
  304. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_BPMN_Elements_And_Create_CorrectModel.bpmn +0 -20
  305. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_HttpRequest_ServiceTask_And_Create_Correct_Model.bpmn +0 -34
  306. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_MessageBoundaryEvent_And_Create_CorrectModel.bpmn +0 -87
  307. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_Script_Task_V2_And_Create_Correct_Model.bpmn +0 -31
  308. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_Sets_Containers_Properly.bpmn +0 -129
  309. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ScriptWritesVariableThenGatewayBranches.bpmn +0 -59
  310. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/boundaryevent.bpmn +0 -30
  311. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/collapsed-subprocess.bpmn +0 -83
  312. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/connectable-types.bpmn +0 -85
  313. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/extensions-orchestrator-start-job.bpmn +0 -80
  314. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/multiparticipantpool.bpmn +0 -77
  315. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/nestedsubprocess.bpmn +0 -36
  316. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/simple.bpmn +0 -59
  317. package/skills/uipath-maestro-bpmn/validator/test/integration.test.mjs +0 -146
  318. package/skills/uipath-maestro-bpmn/validator/test/model-helpers.mjs +0 -42
  319. package/skills/uipath-maestro-bpmn/validator/test/ported-rule-tests.mjs +0 -983
  320. package/skills/uipath-maestro-bpmn/validator/test/run-tests.mjs +0 -530
  321. package/skills/uipath-maestro-bpmn/validator/uipath-moddle.v1.json +0 -715
  322. package/skills/uipath-maestro-bpmn/validator/validate-bpmn.mjs +0 -164
  323. package/skills/uipath-review/references/agents/agents-common-rules.md +0 -32
  324. package/skills/uipath-rpa/assets/before-after-hooks-template.md +0 -115
  325. package/skills/uipath-rpa/assets/helper-utility-template.md +0 -22
  326. package/skills/uipath-rpa/assets/testcase-template.md +0 -92
  327. package/skills/uipath-rpa/references/coded/coding-guidelines.md +0 -255
  328. package/skills/uipath-rpa/references/coded/inspect-package-guide.md +0 -80
  329. package/skills/uipath-rpa/references/coded/third-party-packages-guide.md +0 -67
  330. package/skills/uipath-rpa/references/connector-capabilities.md +0 -79
  331. package/skills/uipath-rpa/references/legacy/activity-docs/Testing.md +0 -95
  332. package/skills/uipath-rpa/references/legacy/activity-docs/UIAutomation.md +0 -159
  333. package/skills/uipath-rpa/references/legacy/common-pitfalls.md +0 -318
  334. package/skills/uipath-rpa/references/legacy/discovery-workflow.md +0 -147
  335. package/skills/uipath-rpa/references/legacy/environment-setup.md +0 -78
  336. package/skills/uipath-rpa/references/legacy/project-structure.md +0 -206
  337. package/skills/uipath-rpa/references/legacy/test-data-guide.md +0 -142
  338. package/skills/uipath-rpa/references/legacy/validation-and-fixing.md +0 -154
  339. package/skills/uipath-rpa/references/project-structure-guide.md +0 -168
  340. package/skills/uipath-rpa/references/project-structure.md +0 -135
  341. package/skills/uipath-rpa/references/publishing-guide.md +0 -80
  342. package/skills/uipath-rpa/references/validation-guide.md +0 -170
  343. package/skills/uipath-rpa/references/xaml/csharp-expression-pitfalls.md +0 -43
  344. package/skills/uipath-rpa/references/xaml/flowchart-guide.md +0 -113
  345. package/skills/uipath-rpa/references/xaml/workflow-guide.md +0 -258
@@ -29,12 +29,12 @@ Legacy UiPath RPA projects: .NET Framework 4.6.1, VB.NET expressions, classic ac
29
29
  | Choose architecture | Sequence vs REFramework vs Dispatcher/Performer | [project-organization-guide.md](./project-organization-guide.md) |
30
30
  | Create workflow | Phase 0 → Discovery → Generate | [xaml-basics-and-rules.md](./xaml-basics-and-rules.md) |
31
31
  | Edit workflow | Phase 0 → Discovery → Edit | [xaml-basics-and-rules.md](./xaml-basics-and-rules.md) |
32
- | Validate file | `uip rpa-legacy validate "{projectRoot}/File.xaml" --output json` | [validation-and-fixing.md](./validation-and-fixing.md) |
33
- | Validate project | `uip rpa-legacy validate "{projectRoot}" --output json` | [validation-and-fixing.md](./validation-and-fixing.md) |
32
+ | Validate file | `uip rpa-legacy validate "{projectRoot}/File.xaml" --output json` | [cli-reference.md § Validate & Fix](./cli-reference.md#phase-3-validate--fix-loop) |
33
+ | Validate project | `uip rpa-legacy validate "{projectRoot}" --output json` | [cli-reference.md § Validate & Fix](./cli-reference.md#phase-3-validate--fix-loop) |
34
34
  | Package (optional) | `uip rpa-legacy pack "{projectRoot}" -o "{dir}"` | [cli-reference.md](./cli-reference.md) |
35
35
  | Debug | `uip rpa-legacy debug "{projectRoot}/File.xaml"` | [cli-reference.md](./cli-reference.md) |
36
- | Create new project | Create project.json with right packages | [project-structure.md](./project-structure.md) |
37
- | Create test data | Generate Excel/CSV/JSON/types for testing | [test-data-guide.md](./test-data-guide.md) |
36
+ | Create new project | Create project.json with right packages | [cli-reference.md § Legacy Project Structure](./cli-reference.md#legacy-project-structure) |
37
+ | Create test data | Generate Excel/CSV/JSON/types for testing | [testing-guide.md § Test Data Creation](./testing-guide.md#test-data-creation) |
38
38
  | Organize project | Folder structure, naming, libraries | [project-organization-guide.md](./project-organization-guide.md) |
39
39
  | Add error handling | TryCatch, Retry Scope, exception classification | [error-handling-guide.md](./error-handling-guide.md) |
40
40
  | Fix/build selectors | Selector anatomy, dynamic selectors, anchors | [selector-guide.md](./selector-guide.md) |
@@ -52,7 +52,7 @@ If unclear which file to edit, **ask the user**.
52
52
  4. Note project shape: count `.xaml` files, list `dependencies` keys and versions — use this to avoid re-discovering packages and activities already explored earlier in conversation
53
53
  5. Run `uip rpa-legacy validate "{projectRoot}" --output json` to trigger **package restore** (required before `find-activities` works)
54
54
 
55
- No Studio needed. See [environment-setup.md](./environment-setup.md) for details.
55
+ No Studio needed. See [cli-reference.md § Phase 0](./cli-reference.md#phase-0-environment-readiness) for details.
56
56
 
57
57
  ---
58
58
 
@@ -71,7 +71,7 @@ No Studio needed. See [environment-setup.md](./environment-setup.md) for details
71
71
 
72
72
  4. **Only if Flowchart/StateMachine**: read [_XAML-GUIDE.md](./activity-docs/_XAML-GUIDE.md) for ViewState layout
73
73
 
74
- **Stop here.** Don't read more files unless you hit a problem during validation. Additional references if needed: [_PATTERNS.md](./activity-docs/_PATTERNS.md) (VB.NET expressions), [common-pitfalls.md](./common-pitfalls.md) (gotchas), [_INVOKE-CODE.md](./activity-docs/_INVOKE-CODE.md) (InvokeCode details), [_REFRAMEWORK.md](./activity-docs/_REFRAMEWORK.md) (REFramework), `uip docsai ask "..."` (official docs), `WebSearch` (community).
74
+ **Stop here.** Don't read more files unless you hit a problem during validation. Additional references if needed: [_PATTERNS.md](./activity-docs/_PATTERNS.md) (VB.NET expressions), [xaml-basics-and-rules.md § Common Pitfalls](./xaml-basics-and-rules.md#common-pitfalls--quick-reference) (gotchas), [_INVOKE-CODE.md](./activity-docs/_INVOKE-CODE.md) (InvokeCode details), [_REFRAMEWORK.md](./activity-docs/_REFRAMEWORK.md) (REFramework), `uip docsai ask "..."` (official docs), `WebSearch` (community).
75
75
 
76
76
  5. **If the task involves design decisions**, read the relevant guide on demand:
77
77
  - Error handling strategy → [error-handling-guide.md](./error-handling-guide.md)
@@ -81,7 +81,7 @@ No Studio needed. See [environment-setup.md](./environment-setup.md) for details
81
81
  - Orchestrator integration (queues, assets, triggers) → [orchestrator-guide.md](./orchestrator-guide.md)
82
82
  - Test design / debugging → [testing-guide.md](./testing-guide.md)
83
83
 
84
- See [discovery-workflow.md](./discovery-workflow.md) for the full step-by-step procedure.
84
+ See [cli-reference.md § Discovery Workflow](./cli-reference.md#discovery-workflow--detailed-steps) for the full step-by-step procedure.
85
85
 
86
86
  ---
87
87
 
@@ -93,7 +93,7 @@ See [discovery-workflow.md](./discovery-workflow.md) for the full step-by-step p
93
93
  - [ ] Run `find-activities` for every activity — use returned `XamlSnippet` + `XmlnsDeclaration` as starting point
94
94
  - [ ] Run `type-definition` for every enum/complex type (exact values)
95
95
  - [ ] Read [xaml-basics-and-rules.md](./xaml-basics-and-rules.md) for XAML structure
96
- - [ ] Read [common-pitfalls.md](./common-pitfalls.md) for gotchas
96
+ - [ ] Read [xaml-basics-and-rules.md § Common Pitfalls](./xaml-basics-and-rules.md#common-pitfalls--quick-reference) for gotchas
97
97
 
98
98
  ### Choose Workflow Type
99
99
 
@@ -122,7 +122,7 @@ Before writing XAML for Flowchart or StateMachine:
122
122
  - [ ] All 21 baseline namespace imports present
123
123
  - [ ] Package-specific assembly refs + namespace imports added for every activity package used
124
124
  - [ ] Flowchart/StateMachine: `xmlns:av` declared, ViewState on every node
125
- - [ ] Scope activities: `ActivityAction<T>` body pattern (see [common-pitfalls.md](./common-pitfalls.md))
125
+ - [ ] Scope activities: `ActivityAction<T>` body pattern (see [xaml-basics-and-rules.md § Common Pitfalls](./xaml-basics-and-rules.md#common-pitfalls--quick-reference))
126
126
 
127
127
  ### EDIT Checklist
128
128
 
@@ -156,7 +156,7 @@ FINAL (before completing):
156
156
 
157
157
  When stuck: `docsai ask` → `WebSearch` → ask user.
158
158
 
159
- See [validation-and-fixing.md](./validation-and-fixing.md) for detailed procedures and common error scenarios.
159
+ See [cli-reference.md § Validate & Fix](./cli-reference.md#phase-3-validate--fix-loop) for detailed procedures and common error scenarios.
160
160
 
161
161
  ---
162
162
 
@@ -225,13 +225,13 @@ Full reference: [cli-reference.md](./cli-reference.md)
225
225
  | File | Content |
226
226
  |------|---------|
227
227
  | [cli-reference.md](./cli-reference.md) | All CLI commands, parameters, error recovery |
228
- | [discovery-workflow.md](./discovery-workflow.md) | Detailed discovery steps, troubleshooting |
229
- | [environment-setup.md](./environment-setup.md) | Project root detection, legacy verification |
230
- | [project-structure.md](./project-structure.md) | Legacy project layout, project.json schema |
228
+ | [cli-reference.md § Discovery Workflow](./cli-reference.md#discovery-workflow--detailed-steps) | Detailed discovery steps, troubleshooting |
229
+ | [cli-reference.md § Phase 0](./cli-reference.md#phase-0-environment-readiness) | Project root detection, legacy verification |
230
+ | [cli-reference.md § Legacy Project Structure](./cli-reference.md#legacy-project-structure) | Legacy project layout, project.json schema |
231
231
  | [xaml-basics-and-rules.md](./xaml-basics-and-rules.md) | XAML anatomy, expressions, safety rules |
232
- | [common-pitfalls.md](./common-pitfalls.md) | Dangerous defaults, scope patterns, gotchas |
233
- | [validation-and-fixing.md](./validation-and-fixing.md) | Validate & fix loop, error scenarios |
234
- | [test-data-guide.md](./test-data-guide.md) | Excel, CSV, JSON, top 10 file types and UiPath types |
232
+ | [xaml-basics-and-rules.md § Common Pitfalls](./xaml-basics-and-rules.md#common-pitfalls--quick-reference) | Dangerous defaults, scope patterns, gotchas |
233
+ | [cli-reference.md § Validate & Fix](./cli-reference.md#phase-3-validate--fix-loop) | Validate & fix loop, error scenarios |
234
+ | [testing-guide.md § Test Data Creation](./testing-guide.md#test-data-creation) | Excel, CSV, JSON, top 10 file types and UiPath types |
235
235
  | [error-handling-guide.md](./error-handling-guide.md) | Exception classification, TryCatch patterns, Retry Scope, ContinueOnError |
236
236
  | [selector-guide.md](./selector-guide.md) | Selector anatomy, dynamic selectors, anchors, validation checklist |
237
237
  | [project-organization-guide.md](./project-organization-guide.md) | Folder conventions, naming, Config.xlsx, libraries, single responsibility |
@@ -2,7 +2,7 @@
2
2
 
3
3
  Best practices for structuring, naming, and organizing legacy UiPath RPA projects.
4
4
 
5
- For project.json schema and package dependencies, see [project-structure.md](./project-structure.md).
5
+ For project.json schema and package dependencies, see [cli-reference.md § Legacy Project Structure](./cli-reference.md#legacy-project-structure).
6
6
  For REFramework file structure, see [activity-docs/_REFRAMEWORK.md](./activity-docs/_REFRAMEWORK.md).
7
7
 
8
8
  ---
@@ -274,7 +274,7 @@ In `project.json`, set `outputType` to `"Library"`:
274
274
  }
275
275
  ```
276
276
 
277
- See [project-structure.md](./project-structure.md) for the full Library project.json template.
277
+ See [cli-reference.md § Legacy Project Structure](./cli-reference.md#legacy-project-structure) for the full Library project.json template.
278
278
 
279
279
  ### Key Differences from Process Projects
280
280
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Selector anatomy, strategy, and best practices for building reliable UI automation in legacy UiPath workflows.
4
4
 
5
- For UI automation activities (Click, TypeInto, etc.), see [activity-docs/UIAutomation.md](./activity-docs/UIAutomation.md).
5
+ UI automation activities (Click, TypeInto, etc.): [§ UIAutomation Activities Reference](#uiautomation-activities-reference) below.
6
6
  For input method gotchas (SimulateType, EmptyField), see [activity-docs/_COMMON-PITFALLS.md](./activity-docs/_COMMON-PITFALLS.md).
7
7
 
8
8
  ---
@@ -324,3 +324,165 @@ A UI Descriptor can include multiple targeting methods for resilience:
324
324
  - Application undergoes frequent UI changes
325
325
  - Multiple developers work on automations for the same application
326
326
  - Organization wants centralized selector management
327
+
328
+ ---
329
+
330
+ ## UIAutomation Activities Reference
331
+
332
+ ### Overview
333
+ Legacy desktop UI automation for Windows. Click, type, find elements, manage windows/browsers. Package: `UiPath.UIAutomation.Activities`.
334
+
335
+ ---
336
+
337
+ ### Input Methods
338
+
339
+ | Method | Constant | Speed | Reliability | Special Keys | Notes |
340
+ |--------|----------|-------|-------------|--------------|-------|
341
+ | Hardware Events (default) | SYNTHESIZE_INPUT | Slow | Most reliable | YES | Acquires input lock, blocks user input |
342
+ | Window Messages | WINDOW_MESSAGES | Fast | Least reliable | YES | Best for classic Win32 apps |
343
+ | UI Automation API | API | Medium | Very reliable | **NO** | SimulateClick/SimulateType; bypasses input |
344
+
345
+ **CRITICAL: Cannot use SimulateClick AND SendWindowMessages simultaneously**
346
+ **SimulateType + special keys produces design-time WARNING** (not hard error)
347
+
348
+ ---
349
+
350
+ ### Key Activities
351
+
352
+ #### Mouse
353
+ | Activity | Key Arguments | Defaults |
354
+ |----------|---------------|----------|
355
+ | `Click` | ClickType (Single/Double/Down/Up), MouseButton (Left/Right/Middle), KeyModifiers, CursorPosition, SimulateClick, SendWindowMessages | AlterIfDisabled=true |
356
+ | `Hover` | CursorPosition, SimulateHover, SendWindowMessages | Hover duration ~1000ms |
357
+
358
+ #### Keyboard
359
+ | Activity | Key Arguments | Defaults |
360
+ |----------|---------------|----------|
361
+ | `TypeInto` | Text, SimulateType, SendWindowMessages, Activate, ClickBeforeTyping, EmptyField, DelayBetweenKeys | Activate=true, AlterIfDisabled=true |
362
+ | `TypeSecureText` | SecureText (SecureString) | Special keys escaped in non-Simulate mode |
363
+ | `SendHotkey` | Key, SpecialKey, KeyModifiers | Activate=true |
364
+
365
+ #### Element Search
366
+ | Activity | Key Arguments | Key Gotcha |
367
+ |----------|---------------|------------|
368
+ | `Element Exists` | Target | **Returns false instead of throwing on timeout** |
369
+ | `Find Children` | Target, Filter, Scope | Returns lazy IEnumerable |
370
+ | `Find Relative` | Target, CursorPosition (offset) | Returns first element at coordinates |
371
+ | `Get Ancestor` | Target, UpLevels | Returns null at root |
372
+ | `Wait Element Appear` | Target, WaitVisible, WaitActive | Adaptive polling: 50ms -> 200ms -> 1000ms |
373
+ | `Wait Element Vanish` | Target, WaitNotVisible | Returns silently on timeout |
374
+
375
+ #### Element Attributes
376
+ | Activity | Key Arguments | Notes |
377
+ |----------|---------------|-------|
378
+ | `Get Text` / `Get Value` | Target | Wraps GetAttribute("text") |
379
+ | `Get Attribute` | Target, Attribute | Returns null if attribute doesn't exist |
380
+ | `Set Value` | Target, Text | Uses SetAttribute("text") |
381
+ | `Select Item` | Target, Item | Exact match usually required |
382
+ | `Select Multiple Items` | Target, MultipleItems, AddToSelection | |
383
+ | `Check` | Target, Action (Check/Uncheck/Toggle) | Toggle reads current state first |
384
+ | `Wait Attribute` | Attribute, AttributeValue | Supports wildcards (* and ?); polls every 100ms |
385
+ | `Get Position` | Target | Returns Rectangle (screen coordinates) |
386
+
387
+ #### Actions
388
+ | Activity | Purpose |
389
+ |----------|---------|
390
+ | `Activate` | Bring window to foreground |
391
+ | `Set Focus` | Set keyboard focus (doesn't foreground) |
392
+ | `Highlight` | Debug visualization (blocking for duration) |
393
+ | `Take Screenshot` | Capture element as Image |
394
+
395
+ #### Scopes
396
+ | Activity | Key Arguments |
397
+ |----------|---------------|
398
+ | `Open Browser` | Url, BrowserType (IE/Chrome/Firefox/Edge), Private, NewSession, Hidden, CommunicationMethod |
399
+ | `Open Application` | Selector, FileName, Arguments, WorkingDirectory |
400
+ | `Window Scope` | Selector OR Window (mutually exclusive) |
401
+ | `Browser Scope` | Selector OR Browser (mutually exclusive) |
402
+
403
+ ---
404
+
405
+ ### Special Key Syntax (TypeInto)
406
+ ```
407
+ [k(end)] - End key
408
+ [k(home)] - Home key
409
+ [k(del)] - Delete key
410
+ [k(backspace)] - Backspace
411
+ [k(enter)] - Enter
412
+ [k(tab)] - Tab
413
+ [k(escape)] - Escape
414
+ [k(ctrl+a)] - Ctrl+A (press+release)
415
+ [d(ctrl)] - Ctrl down
416
+ [u(ctrl)] - Ctrl up
417
+ [k(F1)] - Function key F1-F12
418
+ ```
419
+
420
+ **Authoring rule:** when any of these tokens appears in `Text`, write the value with child element syntax — not attribute form. The attribute form `Text="[&quot;13700132[k(enter)]&quot;]"` runs correctly but the value will not render in Studio because the literal `[` / `]` inside the string collide with the outer VB expression markers. Use:
421
+
422
+ ```xml
423
+ <uix:NTypeInto ...>
424
+ <uix:NTypeInto.Text>
425
+ <InArgument x:TypeArguments="x:String">["13700132[k(enter)]"]</InArgument>
426
+ </uix:NTypeInto.Text>
427
+ </uix:NTypeInto>
428
+ ```
429
+
430
+ See [../xaml/common-pitfalls.md § NTypeInto `Text` with literal `[k(...)]` special-key tokens](../xaml/common-pitfalls.md#ntypeinto-text-with-literal-k-special-key-tokens) for alternatives (`Chr(91)`/`Chr(93)` construction, split-activity).
431
+
432
+ ---
433
+
434
+ ### Critical Gotchas
435
+
436
+ #### AlterIfDisabled Default
437
+ 1. **AlterIfDisabled=true by default** on Click, TypeInto, SetValue, SelectItem, Check - can interact with disabled/grayed controls unexpectedly
438
+
439
+ #### TypeInto Specifics
440
+ 2. **SimulateType CANNOT handle special keys** - fails validation if `[k(...)]` syntax detected
441
+ 3. **EmptyField uses hardcoded sequence**: `[k(end)d(shift)k(home)u(shift)k(del)]` - may fail for multi-line. **CRITICAL: EmptyField is silently ignored when SimulateType=true** - only works with hardware events and SendWindowMessages
442
+ 4. **DelayBetweenKeys max 1000ms** - validation error if exceeded
443
+ 5. **Activate=true by default** - may cause unwanted window switches
444
+
445
+ #### Selector Issues
446
+ 6. **Selector matching is fragile** - UI changes invalidate selectors
447
+ 7. **Placeholders** `{varName}` resolved at runtime - null variables cause failures
448
+ 8. **Closest matches** can return wrong element if multiple similar elements exist
449
+ 9. **Closest matches disabled in Exists** activity (returns false cleanly)
450
+
451
+ #### Click Specifics
452
+ 10. **SimulateClick cannot CLICK_DOUBLE with BTN_RIGHT or BTN_MIDDLE**
453
+ 11. **SimulateClick doesn't acquire input lock** - others do
454
+ 12. **CursorMotionType** affects how cursor moves (straight line, smooth, etc.)
455
+
456
+ #### Timing
457
+ 13. **Default timeout ~30,000ms** (30 seconds) across most activities
458
+ 14. **DelayBefore/DelayAfter are sequential** (Thread.Sleep internally)
459
+ 15. **WaitUiElementAppear adaptive polling**: 50ms -> 200ms -> 1000ms
460
+ 16. **Exists returns false instead of throwing** on timeout
461
+
462
+ #### Browser Scope
463
+ 17. **NewSession=true (default)** creates new browser process (slower but isolated)
464
+ 18. **NewSession=false** reuses existing browser (faster, shared state/cookies)
465
+ 19. **Private mode** may disable extensions/drivers
466
+ 20. **CommunicationMethod**: Native (UiPath driver) vs WebDriver (Selenium-based)
467
+
468
+ #### Window/Browser Scope Validation
469
+ 21. **Must set either Selector OR Window/Browser** - not both, not neither
470
+ 22. **If Window/Browser set, SearchScope cannot be set**
471
+
472
+ #### Image-Based Activities
473
+ 23. **Template matching** (not AI) - sensitive to resolution, brightness, minor UI changes
474
+ 24. **Slower than selector-based** - use only for unstable selectors
475
+
476
+ #### Error Handling
477
+ 25. **ContinueOnError=false by default** - exceptions thrown
478
+ 26. **Governance exceptions never suppressed** even with ContinueOnError=true
479
+
480
+ #### Additional Validated Gotchas
481
+ 27. **OpenBrowser defaults to IE** - BrowserType default is `BrowserType.IE`
482
+ 28. **Hover has fixed 1000ms duration** - hardcoded, not configurable
483
+ 29. **Default timeouts**: Timeout=30,000ms, DelayAfter=300ms, DelayBefore=200ms, OpenBrowser=60s
484
+ 30. **AlterIfDisabled NOT passed to node in hardware events mode for TypeInto** (but IS passed for Click) - inconsistent behavior
485
+ 31. **CursorMotionType.Smooth only works with hardware events** - has no effect with SimulateClick or SendWindowMessages
486
+ 32. **Data Scraping hardcodes ContinueOnError=true** - extraction failures produce empty DataTable, no error
487
+ 33. **SimulateClick MV3 workaround** - hidden project setting `EnableWorkaroundForSimulateClickMV3` (default false) needed for Chrome Manifest V3 extensions
488
+ 34. **Image OCR uses hardcoded 5-pixel offset** - can cause incorrect crops on small images
@@ -2,8 +2,8 @@
2
2
 
3
3
  Test design strategy, mock testing patterns, and debugging guidance for legacy UiPath workflows.
4
4
 
5
- For test assertion activity properties/XAML, see [activity-docs/Testing.md](./activity-docs/Testing.md).
6
- For test data file generation, see [test-data-guide.md](./test-data-guide.md).
5
+ Test assertion activity properties/XAML: [§ Testing Activities Reference](#testing-activities-reference) below.
6
+ Test data file generation: [§ Test Data Creation](#test-data-creation) below.
7
7
  For CLI debug command, see [cli-reference.md](./cli-reference.md).
8
8
 
9
9
  ---
@@ -78,7 +78,7 @@ Use these activities from `UiPath.Testing.Activities` to assert expected outcome
78
78
  2. **Use descriptive assertion messages** — `"Invoice amount should be positive"` not `"Test failed"`
79
79
  3. **Verify the OUTCOME, not the process** — check that the result is correct, not that specific activities were called
80
80
 
81
- See [activity-docs/Testing.md](./activity-docs/Testing.md) for activity properties, XAML syntax, and gotchas.
81
+ See [§ Testing Activities Reference](#testing-activities-reference) for activity properties, XAML syntax, and gotchas.
82
82
 
83
83
  ---
84
84
 
@@ -307,3 +307,246 @@ Tests can be organized into **Test Sets** in Orchestrator Test Manager:
307
307
  2. **Full regression can take longer** — but should complete within a release window
308
308
  3. **Test in an environment matching production** — same Orchestrator folder structure, same asset configuration
309
309
  4. **Version test data alongside workflows** — test Excel files and expected results in the same project
310
+
311
+ ---
312
+
313
+ ## Test Data Creation
314
+
315
+ How to create test data files and UiPath types for legacy workflow testing.
316
+
317
+ ---
318
+
319
+ ### Excel Test Data (COM-Compliant)
320
+
321
+ #### Using ExcelApplicationScope (Interop — .xls/.xlsx)
322
+
323
+ Create a DataTable in code, then write it via Excel Interop:
324
+
325
+ ```xml
326
+ <!-- Step 1: Build DataTable with InvokeCode -->
327
+ <ui:InvokeCode Code="
328
+ Dim dt As New DataTable()
329
+ dt.Columns.Add(&quot;Name&quot;, GetType(String))
330
+ dt.Columns.Add(&quot;Amount&quot;, GetType(Double))
331
+ dt.Columns.Add(&quot;Date&quot;, GetType(String))
332
+ dt.Columns.Add(&quot;Status&quot;, GetType(String))
333
+ dt.Rows.Add(&quot;Invoice-001&quot;, 1500.50, &quot;2024-01-15&quot;, &quot;Active&quot;)
334
+ dt.Rows.Add(&quot;Invoice-002&quot;, 2300.00, &quot;2024-02-20&quot;, &quot;Pending&quot;)
335
+ dt.Rows.Add(&quot;Invoice-003&quot;, 890.25, &quot;2024-03-10&quot;, &quot;Closed&quot;)
336
+ dt.Rows.Add(&quot;Invoice-004&quot;, 0, &quot;&quot;, &quot;Active&quot;)
337
+ dt.Rows.Add(&quot;Invoice-005&quot;, -100.00, &quot;2024-12-31&quot;, &quot;Error&quot;)
338
+ testData = dt" Language="VBNet">
339
+ <ui:InvokeCode.Arguments>
340
+ <scg:Dictionary x:TypeArguments="x:String, Argument">
341
+ <OutArgument x:TypeArguments="sd:DataTable" x:Key="testData">[dtTestData]</OutArgument>
342
+ </scg:Dictionary>
343
+ </ui:InvokeCode.Arguments>
344
+ </ui:InvokeCode>
345
+
346
+ <!-- Step 2: Write to Excel via ExcelApplicationScope -->
347
+ <!-- Use ExcelApplicationScope + ExcelWriteRange (Interop) for .xls/.xlsx -->
348
+ ```
349
+
350
+ #### Test data design principles
351
+ - Include edge cases: empty strings, zero values, negative numbers, special characters
352
+ - Include null/DBNull values to test null handling
353
+ - Mix data types per column to test type coercion
354
+ - Include dates in multiple formats to test parsing
355
+ - Include at least 5-10 rows for meaningful iteration testing
356
+
357
+ #### Using WriteCsvFile (Portable — no Excel needed)
358
+
359
+ ```xml
360
+ <!-- Write CSV then optionally convert to Excel -->
361
+ <ui:WriteCsvFile FilePath="[Path.Combine(Environment.CurrentDirectory, &quot;Data&quot;, &quot;test.csv&quot;)]"
362
+ DataTable="[dtTestData]" />
363
+ ```
364
+
365
+ ---
366
+
367
+ ### Top 10 File Types
368
+
369
+ | File Type | How to Create | Key Activity | Notes |
370
+ |-----------|--------------|-------------|-------|
371
+ | **Excel (.xls/.xlsx)** | `ExcelApplicationScope` + `ExcelWriteRange` | COM Interop | Use `.xls` for max legacy compat; `.xlsx` for modern |
372
+ | **CSV (.csv)** | `WriteCsvFile` or `Write Text File` | Portable | Set `Delimitator` explicitly; specify `"UTF-8"` encoding |
373
+ | **Text (.txt)** | `Write Text File` activity | System.IO | Use `Encoding="UTF-8"` for portability |
374
+ | **JSON (.json)** | `Serialize JSON` + `Write Text File` | WebAPI package | Build JObject/JArray in InvokeCode, serialize, write |
375
+ | **XML (.xml)** | Build XDocument in InvokeCode + `Write Text File` | System.Xml.Linq | Or use `Serialize XML` if available |
376
+ | **PDF (.pdf)** | Export from Excel/Word scope, or HTML string + wkhtmltopdf | Requires source app | No native PDF creation activity in legacy |
377
+ | **Word (.docx)** | `WordApplicationScope` + `Word Write Text` | COM Interop | Requires Word installed |
378
+ | **HTML (.html)** | `Write Text File` with HTML string content | String building | Build HTML in InvokeCode or Assign |
379
+ | **Email (.eml/.msg)** | `Save Mail Message` from mail activities | Mail package | Create MailMessage object first |
380
+ | **Config (.xlsx)** | REFramework pattern: Config.xlsx with Settings/Constants/Assets sheets | Excel Interop | See `_REFRAMEWORK.md` for sheet structure |
381
+
382
+ #### Creating JSON test data
383
+
384
+ ```vb
385
+ ' InvokeCode — build JSON string
386
+ Dim json As String = "{" & vbCrLf &
387
+ " ""name"": ""Test User""," & vbCrLf &
388
+ " ""amount"": 1500.50," & vbCrLf &
389
+ " ""items"": [""A"", ""B"", ""C""]" & vbCrLf &
390
+ "}"
391
+ output = json
392
+ ```
393
+
394
+ #### Creating XML test data
395
+
396
+ ```vb
397
+ ' InvokeCode — build XML string
398
+ Dim xml As String = "<?xml version=""1.0"" encoding=""UTF-8""?>" & vbCrLf &
399
+ "<Invoices>" & vbCrLf &
400
+ " <Invoice Id=""001"" Amount=""1500.50"" />" & vbCrLf &
401
+ " <Invoice Id=""002"" Amount=""2300.00"" />" & vbCrLf &
402
+ "</Invoices>"
403
+ output = xml
404
+ ```
405
+
406
+ ---
407
+
408
+ ### Top 10 UiPath Types
409
+
410
+ | Type | How to Create | Common Test Values | VB.NET Expression |
411
+ |------|--------------|-------------------|-------------------|
412
+ | **DataTable** | `Build Data Table` activity or InvokeCode | Headers + 5-10 rows, mixed types, nulls | `New DataTable()` |
413
+ | **String** | `Assign` / literal | `"test"`, `""`, `Nothing`, special chars `<>&"` | `"value"` |
414
+ | **Int32** | `Assign` / `CInt()` | `0`, `-1`, `Integer.MaxValue`, `Integer.MinValue` | `CInt("42")` |
415
+ | **Boolean** | `Assign` | `True`, `False` | `True` |
416
+ | **DateTime** | `Assign` / `DateTime.Parse()` | Today, epoch, future, `DateTime.MinValue` | `DateTime.Now` |
417
+ | **Dictionary(Of String, Object)** | InvokeCode or `Assign` | Config-style key-value pairs, nested objects | `New Dictionary(Of String, Object)` |
418
+ | **String()** (array) | `Assign` / `Split()` | Empty `{}`, single item, many items | `New String() {"a","b","c"}` |
419
+ | **SecureString** | `Get Credential` or InvokeCode | Test password strings | `New NetworkCredential("","pass").SecurePassword` |
420
+ | **MailMessage** | `Get Outlook Mail Messages` or InvokeCode | Email with To/Subject/Body/Attachments | `New System.Net.Mail.MailMessage()` |
421
+ | **QueueItem** | `Get Transaction Item` from Orchestrator | SpecificContent dictionary, Priority, Deadline | Requires Orchestrator queue |
422
+
423
+ #### Creating a test Dictionary (Config-style)
424
+
425
+ ```vb
426
+ ' InvokeCode
427
+ Dim config As New Dictionary(Of String, Object)
428
+ config("MaxRetryNumber") = 3
429
+ config("logF_BusinessProcessName") = "TestProcess"
430
+ config("OrchestratorQueueName") = "TestQueue"
431
+ config("ExcelFilePath") = "Data\Input\test.xlsx"
432
+ output = config
433
+ ```
434
+
435
+ #### Creating a test DataTable with edge cases
436
+
437
+ ```vb
438
+ ' InvokeCode
439
+ Dim dt As New DataTable()
440
+ dt.Columns.Add("Name", GetType(String))
441
+ dt.Columns.Add("Amount", GetType(Double))
442
+ dt.Columns.Add("IsActive", GetType(Boolean))
443
+
444
+ ' Normal rows
445
+ dt.Rows.Add("Alice", 100.50, True)
446
+ dt.Rows.Add("Bob", 0, False)
447
+
448
+ ' Edge cases
449
+ dt.Rows.Add("", -999.99, True) ' Empty name
450
+ dt.Rows.Add(DBNull.Value, DBNull.Value, DBNull.Value) ' All nulls
451
+ dt.Rows.Add("Special <>&""chars", 1E+15, True) ' Special chars, large number
452
+
453
+ testData = dt
454
+ ```
455
+
456
+ ---
457
+
458
+ ## Testing Activities Reference
459
+
460
+ ### Overview
461
+ Test assertions, data generation, document comparison, and test data queue management. Package: `UiPath.Testing.Activities`.
462
+
463
+ ---
464
+
465
+ ### Assertion Activities
466
+
467
+ | Activity | Purpose | Key Arguments |
468
+ |----------|---------|---------------|
469
+ | `VerifyExpression` | Assert boolean is true | Expression (bool), ContinueOnFailure (default true) |
470
+ | `VerifyExpressionWithOperator` | Compare two values | FirstExpression, SecondExpression, Operator |
471
+ | `VerifyRange` | Value within/outside range | Expression, LowerLimit, UpperLimit, VerificationType (IsWithin/IsNotWithin) |
472
+ | `VerifyControlAttribute` | Verify activity output | ActivityToTest, OutputArgument, Expression, Operator |
473
+
474
+ #### Comparison Operators
475
+ Equality (=), Inequality (<>), GreaterThan (>), GreaterThanOrEqual (>=), LessThan (<), LessThanOrEqual (<=), Contains, RegexMatch
476
+
477
+ ---
478
+
479
+ ### Document Comparison (NET5+)
480
+
481
+ | Activity | Purpose | Key Arguments |
482
+ |----------|---------|---------------|
483
+ | `ComparePdfDocuments` | Diff two PDFs | BaselinePath, TargetPath, ComparisonType (Line/Word/Character), Rules, IncludeImages |
484
+ | `CompareText` | Diff two strings | BaselineText, TargetText, ComparisonType, OutputFilePath (HTML) |
485
+ | `CreateComparisonRule` | Custom ignore rules | RuleName, ComparisonRuleType (Regex/Wildcard), Pattern, UsePlaceholder |
486
+
487
+ #### Comparison Output
488
+ - `Result` (bool): True if equivalent
489
+ - `Differences` (IEnumerable\<Difference\>): Each with Operation (Inserted/Deleted/Equal) and Text
490
+ - `SemanticDifferences`: AI analysis when InterpretDifferencesWithAutopilot=true
491
+
492
+ ---
493
+
494
+ ### Test Data Queue Activities
495
+
496
+ | Activity | Purpose | Key Arguments |
497
+ |----------|---------|---------------|
498
+ | `GetTestDataQueueItem` | Get next item | QueueName, MarkConsumed (default true) |
499
+ | `GetTestDataQueueItems` | Batch fetch with filter | QueueName, Status (All/OnlyConsumed/OnlyNotConsumed), Top, Skip |
500
+ | `NewAddTestDataQueueItem` | Add single item | QueueName, ItemInformation (Dict\<string, InArgument\>) |
501
+ | `BulkAddTestDataQueue` | Add from DataTable | QueueName, QueueItemsDataTable |
502
+ | `DeleteTestDataQueueItems` | Delete items | TestDataQueueItems (must have valid Ids) |
503
+ | ~~`AddTestDataQueueItem`~~ | **OBSOLETE** | Use NewAddTestDataQueueItem instead |
504
+
505
+ ---
506
+
507
+ ### Test Data Generation
508
+
509
+ | Activity | Output | Key Arguments |
510
+ |----------|--------|---------------|
511
+ | `RandomString` | string | Case (Lower/Upper/Camel/Mixed), Length (default 10) |
512
+ | `RandomNumber` | decimal | Min, Max, Decimals (default 0) |
513
+ | `RandomDate` | DateTime | MinDate, MaxDate |
514
+ | `RandomValue` | string | FilePath (one value per line, random selection) |
515
+ | `GivenName` | string | (from predefined list) |
516
+ | `LastName` | string | (from predefined list) |
517
+ | `Address` | Dict\<string, string\> | Country, City (both hidden in designer) |
518
+
519
+ ---
520
+
521
+ ### Critical Gotchas
522
+
523
+ #### Assertions
524
+ 1. **ContinueOnFailure=true by default in designer activities** - assertions don't stop workflow; set to false for strict testing. **Note**: Coded workflow API defaults to `false` (opts?.ContinueOnError ?? false)
525
+ 2. **Screenshot capture** available on both success and failure (separate flags, both default false)
526
+ 3. **VerifyControlAttribute cannot be nested** inside another VerifyControlAttribute
527
+ 4. **Type compatibility validated at CacheMetadata** - incompatible types cause design-time errors
528
+ 5. **RegexMatch operator** uses full .NET regex engine
529
+
530
+ #### Document Comparison
531
+ 6. **ComparePdfDocuments creates visual diff PDFs** - `{filename}_result.pdf` for both baseline and target
532
+ 7. **CompareText creates HTML diff report** at OutputFilePath (default "differences.html")
533
+ 8. **Rules (regex/wildcard)** allow ignoring dynamic content (dates, IDs)
534
+ 9. **Semantic analysis (Autopilot)** provides AI explanation separate from byte-level diff
535
+
536
+ #### Test Data Queues
537
+ 10. **Requires Orchestrator** - all queue operations go through IOrchestratorService
538
+ 11. **MarkConsumed=true** prevents item from being returned again
539
+ 12. **Batch fetch max 1000** items per internal API call
540
+ 13. **Top=0 treated as null** (no limit)
541
+ 14. **Delete requires valid Ids** - items must be previously retrieved
542
+ 15. **BulkAdd DataTable columns must be unique** - throws InvalidArgumentsException
543
+ 16. **Queue items stored as JSON** in Orchestrator
544
+
545
+ #### Test Data Generation
546
+ 17. **RandomValue reads from file** - file must exist with line-delimited values
547
+ 18. **Address Country/City inputs hidden in designer** but available programmatically
548
+ 19. **RandomDate validates MinDate < MaxDate** (skipped for expression arguments)
549
+
550
+ #### Misc
551
+ 20. **AttachDocument** uploads file to Orchestrator as test evidence
552
+ 21. **CoverageMergeActivity is internal** (Browsable=false) - for test framework infrastructure only