@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
@@ -0,0 +1,47 @@
1
+ ---
2
+ confidence: medium
3
+ ---
4
+
5
+ # Maximum Consecutive System Exceptions Reached
6
+
7
+ ## Context
8
+
9
+ A job (typically REFramework or any retry-looping process) aborts after hitting its consecutive-System-Exception ceiling. **The message is a symptom, not the root cause** — the real fault is the underlying System Exception that recurs on every transaction until the threshold trips.
10
+
11
+ What this looks like:
12
+ - `The maximum number of consecutive system exceptions was reached. Consecutive retry number: <N>`
13
+ - Job Faulted after processing 0 (or very few) transactions successfully
14
+ - The SAME underlying exception appears N times in the logs just before the abort line
15
+ - Common in REFramework processes where a system-level dependency is broken
16
+
17
+ What can cause it (the underlying recurring exception):
18
+ - A broken selector / UI change — `SelectorNotFoundException` on the same activity every transaction
19
+ - An application that fails to launch or is not in the expected state
20
+ - A down/unreachable dependency (database, API, network share, Orchestrator asset/queue)
21
+ - Credential/permission failure repeated per transaction
22
+
23
+ The threshold itself (`MaxConsecutiveSystemExceptions` in REFramework `Config.xlsx` / an asset) only decides *how many* failures before giving up — it does not cause the failure.
24
+
25
+ ## Investigation
26
+
27
+ 1. Get the failing job and confirm the abort signature:
28
+ `uip or jobs get <job-key> --output json` — `Info` = "maximum number of consecutive system exceptions was reached".
29
+ 2. **Find the underlying recurring exception** — this is the real target:
30
+ `uip or jobs logs <job-key> --level Error --output json` — look at the errors BEFORE the "max consecutive" line. The same System Exception (type + activity) repeated N times is the root cause.
31
+ 3. Confirm the repeated failing activity in traces:
32
+ `uip or jobs traces <job-key> --output json` — the same activity Faulted across consecutive transactions.
33
+ 4. Classify it: is the recurring error a **System** exception (environment/UI/dependency — retried and counted) or a mis-classified **Business** exception? Business rule violations should be thrown as `BusinessRuleException` so they do not consume the system-exception budget.
34
+
35
+ ## Resolution
36
+
37
+ - **Fix the underlying recurring System Exception** — that is the root cause. Examples:
38
+ - Broken selector → re-indicate the element / use Object Repository / add a reliable anchor; add `Check State` before the action.
39
+ - App not in expected state → fix the init/launch sequence; add `Activate`/wait-for-ready.
40
+ - Down dependency → restore/repoint the database/API/share; verify the asset/credential.
41
+ - **Do NOT just raise `MaxConsecutiveSystemExceptions`** — a higher threshold only delays the same abort while burning more attempts. Raise it only after the underlying fault is fixed and you have a legitimate reason to tolerate more transient failures.
42
+ - **Re-classify mis-typed exceptions** — throw genuine business-rule violations as `BusinessRuleException` so they route to the business-exception path instead of the system-exception counter.
43
+ - **Rerun** after fixing the underlying exception.
44
+
45
+ Prevention:
46
+ - Treat "max consecutive system exceptions" as an alert to investigate the *first* recurring exception, not as the fault itself.
47
+ - Keep System vs Business exception classification correct so the counter reflects real environmental failures.
@@ -14,37 +14,37 @@ What this looks like:
14
14
  - Crucially, there is **NO** Windows logon-failure/locked/RDP-refused signature: no `Logon failed for user`, no `account is locked`, no `RDP connection failed`, no `0x0000052E` / `0x00000775` / `0x00000532` / `Last error: 131092`. A pure timeout, not an LSA verdict.
15
15
  - Often intermittent — a re-run of the same job on the same machine may succeed.
16
16
 
17
- What can cause it (pick the branch from evidence):
17
+ What can cause it — session creation legitimately took longer than the timeout window. Common drivers:
18
18
 
19
- 1. **Known Robot defect on versions earlier than 23.10** (primary documented cause) — a session-creation defect in the Robot times out even on a healthy host; the fix shipped in the Robot 23.10 release. Fingerprint: the executing Robot's version is **< 23.10** AND the host is otherwise healthy (no resource saturation, interactive logon is not abnormally slow). Confirm the exact fixed version against the KB (see Investigation step 5) — the minor-version threshold can move.
20
- 2. **Slow interactive Windows logon on the host** — a heavy roaming/mandatory profile, synchronous GPO processing, logon scripts, or real-time AV scanning delays session creation past the timeout. Fingerprint: Robot version **≥ 23.10**, and interactive logon on the host is observably slow for humans too.
21
- 3. **Host resource exhaustion** — CPU/RAM/session saturation on the target machine prevents timely session creation. Fingerprint: host metrics show saturation around the fault time.
19
+ 1. **Slow interactive Windows logon on the host** — a heavy roaming/mandatory profile, synchronous GPO processing, logon scripts, or real-time AV scanning delays session creation past the timeout. Interactive logon on the host is observably slow for humans too.
20
+ 2. **Host resource exhaustion** — CPU/RAM/session saturation on the target machine prevents timely session creation; host metrics show saturation around the fault time.
21
+ 3. **Infrastructure / network latency** — slow domain-controller reachability, profile-share latency, or general network/server performance between the Robot and the resources session creation needs.
22
+
23
+ > **Not a Robot-version defect.** There is no documented Robot version that "fixes" this error and no version below which it is inherent — the UiPath KB attributes it to host resources, Robot/Orchestrator configuration, and infrastructure latency, and it is reported across current Robot versions. Do NOT diagnose it as "upgrade the Robot to version X." Check the Robot version only as general hygiene, never as the cause.
22
24
 
23
25
  What to look for:
24
26
  - Exact `Info` / robot-log wording — `Creating user session timed out` with NO logon-failed/locked/RDP-failed code (this is what separates it from `job-faulted-logon-failure.md`).
25
27
  - Job entered **Running** and then Faulted after ~the timeout window (separates it from Pending / no-host).
26
- - The Robot version installed on the executing machine (`machines list` → `robotVersions[].version`).
27
- - Whether the host is healthy — other jobs/users create sessions on the same machine around the same time.
28
-
29
- **Discriminator vs [job-faulted-logon-failure.md](./job-faulted-logon-failure.md):** both start with `Could not start executor`. That playbook covers an active LSA **rejection** — a Windows code (`0x000005..`), `Logon failed`, `account is locked`, or `RDP connection failed`. This playbook is the **timeout** case: `Creating user session timed out` with none of those codes. If the log carries a `0x000005..` code or `Logon failed`, route to `job-faulted-logon-failure.md`, not here.
28
+ - Host health — CPU/RAM/session pressure at the fault time, and whether interactive logon on the host is slow for humans too.
29
+ - Whether the failure is intermittent (a retry sometimes succeeds) — consistent with a host/latency margin problem, not a hard fault.
30
30
 
31
31
  ## Investigation
32
32
 
33
33
  1. **Get the faulted job** — `uip or jobs get <job-key> --output json`. Capture `State`, `Info`, `StartTime`, `EndTime` (duration ≈ session-creation timeout), `HostMachineName`, `RuntimeType`. Confirm `Info` contains `Could not start executor. Creating user session timed out.` and carries **no** logon-failure code.
34
34
  2. **Get error logs** — `uip or jobs logs <job-key> --level Error --output json`. Confirm the robot-service entry attributes the fault to a session-creation timeout, not an LSA logon rejection.
35
35
  3. **Confirm it entered Running** — `uip or jobs history <job-key> --output json`. A Pending → Running → Faulted transition rules out the no-host / stuck-Pending playbooks (the job was dispatched and started; session creation is what timed out).
36
- 4. **Identify the Robot version on the executing machine** — `uip or machines list --output json` (add `--all-fields` if the version is not in the default projection). Read `robotVersions[].version` for the machine/template that ran the job (correlate on `HostMachineName`).
37
- - Version **< 23.10** AND host otherwise healthy → **cause 1** (known Robot defect). Stop.
38
- - Version **≥ 23.10** → the version defect is ruled out; investigate host-side session latency (cause 2) or resource exhaustion (cause 3) from host logs/metrics. These are host evidence outside the `uip` surface — report what the runtime data supports and hand the host checks to the user.
39
- 5. **(Optional) Corroborate the known issue** — `uip docsai ask "Could not start executor Creating user session timed out Robot version" --source technical_solution_articles`. Use to confirm the exact fixed Robot version and any documented workaround. An empty KB result is not disconfirming — the version evidence in step 4 is load-bearing.
36
+ 4. **Assess host health and logon latency** — the root sub-cause lives on the host, outside the `uip` surface. Establish from the host/customer: CPU/RAM/session saturation around the fault time, whether interactive logon for a human on that host is abnormally slow (heavy profile / GPO / logon scripts / AV), and any network / DC / profile-share latency. Correlate `HostMachineName` with `uip or machines list --output json` only to identify the host and confirm the Robot is on a supported version (hygiene) — the version is **not** the cause.
37
+ 5. **(Optional) Corroborate the remediation** — `uip docsai ask "Could not start executor Creating user session timed out UIPATH_SESSION_TIMEOUT" --source technical_solution_articles`. Confirms the documented `UIPATH_SESSION_TIMEOUT` workaround and the host-side causes. An empty KB result is not disconfirming.
40
38
 
41
39
  ## Resolution
42
40
 
43
- Map the branch from Investigation to the fix:
41
+ Two parts: give session creation enough time, and remove the host-side latency that pushed it past the limit.
42
+
43
+ - **Raise the session-creation timeout — set the `UIPATH_SESSION_TIMEOUT` environment variable** on the Robot host to a higher value in seconds (the documented workaround; e.g. `300`–`500`), so a legitimately slow session creation completes instead of being cut off. This is the direct remediation for the timeout itself.
44
+ - **Reduce interactive-logon latency on the host** — trim the roaming/mandatory profile, make GPO/logon-script processing lighter or asynchronous, and exclude the Robot working directories from synchronous AV scanning.
45
+ - **Relieve host resource pressure** — reduce concurrent slots, add CPU/RAM/capacity, or move the workload so the session can be created within the window; use the `Kill Processes` activity to close leftover apps that accumulate and saturate the host.
46
+ - **Address infrastructure latency** — check domain-controller reachability, profile-share performance, and network health between the Robot and the resources session creation needs.
47
+ - **Interim:** a re-run sometimes succeeds when the host is momentarily less loaded — a stopgap only; raising `UIPATH_SESSION_TIMEOUT` and relieving the host is the durable fix.
48
+ - Do **not** treat this as a Robot-version defect — upgrading the Robot is not the documented fix and will not resolve a host-latency / resource cause.
44
49
 
45
- - **Cause 1 — Robot version < 23.10:**
46
- - Upgrade the Robot on the executing machine(s) to **23.10 or later** (the release that fixes the session-creation-timeout defect). Verify the exact fixed version via the KB (Investigation step 5) before committing the target version.
47
- - Interim mitigation: **re-run the job** — the timeout is intermittent on the affected versions, so a retry often succeeds while the upgrade is scheduled.
48
- - Prevention: keep unattended Robots on a supported/patched version; standardize the Robot version across the machine template so one stale host cannot reintroduce the defect.
49
- - **Cause 2 — Slow interactive logon:** reduce logon latency on the host — trim the roaming/mandatory profile, make GPO/logon-script processing lighter or asynchronous, exclude the Robot working directories from synchronous AV scanning. Where supported, raise the session-creation timeout to cover a legitimately slow logon.
50
- - **Cause 3 — Host resource exhaustion:** relieve CPU/RAM/session pressure on the target machine (reduce concurrent slots, add capacity, or move the workload) so the session can be created within the timeout.
50
+ Source: UiPath KB — "How To Troubleshoot The Error 'Could Not Start Executor. Creating User Session Timed Out'" (host resources / Robot-Orchestrator configuration / infrastructure latency; `UIPATH_SESSION_TIMEOUT` workaround, `Kill Processes`, RDS session-limit GPO).
@@ -0,0 +1,47 @@
1
+ ---
2
+ confidence: medium
3
+ ---
4
+
5
+ # Could Not Retrieve Result — Output Too Large / Malformed Output Arguments
6
+
7
+ ## Context
8
+
9
+ A job runs to the end of its workflow but faults at the very last step because the executor cannot return its result to Orchestrator: the `OutputArguments` payload is too large (or non-serializable) for the result message channel. The work often completed — only the hand-back failed.
10
+
11
+ What this looks like:
12
+ - `Could not retrieve the result of the job execution. This might be because a message was too large to process.`
13
+ - Job state Faulted, but `jobs traces` shows every activity Succeeded and the workflow reached its end
14
+ - `OutputArguments` on `jobs get` is empty, truncated, or malformed
15
+ - More likely on processes that return bulk data (DataTables, byte arrays, large strings/JSON) as output arguments
16
+
17
+ What can cause it:
18
+ - A large `DataTable`, `List`, byte[]/file content, or big string/JSON returned as an **OutputArgument** — the result message exceeds the channel limit
19
+ - A non-serializable or cyclic object set as an output argument
20
+ - (Also a Robot defect on some older versions that was later fixed — version-sensitive)
21
+
22
+ What to look for:
23
+ - The process's declared output arguments (`project.json` `entryPoints[].output`, or the Main workflow's `Out_*` arguments) — is any of them a bulk type?
24
+ - `jobs traces`: did the workflow actually finish? (If yes, the failure is result hand-back, not workflow logic.)
25
+ - Whether the same process succeeds when its output payload is small (few rows) and fails when large
26
+
27
+ ## Investigation
28
+
29
+ 1. Get the failing job and read `Info` + `OutputArguments`:
30
+ `uip or jobs get <job-key> --output json` — the `Info` names the result-retrieval failure; `OutputArguments` is empty/truncated.
31
+ 2. Confirm the workflow actually completed (distinguishes hand-back failure from a mid-run fault):
32
+ `uip or jobs traces <job-key> --output json` — all activities Succeeded, execution reached the end.
33
+ 3. Read logs for the point of failure:
34
+ `uip or jobs logs <job-key> --level Error --output json` — work-complete logs followed by the result-retrieval error.
35
+ 4. Inspect the process output-argument definition in the project source: `project.json` `entryPoints[].output` (or the Main `.xaml` `Out_*` arguments). Identify the bulk output argument.
36
+
37
+ ## Resolution
38
+
39
+ - **Move bulk data out of output arguments.** Do not return large DataTables, collections, files, or big JSON/strings as `OutputArguments`. Instead write the payload to a **Storage Bucket**, **Queue**, or **Data Fabric** entity inside the workflow and return only a small **reference** (bucket key, file path, queue reference, or record ID) as the output argument. The parent/caller reads the payload from that reference.
40
+ - **Trim or paginate** the returned data if a reference pattern is not viable — return only the fields/rows the caller needs.
41
+ - **Ensure output types are serializable** — replace non-serializable/cyclic objects with plain DTOs or a serialized reference.
42
+ - **Update the Robot** to a current version if the payload is genuinely small (rules in the version-specific known-issue path), then rerun.
43
+ - **Rerun** the job after applying the fix.
44
+
45
+ Prevention:
46
+ - Treat `OutputArguments` as a control channel, not a data channel — pass references, not payloads.
47
+ - Cap output-argument size in design review; route bulk results through storage/queues.
@@ -0,0 +1,55 @@
1
+ ---
2
+ confidence: medium
3
+ ---
4
+
5
+ # Job Stopped — Unexpected Exit Code (Generic, non-0x40010004)
6
+
7
+ ## Context
8
+
9
+ A job faults with `Job stopped with an unexpected exit code: <code>` where the code is an **OS/CLR process exit code**, not a UiPath error. These are the executor process's raw exit status — the real fault is upstream (an unhandled exception, a native crash, a session teardown). When an exception escapes to the process boundary with no top-level handler, the job `Info` and error logs can carry only this exit code while the real exception stays in the execution traces. The diagnostic job is to recover the real cause, not stop at the code.
10
+
11
+ > `0x40010004` (`DBG_TERMINATE_PROCESS`) has its own playbook — the executor was killed externally. See `job-stopped-exit-code-0x40010004.md`. This playbook covers the other codes.
12
+
13
+ What this looks like:
14
+ - `System.Exception: Job stopped with an unexpected exit code: 0xE0434352`
15
+ - `... 0xC0000005`
16
+ - `... 0xC000026B`
17
+ - `... 0x00000001` / `... 0xFFFFFFFF` / `... 0x00000033`
18
+ - Job state Faulted; the workflow's own logs may stop abruptly with no handled-exception entry
19
+ - The job `Info`/error logs may carry only the exit code when no top-level handler logged the exception before the process exited
20
+
21
+ Code → meaning (map the code first):
22
+ - **`0xE0434352`** — CLR unhandled exception (`.NET` managed exception escaped to the process boundary). The real fault is an unhandled exception inside the workflow. **Most common.**
23
+ - **`0xC0000005`** — `STATUS_ACCESS_VIOLATION`; a native component crashed (Excel/Office COM interop, a native UIAutomation/driver, an unmanaged library). Not a managed exception.
24
+ - **`0xC000026B`** — `STATUS_DLL_INIT_FAILED_LOGOFF`; the process was terminated during Windows logoff/shutdown — the session ended under the job (cross-reference session-teardown / RDP-drop).
25
+ - **`0x00000001` / `0xFFFFFFFF` / `0x00000033`** — generic non-zero process exit; the executor died without a clean UiPath fault. Carries little signal by itself — recover the real error from traces/logs.
26
+
27
+ What can cause it:
28
+ - An unhandled exception in the workflow (no Try/Catch at the top level) — surfaces as `0xE0434352`
29
+ - A native crash in a COM/UIAutomation/driver component — `0xC0000005`
30
+ - The Windows session ending mid-run (logoff, shutdown, RDP drop) — `0xC000026B`
31
+ - Any of the above escaping to the process boundary with no top-level handler, so only the exit code is logged and the exception detail is left in traces
32
+
33
+ ## Investigation
34
+
35
+ 1. Get the failing job and read the exact code from `Info`:
36
+ `uip or jobs get <job-key> --output json` — extract the `0x...` code and map it above. Note `RuntimeType`, `HostMachineName`, `StartTime`/`EndTime`.
37
+ 2. Recover the **real** error — do not stop at the code. Pull job traces (the executor records the underlying activity/exception even when the job surfaces only the OS code):
38
+ `uip or jobs traces <job-key> --output json` — look for the last executed activity and any exception detail (e.g. `NullReferenceException`, `KeyNotFoundException`, a COM `HRESULT`). Redirect to a file and read back only the error/activity entries.
39
+ 3. Read error logs for a managed stack trace that preceded the exit:
40
+ `uip or jobs logs <job-key> --level Error --output json`.
41
+ 4. Confirm the host Robot is on a supported/current version to rule out a known robot-build defect (general hygiene):
42
+ correlate `HostMachineName` with `uip or machines list --output json`. The exit code is produced by the unhandled exception itself, not the robot version — do not expect a version bump to reveal the exception; recover it from traces (step 2).
43
+ 5. For `0xC000026B`: check `uip or jobs history <job-key>` and the host for a logoff/shutdown at the failure timestamp (session teardown, not a workflow bug).
44
+
45
+ ## Resolution
46
+
47
+ - **`0xE0434352` (unhandled .NET exception) — primary path:** the code is a symptom; fix the underlying unhandled exception surfaced in step 2/3. Add top-level exception handling (Global Exception Handler or a top-level Try/Catch) so the real error is logged instead of collapsing to an OS code.
48
+ - **`0xC0000005` (access violation):** a native component crashed — identify it from the last activity in traces (commonly Excel/Office COM interop or a UIAutomation driver). Update the offending activity package / Office / driver, ensure the interop dependency is installed on the host, and prefer non-COM alternatives where available.
49
+ - **`0xC000026B` (terminated during logoff):** the session ended under the job — keep the unattended session stable (do not log off the target user while jobs are scheduled; use Login to Console / a dedicated unattended user). Rerun. If it recurs, treat as a session-stability problem, not a workflow bug.
50
+ - **`0x00000001` / `0xFFFFFFFF` / `0x00000033` (generic non-zero exit):** these carry little signal alone. Recover the real error from traces/logs (step 2/3); if none is captured, **add a Global Exception Handler / top-level Try-Catch** so the next run logs the exception type and stack instead of collapsing to the raw code, then rerun and diagnose the exception it reports.
51
+
52
+ Prevention:
53
+ - Ship a Global Exception Handler so unhandled exceptions are logged with a stack trace instead of collapsing to an OS code.
54
+ - Keep robots on a current, supported version as general fleet hygiene.
55
+ - Keep host prerequisites (Office/COM, drivers) patched to avoid native crashes.
@@ -0,0 +1,40 @@
1
+ ---
2
+ confidence: medium
3
+ ---
4
+
5
+ # Known-Issue Robot Defect — Match Before Root-Causing
6
+
7
+ ## Context
8
+
9
+ Some `Could not start executor` faults are **documented known Robot defects** already fixed in a specific Robot version — not a configuration problem to root-cause. When a fault's signature matches a known issue, the fastest resolution is: correlate with the customer-portal known-issues feed, check the host's Robot version, and upgrade to the fix version. Do not burn an investigation on a bug that is already fixed.
10
+
11
+ What this looks like — signatures commonly tied to known Robot defects:
12
+ - `Could not start executor. Could not find a part of the path 'C:\Windows\TEMP\UiPath\CredProvider'.` — known defect on builds up to **23.4.9 / 23.10.8 / 24.10.4**, fixed in **23.4.11 / 23.10.10 / 24.10.7** (UiPath KB 799589). Cause: the Robot stores Credential Provider logs under `C:\Windows\TEMP\UiPath\CredProvider`, a TEMP location that can be cleaned up mid-run; the fix relocates these logs to `%programdata%`.
13
+ - `Could not start executor. ERROR_INVALID_PARAMETER=0x00000057 : The parameter is incorrect.` — known issue, robot-version-sensitive
14
+ - `Rdp connection failed ... Last error: 131085` / `... 65548` — RDP-transport codes that, when they recur, are often known Robot/RDP-stack defects (distinct from the credential-side RDP handling in `job-faulted-logon-failure.md`)
15
+ - Faults that appear only below a certain Robot version and vanish after upgrade
16
+
17
+ What can cause it:
18
+ - A defect in the Robot/executor build on the host, corrected in a later release
19
+ - Host running an outdated Robot version that predates the fix
20
+
21
+ ## Investigation
22
+
23
+ 1. Get the failing job and capture the exact `Info` signature + code:
24
+ `uip or jobs get <job-key> --output json`.
25
+ 2. Identify the Robot version on the host:
26
+ `uip or machines list --output json` — read the template/host Robot version. Correlate with `HostMachineName` from the job.
27
+ 3. **Correlate with known issues** — check the customer-portal known-issues feed (https://customerportal.uipath.com/known-issues/) for a matching signature and its fix version. If the running version predates the fix version, this is the known defect.
28
+ 4. Rule out a live config cause: if the signature is NOT in the known-issues feed and the Robot is already current, treat it as a real fault and fall back to the matching `Could not start executor` playbook (logon / session / credential-store) instead.
29
+
30
+ ## Resolution
31
+
32
+ - **Signature matches a known issue AND the host Robot predates the fix version:** upgrade the Robot on the affected host(s) to the fix version (e.g. ≥ 23.10.10 for the `CredProvider` path defect on the 23.10 line), then rerun. No further root-causing needed — the defect is in the Robot build.
33
+ - **CredProvider path (`C:\Windows\TEMP\UiPath\CredProvider`):** fixed in 23.4.11 / 23.10.10 / 24.10.7 (UiPath KB 799589) — upgrade the Robot to the fix version on the host's release line.
34
+ - **`ERROR_INVALID_PARAMETER` / `0x00000057`:** if it matches a known issue for the running version, upgrade; otherwise rerun once (some occurrences are transient) and escalate with the job evidence if it persists.
35
+ - **RDP `131085` / `65548`:** if recurring and matching a known RDP-stack issue for the version, upgrade the Robot; also verify RDP session stability on the host (see `job-faulted-session-console-contention.md`).
36
+ - **No matching known issue / already on the fix version:** do NOT treat as a known defect — fall back to the specific `Could not start executor` playbook (logon, session/console, or credential-store) for a real root cause.
37
+
38
+ Prevention:
39
+ - Keep robots on a current, patched version — most executor-start defects are fixed in later releases.
40
+ - Before deep-diagnosing a `Could not start executor` fault, spend 2 minutes matching it against the known-issues feed + the host Robot version; a known-and-fixed defect is a version bump, not an investigation.
@@ -0,0 +1,45 @@
1
+ ---
2
+ confidence: medium
3
+ ---
4
+
5
+ # Platform Incident Correlation — Many Jobs Fault at Once
6
+
7
+ ## Context
8
+
9
+ Applies to **any** job type (RPA, Agent, Maestro, AgentHub, API Workflow). When a burst of failures hits **multiple unrelated processes across multiple folders in a tight time window** — especially with infrastructure-flavored errors and often self-recovering — the cause is usually a **UiPath platform incident**, not a bug in any one automation. Chasing a single job's root cause here wastes the investigation.
10
+
11
+ What this looks like (the fan-out fingerprint):
12
+ - Many DISTINCT processes / DIFFERENT folders fault inside a short window (minutes), not one process failing repeatedly
13
+ - Infrastructure-flavored errors, e.g.:
14
+ - `503 Service Unavailable` / `The remote server returned an error: (503)`
15
+ - `Could not obtain the user token from Orchestrator`
16
+ - `connection reset` / gateway / timeout talking to Orchestrator or a shared service
17
+ - Failures start and stop together; jobs succeed again after the window
18
+ - No common automation dependency links the affected processes
19
+
20
+ What can cause it:
21
+ - A UiPath cloud/Orchestrator platform incident (identity, gateway, storage, or regional outage)
22
+ - A tenant-wide dependency blip (Identity Server, LLM Gateway, Integration Service)
23
+
24
+ Do NOT mistake this for: a single automation's logic bug, one robot's credential problem, or one machine's session issue — those are scoped to one process/robot/folder, not fanned out across many.
25
+
26
+ ## Investigation
27
+
28
+ 1. Establish the fan-out — list faulted jobs across folders in the reported window:
29
+ `uip or jobs list --state Faulted --output json` (cross-folder; add `--created-after/--created-before` to bound the window). Count DISTINCT `ProcessName` / `FolderName`. Many unrelated automations in a tight window ⇒ suspect platform.
30
+ 2. Confirm the error shape on a sample:
31
+ `uip or jobs get <job-key> --output json` on two or three of the affected jobs — infrastructure errors (503 / token / gateway), not automation-logic exceptions, and different processes carrying the SAME class of error.
32
+ 3. Correlate with platform status:
33
+ - Check **status.uipath.com** for a reported incident overlapping the failure window (region/service).
34
+ - Check the customer-portal **known-issues** feed for a matching active issue.
35
+ 4. Rule out a shared automation dependency: if all affected processes DO share one dependency (same queue, same connection, same asset), that shared dependency — not a platform incident — may be the cause; investigate it instead.
36
+
37
+ ## Resolution
38
+
39
+ - **If a platform incident overlaps the window:** do NOT debug the individual automations. Monitor status.uipath.com for resolution, rerun the affected jobs after the incident clears, and — if the incident is not already listed — report it via the customer portal with the correlated job evidence (timestamps, affected processes, error text). Communicate to stakeholders that this is a platform-side outage, not an automation defect.
40
+ - **If NO incident is listed but the errors are infrastructure-type and fanned out:** escalate to UiPath Support with the correlated evidence (the cross-folder fault list + sample errors + window) rather than filing per-automation bugs.
41
+ - **If the failures actually share one automation dependency:** drop the platform hypothesis and investigate that dependency (queue/connection/asset) with the relevant playbook.
42
+
43
+ Prevention:
44
+ - Alert on cross-folder fault bursts (N distinct processes faulting within a short window) — this is the platform-incident signal.
45
+ - Build rerun/resume handling so jobs caught in a transient platform outage can be replayed cleanly after recovery.
@@ -0,0 +1,43 @@
1
+ ---
2
+ confidence: medium
3
+ ---
4
+
5
+ # Screen Capture Failed — Win32 "The handle is invalid" (no interactive desktop)
6
+
7
+ ## Context
8
+
9
+ A screen-surface activity (Take Screenshot, image-based / Computer Vision capture, `CopyFromScreen`) throws a Win32 exception because there is **no valid interactive desktop to capture** — the unattended session has no live console/RDP surface, or the session was disconnected/locked while the job ran. GDI screen capture needs a real, active desktop; without one, the handle is invalid.
10
+
11
+ What this looks like:
12
+ - `System.ComponentModel.Win32Exception (6): The handle is invalid. at System.Drawing.Graphics.CopyFromScreen(...)`
13
+ - Faults at a screenshot / image-capture / screen-scrape step, not at job start
14
+ - Happens on unattended runs, disconnected RDP sessions, or locked/minimized sessions — and typically NOT when a human is watching the session live
15
+ - Intermittent: works when the session is active/connected, fails when it is not
16
+
17
+ What can cause it:
18
+ - **Unattended robot attached to the physical console (`LoginToConsole` = Yes) with no interactive console logon** — the machine's single physical console session has no rendered desktop to capture. (Login to Console = **No** is the recommended unattended config: the robot opens its own RDP session with a live desktop.)
19
+ - **RDP session disconnected / logged off** mid-run — the desktop surface went away under the job
20
+ - **Session locked / screensaver / minimized** — the desktop is not renderable for capture
21
+ - Occasionally a Robot/driver defect (see `known-issue-robot-defect.md` — check version)
22
+
23
+ ## Investigation
24
+
25
+ 1. Get the failing job and read the exception:
26
+ `uip or jobs get <job-key> --output json` — `Info` shows the `Win32Exception (6): The handle is invalid` at `CopyFromScreen`.
27
+ 2. Find the failing activity in traces:
28
+ `uip or jobs traces <job-key> --output json` — the screenshot / image-capture activity Faulted; prior non-screen activities succeeded.
29
+ 3. Check the robot user's session configuration:
30
+ `uip or users get <user-key> --output json` — `LoginToConsole` (**true** ⇒ the robot attaches to the machine's single physical console session; with no interactive logon there, it has no rendered desktop. **false** ⇒ the robot opens its own RDP session with a desktop — the recommended unattended setting) and whether this is an unattended user expected to have its own session.
31
+ 4. Check session stability around the failure: whether an RDP session was disconnected/logged off or the host locked at the failure timestamp (job history + host events).
32
+
33
+ ## Resolution
34
+
35
+ - **Unattended run with no session surface (`LoginToConsole` = Yes on a host with no interactive console logon):** set **Login to Console = No** for the unattended user (Orchestrator → Tenant → Users/Robots → Execution Settings) so the Robot opens its own RDP session with a real desktop, then rerun. Login to Console = Yes attaches to the machine's single physical console, which has no rendered desktop unattended and is not recommended.
36
+ - **RDP session disconnected/logged off:** keep the session alive — do not log off or "X" out of the RDP window (use Disconnect deliberately, or run via Login to Console). Ensure the session stays connected for the duration of screen-surface work.
37
+ - **Session locked / minimized:** prevent lock/screensaver on the robot host during unattended runs; ensure the target window is activated (`Activate`) before capture.
38
+ - **Design alternative:** avoid raw full-screen `CopyFromScreen` in headless contexts — prefer element-scoped capture, or capture a specific window/UI element rather than the whole desktop.
39
+ - **If it persists on a current session with a live desktop:** check the Robot version against known issues (`known-issue-robot-defect.md`) — a driver/build defect can also surface as an invalid handle.
40
+
41
+ Prevention:
42
+ - For any unattended automation that takes screenshots or uses image-based/CV activities, guarantee a live interactive session — set Login to Console = No so the robot maintains its own RDP session with a desktop; do not rely on the physical console for unattended capture.
43
+ - Keep RDP sessions connected and unlocked for the duration of screen-surface steps.
@@ -0,0 +1,43 @@
1
+ ---
2
+ confidence: medium
3
+ ---
4
+
5
+ # Serverless Automation Cannot Be Started — License / Quota Exceeded
6
+
7
+ ## Context
8
+
9
+ A **serverless** (cloud robot, `RuntimeType` Serverless / `runtimetype = 9`) job fails to start with one of:
10
+
11
+ ```
12
+ Automation cannot be started. Your user's monthly Personal Automation quota has been exceeded.
13
+ Automation cannot be started. Your user's assigned Robot Units have been exceeded.
14
+ Automation cannot be started. Your tenant's assigned Robot Units have been exceeded. Allocate more Robot Units to your tenant to continue.
15
+ ```
16
+
17
+ What this looks like:
18
+ - The automation never starts — it is rejected at allocation time, not faulted mid-run. There is **no Windows session, executor, logon, or workflow** involved.
19
+ - The message names a **quota / Robot Units** limit at **user** or **tenant** scope.
20
+
21
+ > A serverless job that **started and ran ~15 minutes before stopping** is a different case — the serverless execution time limit, not an allocation/quota block: see [serverless-time-limit-exceeded.md](./serverless-time-limit-exceeded.md).
22
+
23
+ What causes it (this is a licensing/allocation state, NOT a code/config/robot bug):
24
+ - **Personal Automation monthly quota exceeded** — the user's free monthly Personal Automation run allowance is used up for the period.
25
+ - **User's Robot Units exceeded** — the serverless capacity **assigned to that user** is exhausted by concurrent/accumulated runs.
26
+ - **Tenant's Robot Units exceeded** — the **tenant-level** serverless Robot Unit pool is exhausted; every user in the tenant is affected until more units are allocated.
27
+
28
+ What to look for:
29
+ - **`RuntimeType` = Serverless / `runtimetype = 9`** on the job — confirms this is the serverless surface, not unattended.
30
+ - The **scope word** in the message — `user's ... Personal Automation quota` vs `user's ... Robot Units` vs `tenant's ... Robot Units` selects the branch and where the fix is applied.
31
+
32
+ ## Investigation
33
+
34
+ 1. **Get the job:** `uip or jobs get <job-key> --output json` → confirm the quota/Robot-Units message and `RuntimeType` Serverless / `runtimetype = 9`.
35
+ 2. **Read the scope from the message** — user Personal Automation quota, user Robot Units, or tenant Robot Units.
36
+ 3. **Check current licensing/allocation state** — tenant Robot Unit allocation and the user's assignment (Automation Cloud → Admin → Licenses / tenant licensing; the specific figures may not be exposed via `uip`). Rule out that this is an infrastructure fault — the message is explicit about quota.
37
+
38
+ ## Resolution
39
+
40
+ - **Tenant Robot Units exceeded:** allocate more Robot Units to the tenant (Automation Cloud → Admin → tenant → Licenses), or reduce concurrent serverless usage until the pool frees up.
41
+ - **User Robot Units exceeded:** raise the user's assigned Robot Units, or spread the workload / reduce concurrency for that user.
42
+ - **Personal Automation monthly quota exceeded:** wait for the monthly quota to reset, move the workload to a licensed serverless/unattended allocation, or upgrade the plan — Personal Automation is a capped free tier, not a production allocation.
43
+ - This is **not** fixed by rerunning, updating the robot, or fixing credentials — it is a licensing/allocation limit. Rerunning before units free up (or the quota resets) just re-hits the limit.
@@ -0,0 +1,34 @@
1
+ ---
2
+ confidence: medium
3
+ ---
4
+
5
+ # Serverless Run Cancelled — 15-Minute Execution Time Limit
6
+
7
+ ## Context
8
+
9
+ A **serverless** (Automation Cloud Robot – Serverless, `RuntimeType` Serverless / `runtimetype = 9`) job **starts, runs, and is then terminated mid-execution** on reaching the serverless per-job time limit. Per UiPath docs, **each serverless job is limited to 15 minutes; jobs that take longer are terminated when they reach 15 minutes of execution time.** This is an **execution ceiling**, not a start-time block.
10
+
11
+ > **Distinct from [serverless-license-quota.md](./serverless-license-quota.md).** That playbook is for a serverless job that **never starts** (rejected at allocation time with a Robot-Units / Personal-Automation-quota message, near-zero runtime). This one is for a job that **ran ~15 minutes and was cut off** at the ceiling. Run duration is the discriminator.
12
+
13
+ What this looks like:
14
+ - `RuntimeType` Serverless / `runtimetype = 9`, and the job reached **Running** (it was not rejected at start).
15
+ - Run duration ≈ **15 minutes** (`EndTime − StartTime`), then the job stops (Faulted / Stopped / Cancelled).
16
+ - The status/`Info` indicates the run was cancelled on reaching the time limit (wording such as "reached the time limit" / "cancelled" — the exact user-facing string is not documented and may vary by surface, so key off the ~15-minute duration, not a verbatim message).
17
+ - No quota / Robot-Units message, no `Could not start executor`, and no in-workflow exception that explains the stop on its own.
18
+
19
+ What causes it:
20
+ - The workflow legitimately needs **more than 15 minutes** on a serverless robot — long loops, large data volumes, slow external systems, or waits — and hits the hard serverless ceiling.
21
+
22
+ ## Investigation
23
+
24
+ 1. **Get the job:** `uip or jobs get <job-key> --output json` → confirm `RuntimeType` Serverless / `runtimetype = 9`, that the job reached **Running**, and compute `EndTime − StartTime` ≈ 15 min.
25
+ 2. **Rule out the license/quota case:** confirm there is **no** `Automation cannot be started … Robot Units` / `Personal Automation quota` message and that runtime is ~15 min (not near-zero). A job that never ran → [serverless-license-quota.md](./serverless-license-quota.md) instead.
26
+ 3. **Rule out an in-workflow fault:** `uip or jobs logs <job-key> --level Error --output json` — if the stop is explained by a workflow exception rather than the time ceiling, diagnose that exception instead.
27
+
28
+ ## Resolution
29
+
30
+ - **Bring the run under 15 minutes** — optimize the workflow (batch or cap the data processed per run, remove avoidable waits, parallelize independent work), or **split it into multiple shorter jobs** chained via a trigger/orchestration so each run stays under the serverless ceiling.
31
+ - **Move long-running workloads off serverless** — run them on an **unattended (VM / machine-template) robot**, which is not subject to the 15-minute serverless per-job limit.
32
+ - Rerunning as-is does **not** help — a workflow that needs more than 15 minutes hits the ceiling every time until it is shortened or moved.
33
+
34
+ Source: UiPath docs — *Executing unattended automations with Serverless robots* ("Each job is limited to 15 minutes. Jobs that take longer are terminated when they reach 15 minutes of execution time.").
@@ -0,0 +1,40 @@
1
+ ---
2
+ confidence: medium
3
+ ---
4
+
5
+ # Could Not Start Executor — Workstation In Use (machine slots over-provisioned)
6
+
7
+ ## Context
8
+
9
+ An unattended job faults at start with:
10
+
11
+ ```
12
+ Could not start executor. The workstation is in use by another user. Please retry after the user logs off or disconnects.
13
+ ```
14
+
15
+ What this looks like:
16
+ - Job state: Faulted, near-zero runtime; the executor never started.
17
+ - One job on the machine may succeed while a **concurrent** one fails — the failure correlates with **how many jobs run on the same physical host at once**, not with the user's credential.
18
+
19
+ What causes it:
20
+ - The **machine template allocates more runtime slots than the workstation's OS actually supports as concurrent interactive/RDP sessions.** A Windows **client** OS (Win 10/11) and a non-RDSH Windows Server allow only **one** interactive session. If the template grants 2+ unattended slots on such a host, Orchestrator dispatches a second concurrent job, Windows has no second session to give it, and the executor start is refused with "workstation is in use by another user."
21
+ - This is a **template/host capacity mismatch**, not a credential/logon problem (no `Logon failed` / `0x000005..` code) and not a human holding an RDP slot (that is the RDP-slot branch of [job-faulted-logon-failure.md](./job-faulted-logon-failure.md)).
22
+
23
+ What to look for:
24
+ - The **slot counts** on the machine template vs the host OS's real concurrent-session capacity.
25
+ - Whether failures coincide with **overlapping** job schedules on the same machine.
26
+ - Absence of any Windows logon-failure code in the message (rules out logon-failure).
27
+
28
+ ## Investigation
29
+
30
+ 1. **Get the faulted job:** `uip or jobs get <job-key> --output json` → confirm the `The workstation is in use by another user` message, `HostMachineName`, and near-zero runtime.
31
+ 2. **Read the machine template slots:** `uip or machines list --all-fields --output json` → for the host that ran the job, read `unattendedSlots` / `headlessSlots` / other slot counts. A count **> 1** on a single-session OS is the fingerprint.
32
+ 3. **Correlate concurrency:** `uip or jobs list --folder-key <key> --output json` → check whether another job was Running on the same `HostMachineName` in the same window (the "other user" holding the session).
33
+ 4. **Confirm the host OS class** (ask the user / check the machine description): Windows client or non-RDSH Server → only one interactive session exists.
34
+
35
+ ## Resolution
36
+
37
+ - **Reduce the template's slot count to the host's real capacity** — for a Windows client / single-session Server, set unattended slots to **1** so Orchestrator never dispatches overlapping jobs to a host that cannot seat them.
38
+ - **Or add real session capacity:** move the workload to a **multi-session** host — Windows Server with the Remote Desktop Session Host role and enough RDS CALs, or a High-Density-capable configuration — then size slots to the licensed concurrent-session count.
39
+ - **Or serialize** the schedules so two jobs never target the same single-session host at once.
40
+ - Do not "fix" this by rerunning blindly or updating credentials — the credential is fine; the host cannot seat the concurrent session the template promised.
@@ -6,10 +6,22 @@
6
6
  |-------|:---:|-------------|----------|
7
7
  | Robot Credentials / Machine Mismatch | High | "Wrong machine credentials", PendingReason `RobotNoMatchingUsernames`, or `TemplateNoLicense` — robot/machine configuration cannot execute unattended jobs | [robot-credentials.md](./playbooks/robot-credentials.md) |
8
8
  | Could Not Start Executor — Logon Failed | Medium | Unattended job faults immediately with `Could not start executor` / `Logon failed for user` / `RDP connection failed` (codes `0x0000052E`, `0x00000775`, `0x00000532`, `131092`). Covers session-config mismatch, AD lockout, password mismatch, lockout loop, MFA/Conditional Access, and RDP slot conflict | [job-faulted-logon-failure.md](./playbooks/job-faulted-logon-failure.md) |
9
- | Could Not Start Executor — Creating User Session Timed Out | Medium | Unattended job enters Running then faults after ~the session-creation timeout with `Could not start executor. Creating user session timed out.` and NO logon-failure/locked/RDP code. Primary cause: known Robot defect on versions < 23.10 (fix: upgrade to ≥ 23.10). Also slow interactive logon or host resource exhaustion | [job-faulted-session-timeout.md](./playbooks/job-faulted-session-timeout.md) |
9
+ | Could Not Start Executor — Creating User Session Timed Out | Medium | Unattended job enters Running then faults after ~the session-creation timeout with `Could not start executor. Creating user session timed out.` and NO logon-failure/locked/RDP code. Session creation exceeded the window — causes: slow interactive logon, host resource exhaustion, or infra/network latency. Fix: raise `UIPATH_SESSION_TIMEOUT` + relieve host latency. NOT a Robot-version defect | [job-faulted-session-timeout.md](./playbooks/job-faulted-session-timeout.md) |
10
10
  | Queue Items Failing | Medium | Queue items transitioning to Failed status with various error types | [queue-items-failing.md](./playbooks/queue-items-failing.md) |
11
11
  | Job Stuck in Running | Low | Job remains in Running state indefinitely with no progress | [job-stuck.md](./playbooks/job-stuck.md) |
12
12
  | Job Pending — No Available Host | High | Job stuck in Pending with "No host is available on the machine template" error AND template has zero connected runtimes | [job-pending-no-host.md](./playbooks/job-pending-no-host.md) |
13
13
  | Job Pending — Stale Dispatch-Time PendingReasons | High | Job stuck in Pending with no-host-family `PendingReasons.Errors` BUT a runtime IS connected, credentials/mode/license are valid, and `JobHistory` has only the original entry — Orchestrator never re-evaluated. Fix: stop + re-trigger | [job-pending-stale-dispatch.md](./playbooks/job-pending-stale-dispatch.md) |
14
14
  | Foreground Process Already Running | Medium | `InvalidOperationException: A foreground process is already running. Only one foreground process can run at a time.` — Robot rejects concurrent foreground jobs on the same session | [foreground-already-running.md](./playbooks/foreground-already-running.md) |
15
15
  | Job Stopped — Exit Code 0x40010004 | Medium | `System.Exception: Job stopped with an unexpected exit code: 0x40010004` — executor was killed via `TerminateProcess` (operator Kill, service restart, session logoff, OOM, native crash, or platform recycle) | [job-stopped-exit-code-0x40010004.md](./playbooks/job-stopped-exit-code-0x40010004.md) |
16
+ | Screen Capture Failed — Win32 "The handle is invalid" | Medium | `System.ComponentModel.Win32Exception (6): The handle is invalid. at System.Drawing.Graphics.CopyFromScreen(...)` — a screenshot / image-capture activity has no live interactive desktop to capture (unattended with no session surface, disconnected RDP, or locked session). Fix: set Login to Console = No so the robot uses its own RDP session, keep RDP connected/unlocked | [screen-capture-handle-invalid.md](./playbooks/screen-capture-handle-invalid.md) |
17
+ | Known-Issue Robot Defect — Match Before Root-Causing | Medium | `Could not start executor` faults that are documented, already-fixed Robot defects: `CredProvider` path (fixed 23.4.11 / 23.10.10 / 24.10.7, UiPath KB 799589), `ERROR_INVALID_PARAMETER` / `0x00000057`, recurring RDP `131085`/`65548`. Correlate with the customer-portal known-issues feed + host Robot version and upgrade to the fix version rather than root-causing a fixed bug | [known-issue-robot-defect.md](./playbooks/known-issue-robot-defect.md) |
18
+ | Credential Store Unavailable | Medium | `Unable to retrieve credentials from Orchestrator Database credential store …` (or an external CyberArk / Azure Key Vault / HashiCorp error) — the credential STORE backend is unreachable/misconfigured, so no logon is even attempted (distinct from a wrong password). Branches: Orchestrator DB down, external vault unreachable, secret missing/access-denied, store misconfig | [credential-store-unavailable.md](./playbooks/credential-store-unavailable.md) |
19
+ | Platform Incident Correlation — Many Jobs Fault at Once | Medium | Any job type. A burst of failures across MULTIPLE unrelated processes/folders in a tight window with infrastructure errors (503, `Could not obtain the user token`, gateway/connection reset), often self-recovering — the fingerprint of a UiPath platform incident, not one automation's bug. Correlate the cross-folder fault list with status.uipath.com / known-issues; monitor + rerun + report rather than debug individual jobs | [platform-incident-correlation.md](./playbooks/platform-incident-correlation.md) |
20
+ | Maximum Consecutive System Exceptions Reached | Medium | `The maximum number of consecutive system exceptions was reached. Consecutive retry number: <N>` — symptom, not cause: a System Exception recurs on every transaction (broken selector, app/dependency down) until the REFramework threshold trips. Find the recurring underlying exception in logs/traces and fix THAT; raising the threshold only delays the abort | [job-consecutive-system-exceptions.md](./playbooks/job-consecutive-system-exceptions.md) |
21
+ | Could Not Retrieve Result — Output Too Large | Medium | `Could not retrieve the result of the job execution. This might be because a message was too large to process.` — workflow completed but the executor could not hand back its result: an `OutputArguments` payload (DataTable / collection / file / big string) exceeds the result-message limit or is non-serializable. Fix: return a reference (storage bucket / queue / Data Fabric), not the payload | [job-output-too-large.md](./playbooks/job-output-too-large.md) |
22
+ | Job Stopped — Unexpected Exit Code (generic) | Medium | `Job stopped with an unexpected exit code: <code>` for OS/CLR codes other than 0x40010004 — `0xE0434352` (unhandled .NET exception), `0xC0000005` (native access violation), `0xC000026B` (terminated during logoff), `0x00000001`/`0xFFFFFFFF`/`0x00000033` (generic non-zero exit). Recover the real fault from traces/logs; add a Global Exception Handler so it is logged instead of collapsing to the code | [job-stopped-generic-exit-code.md](./playbooks/job-stopped-generic-exit-code.md) |
23
+ | Could Not Start Executor — Workstation In Use | Medium | `Could not start executor. The workstation is in use by another user...` — the machine template allocates **more slots than the host OS supports concurrent sessions** (Windows client / non-RDSH Server = 1). A second concurrent job has no session to seat. Fix: reduce slots to the host's real capacity, or move to a multi-session host. NOT a logon/credential fault. | [workstation-in-use-machine-slots.md](./playbooks/workstation-in-use-machine-slots.md) |
24
+ | Could Not Start Executor — Console Conflict (HD) | Medium | `Another interactive job is using the machine's console. Only one interactive job can use the console at a time.` — HD robots with **Login to Console = True** all attach to the single physical console; only one runs at a time. Fix: disable Login to Console for the HD robot so each job gets its own session. | [console-conflict-login-to-console.md](./playbooks/console-conflict-login-to-console.md) |
25
+ | Serverless — License / Quota Exceeded | Medium | Serverless (`RuntimeType` Serverless / `runtimetype = 9`) job rejected at start: `Automation cannot be started. Your user's monthly Personal Automation quota...` / `user's ... Robot Units have been exceeded` / `tenant's assigned Robot Units have been exceeded`. A licensing/allocation limit, not a code/robot bug. Fix: allocate Robot Units (user/tenant) or wait for the Personal Automation quota to reset. | [serverless-license-quota.md](./playbooks/serverless-license-quota.md) |
26
+ | Serverless — Run Cancelled at 15-Minute Time Limit | Medium | Serverless (`RuntimeType` Serverless) job that **reached Running and ran ~15 min, then was terminated** — each serverless job is capped at 15 minutes of execution. An execution ceiling, distinct from the license/quota block (which never starts). Fix: optimize/split the workflow under 15 min, or move long runs to an unattended (VM) robot. | [serverless-time-limit-exceeded.md](./playbooks/serverless-time-limit-exceeded.md) |
27
+ | Executor Start / Session — Transient (rerun-class) | Medium | Transient session/service blips at executor start or mid-run: `Job faulted due to service shutdown or disconnect`, `Rdp connection failed ... 131085` / `... 65548`, `A specified logon session does not exist (0x80070520)`, `User is running another job. Waiting ... timed out`, `... cleanup action for jobs in Terminating state`. Shared fix: **rerun** (± Robot update if recurring). Confirm no persistent logon/slot/console/quota marker first. | [executor-start-transient-rerun.md](./playbooks/executor-start-transient-rerun.md) |
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "schemaVersion": 2,
3
- "skillsVersion": "1.199.0",
4
- "targetCli": "^1.199.0"
3
+ "skillsVersion": "1.200.0",
4
+ "targetCli": "^1.200.0"
5
5
  }