@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.
- package/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/CODEOWNERS +14 -8
- package/README.md +18 -3
- package/assets/skill-status.json +9 -1
- package/assets/uip-catalog-snapshot.json +227 -21
- package/package.json +11 -2
- package/scripts/npm-package-lifecycle.mjs +46 -0
- package/skills/uipath-admin/SKILL.md +5 -1
- package/skills/uipath-admin/references/audit-commands.md +1 -1
- package/skills/uipath-admin/references/audit-workflow-guide.md +9 -0
- package/skills/uipath-agents/SKILL.md +2 -2
- package/skills/uipath-agents/references/lowcode/capabilities/context/index.md +7 -0
- package/skills/uipath-agents/references/lowcode/capabilities/integration-service/integration-service.md +5 -6
- package/skills/uipath-agents/references/lowcode/critical-rules/critical-rules.md +1 -1
- package/skills/uipath-agents/references/lowcode/evaluations/evaluation-sets.md +5 -0
- package/skills/uipath-agents/references/lowcode/project-lifecycle.md +3 -3
- package/skills/uipath-agents/references/lowcode/prompting/autonomous-agent-prompting-guide.md +3 -2
- package/skills/uipath-api-workflow/SKILL.md +2 -1
- package/skills/uipath-api-workflow/references/cli-reference.md +3 -3
- package/skills/uipath-coded-apps/SKILL.md +3 -2
- package/skills/uipath-coded-apps/assets/fixtures/governance-dashboard-starter-kit.tar.gz +0 -0
- package/skills/uipath-coded-apps/assets/templates/web-app-template.md +1 -1
- package/skills/uipath-coded-apps/references/create-web-app.md +60 -48
- package/skills/uipath-coded-apps/references/dashboards/CAPABILITY.md +2 -2
- package/skills/uipath-coded-apps/references/dashboards/plugins/build/impl.md +2 -2
- package/skills/uipath-coded-apps/references/dashboards/primitives/tier-resolution.md +16 -16
- package/skills/uipath-coded-apps/references/oauth-scopes.md +28 -272
- package/skills/uipath-coded-apps/references/sdk/action-center.md +26 -243
- package/skills/uipath-coded-apps/references/sdk/agents.md +20 -130
- package/skills/uipath-coded-apps/references/sdk/conversational-agent.md +52 -706
- package/skills/uipath-coded-apps/references/sdk/data-fabric.md +20 -237
- package/skills/uipath-coded-apps/references/sdk/feedback.md +4 -139
- package/skills/uipath-coded-apps/references/sdk/governance-traces.md +7 -55
- package/skills/uipath-coded-apps/references/sdk/governance.md +4 -44
- package/skills/uipath-coded-apps/references/sdk/imports.md +77 -35
- package/skills/uipath-coded-apps/references/sdk/maestro.md +29 -406
- package/skills/uipath-coded-apps/references/sdk/orchestrator.md +30 -324
- package/skills/uipath-coded-apps/references/sdk/pagination.md +9 -67
- package/skills/uipath-coded-apps/references/sdk/traces.md +8 -43
- package/skills/uipath-functions/SKILL.md +23 -23
- package/skills/uipath-governance/SKILL.md +5 -4
- package/skills/uipath-governance/references/cli-cheatsheet.md +2 -1
- package/skills/uipath-governance/references/compliance-pack/coverage/impl.md +143 -58
- package/skills/uipath-governance/references/compliance-pack/restore/impl.md +61 -0
- package/skills/uipath-human-in-the-loop/SKILL.md +4 -2
- package/skills/uipath-insights/SKILL.md +17 -18
- package/skills/uipath-ixp/SKILL.md +12 -7
- package/skills/uipath-ixp/references/cli-reference.md +71 -9
- package/skills/uipath-ixp/references/improve-prompts-guide.md +23 -9
- package/skills/uipath-ixp/references/label-documents-guide.md +33 -5
- package/skills/uipath-maestro-bpmn/SKILL.md +15 -14
- package/skills/uipath-maestro-bpmn/references/cli-conventions.md +15 -6
- package/skills/uipath-maestro-bpmn/references/structural-bpmn.md +18 -17
- package/skills/uipath-maestro-case/SKILL.md +46 -33
- package/skills/uipath-maestro-case/assets/templates/sdd-template.md +77 -37
- package/skills/uipath-maestro-case/assets/templates/sdd-viewer.html +0 -2
- package/skills/uipath-maestro-case/references/bindings-and-expressions.md +3 -1
- package/skills/uipath-maestro-case/references/bindings-v2-sync.md +2 -2
- package/skills/uipath-maestro-case/references/brownfield.md +15 -5
- package/skills/uipath-maestro-case/references/case-commands.md +19 -3
- package/skills/uipath-maestro-case/references/case-editing-operations.md +24 -21
- package/skills/uipath-maestro-case/references/case-schema.md +38 -16
- package/skills/uipath-maestro-case/references/connector-trigger-common.md +15 -8
- package/skills/uipath-maestro-case/references/evals/evals.json +35 -18
- package/skills/uipath-maestro-case/references/implementation.md +86 -71
- package/skills/uipath-maestro-case/references/phase-0-interview.md +92 -23
- package/skills/uipath-maestro-case/references/phased-execution.md +70 -55
- package/skills/uipath-maestro-case/references/placeholder-tasks.md +5 -5
- package/skills/uipath-maestro-case/references/planning.md +57 -9
- package/skills/uipath-maestro-case/references/plugins/case/impl-json.md +7 -5
- package/skills/uipath-maestro-case/references/plugins/case/planning.md +1 -1
- package/skills/uipath-maestro-case/references/plugins/conditions/case-exit-conditions/impl-json.md +5 -5
- package/skills/uipath-maestro-case/references/plugins/conditions/stage-entry-conditions/impl-json.md +41 -5
- package/skills/uipath-maestro-case/references/plugins/conditions/stage-entry-conditions/planning.md +27 -3
- package/skills/uipath-maestro-case/references/plugins/conditions/stage-exit-conditions/impl-json.md +6 -6
- package/skills/uipath-maestro-case/references/plugins/conditions/stage-exit-conditions/planning.md +3 -1
- package/skills/uipath-maestro-case/references/plugins/conditions/task-entry-conditions/impl-json.md +20 -7
- package/skills/uipath-maestro-case/references/plugins/conditions/task-entry-conditions/planning.md +37 -4
- package/skills/uipath-maestro-case/references/plugins/sla/impl-json.md +24 -13
- package/skills/uipath-maestro-case/references/plugins/sla/planning.md +9 -3
- package/skills/uipath-maestro-case/references/plugins/stages/impl-json.md +4 -0
- package/skills/uipath-maestro-case/references/plugins/stages/planning.md +4 -1
- package/skills/uipath-maestro-case/references/plugins/tasks/action/impl-json.md +3 -1
- package/skills/uipath-maestro-case/references/plugins/tasks/action/planning.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/tasks/agent/impl-json.md +3 -2
- package/skills/uipath-maestro-case/references/plugins/tasks/agent/planning.md +4 -2
- package/skills/uipath-maestro-case/references/plugins/tasks/api-workflow/impl-json.md +3 -2
- package/skills/uipath-maestro-case/references/plugins/tasks/api-workflow/planning.md +4 -2
- package/skills/uipath-maestro-case/references/plugins/tasks/case-management/impl-json.md +3 -2
- package/skills/uipath-maestro-case/references/plugins/tasks/case-management/planning.md +4 -2
- package/skills/uipath-maestro-case/references/plugins/tasks/connector-activity/impl-json.md +1 -1
- package/skills/uipath-maestro-case/references/plugins/tasks/connector-activity/planning.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/tasks/connector-trigger/impl-json.md +1 -1
- package/skills/uipath-maestro-case/references/plugins/tasks/connector-trigger/planning.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/tasks/create-inline-common.md +1 -1
- package/skills/uipath-maestro-case/references/plugins/tasks/process/impl-json.md +3 -2
- package/skills/uipath-maestro-case/references/plugins/tasks/process/planning.md +6 -4
- package/skills/uipath-maestro-case/references/plugins/tasks/rpa/impl-json.md +3 -2
- package/skills/uipath-maestro-case/references/plugins/tasks/rpa/planning.md +4 -2
- package/skills/uipath-maestro-case/references/plugins/tasks/wait-for-timer/impl-json.md +4 -3
- package/skills/uipath-maestro-case/references/plugins/tasks/wait-for-timer/planning.md +4 -0
- package/skills/uipath-maestro-case/references/plugins/triggers/event/impl-json.md +17 -14
- package/skills/uipath-maestro-case/references/plugins/triggers/event/planning.md +1 -1
- package/skills/uipath-maestro-case/references/plugins/triggers/manual/impl-json.md +13 -10
- package/skills/uipath-maestro-case/references/plugins/triggers/timer/impl-json.md +18 -16
- package/skills/uipath-maestro-case/references/plugins/triggers/timer/planning.md +2 -2
- package/skills/uipath-maestro-case/references/plugins/variables/bindings/impl-json.md +1 -1
- package/skills/uipath-maestro-case/references/plugins/variables/global-vars/impl-json.md +11 -9
- package/skills/uipath-maestro-case/references/plugins/variables/io-binding/impl-json.md +6 -2
- package/skills/uipath-maestro-case/references/plugins/variables/io-binding/planning.md +19 -1
- package/skills/uipath-maestro-case/references/registry-discovery.md +3 -3
- package/skills/uipath-maestro-case/references/sdd-generation-rules.md +155 -51
- package/skills/uipath-maestro-case/references/sla-response-shapes.md +74 -0
- package/skills/uipath-maestro-flow/SKILL.md +4 -3
- package/skills/uipath-maestro-flow/references/author/CAPABILITY.md +3 -0
- package/skills/uipath-maestro-flow/references/author/references/editing-operations-json.md +10 -17
- package/skills/uipath-maestro-flow/references/author/references/editing-operations.md +1 -1
- package/skills/uipath-maestro-flow/references/author/references/greenfield.md +8 -6
- package/skills/uipath-maestro-flow/references/author/references/planning-impl.md +1 -1
- package/skills/uipath-maestro-flow/references/author/references/plugins/agent/impl.md +4 -9
- package/skills/uipath-maestro-flow/references/author/references/plugins/agentic-process/impl.md +3 -7
- package/skills/uipath-maestro-flow/references/author/references/plugins/api-workflow/impl.md +5 -8
- package/skills/uipath-maestro-flow/references/author/references/plugins/connector/impl.md +11 -4
- package/skills/uipath-maestro-flow/references/author/references/plugins/flow/impl.md +3 -7
- package/skills/uipath-maestro-flow/references/author/references/plugins/inline-agent/impl.md +14 -17
- package/skills/uipath-maestro-flow/references/author/references/plugins/ixp/impl.md +60 -13
- package/skills/uipath-maestro-flow/references/author/references/plugins/queue/impl.md +2 -14
- package/skills/uipath-maestro-flow/references/author/references/plugins/rpa/impl.md +4 -9
- package/skills/uipath-maestro-flow/references/author/references/plugins/script/impl.md +3 -0
- package/skills/uipath-maestro-flow/references/author/references/plugins/subflow/impl.md +5 -9
- package/skills/uipath-maestro-flow/references/author/references/plugins/transform/impl.md +13 -0
- package/skills/uipath-maestro-flow/references/shared/action-nodes.md +2 -2
- package/skills/uipath-maestro-flow/references/shared/file-format.md +16 -12
- package/skills/uipath-maestro-flow/references/shared/variables-and-expressions.md +3 -3
- package/skills/uipath-planner/SKILL.md +1 -1
- package/skills/uipath-planner/references/non-pdd-lane-guide.md +1 -1
- package/skills/uipath-platform/SKILL.md +1 -1
- package/skills/uipath-platform/references/data-fabric/bulk-import.md +10 -27
- package/skills/uipath-platform/references/data-fabric/choice-sets.md +7 -64
- package/skills/uipath-platform/references/data-fabric/data-fabric.md +76 -267
- package/skills/uipath-platform/references/data-fabric/entity-schema.md +23 -99
- package/skills/uipath-platform/references/data-fabric/file-attachments.md +5 -28
- package/skills/uipath-platform/references/data-fabric/filter-platform-contract.md +2 -2
- package/skills/uipath-platform/references/data-fabric/records-query.md +11 -32
- package/skills/uipath-platform/references/integration-service/reference-resolution.md +6 -2
- package/skills/uipath-platform/references/licensing/consumables-report.md +18 -0
- package/skills/uipath-platform/references/licensing/licensing.md +1 -1
- package/skills/uipath-platform/references/orchestrator/run-jobs.md +9 -2
- package/skills/uipath-platform/references/orchestrator/setup-environment.md +9 -0
- package/skills/uipath-platform/references/traces/feedback.md +4 -1
- package/skills/uipath-process-mining/SKILL.md +97 -0
- package/skills/uipath-process-mining/references/app-types.md +66 -0
- package/skills/uipath-process-mining/references/data-model.md +130 -0
- package/skills/uipath-process-mining/references/lifecycle-and-rbac.md +67 -0
- package/skills/uipath-process-mining/references/model-editing.md +112 -0
- package/skills/uipath-process-mining/references/pre-flight.md +119 -0
- package/skills/uipath-process-mining/references/querying.md +66 -0
- package/skills/uipath-process-mining/references/transformations.md +80 -0
- package/skills/uipath-process-mining/references/uip-pm-cli.md +145 -0
- package/skills/uipath-review/SKILL.md +23 -18
- package/skills/uipath-review/references/agents/agent-grading-rubric.md +1 -1
- package/skills/uipath-review/references/agents/agent-review-checklist.md +0 -4
- package/skills/uipath-review/references/agents/agents-coded-rules.md +1 -10
- package/skills/uipath-review/references/agents/agents-lowcode-rules.md +3 -6
- package/skills/uipath-review/references/agents/guardrails/coded-guardrails-review.md +62 -14
- package/skills/uipath-review/references/agents/guardrails/guardrails-review.md +60 -4
- package/skills/uipath-review/references/review-workflow-guide.md +3 -2
- package/skills/uipath-review/references/rule-catalog-workflow.md +4 -5
- package/skills/uipath-rpa/.maintenance/pattern-card-maintenance.md +20 -0
- package/skills/uipath-rpa/SKILL.md +57 -55
- package/skills/uipath-rpa/agents/uipath-project-discovery-agent.md +75 -19
- package/skills/uipath-rpa/assets/codedworkflow-template.md +245 -11
- package/skills/uipath-rpa/references/cli-reference.md +229 -6
- package/skills/uipath-rpa/references/coded/codedworkflow-reference.md +158 -2
- package/skills/uipath-rpa/references/coded/integration-service-guide.md +6 -5
- package/skills/uipath-rpa/references/coded/operations-guide.md +273 -5
- package/skills/uipath-rpa/references/coded-vs-xaml-guide.md +3 -3
- package/skills/uipath-rpa/references/common-pattern-card.md +303 -0
- package/skills/uipath-rpa/references/data-manipulation-guide.md +18 -3
- package/skills/uipath-rpa/references/debugging.md +0 -2
- package/skills/uipath-rpa/references/environment-setup.md +309 -1
- package/skills/uipath-rpa/references/error-handling-guide.md +1 -1
- package/skills/uipath-rpa/references/execution-maps-guide.md +110 -0
- package/skills/uipath-rpa/references/is-connector-xaml-guide.md +58 -4
- package/skills/uipath-rpa/references/legacy/activity-docs/Excel.md +1 -1
- package/skills/uipath-rpa/references/legacy/activity-docs/_DU-PROCESS.md +0 -2
- package/skills/uipath-rpa/references/legacy/activity-docs/_INDEX.md +2 -2
- package/skills/uipath-rpa/references/legacy/activity-docs/_PATTERNS.md +1 -1
- package/skills/uipath-rpa/references/legacy/activity-docs/_REFRAMEWORK.md +2 -7
- package/skills/uipath-rpa/references/legacy/cli-reference.md +599 -0
- package/skills/uipath-rpa/references/legacy/error-handling-guide.md +2 -2
- package/skills/uipath-rpa/references/legacy/legacy-mode-guide.md +16 -16
- package/skills/uipath-rpa/references/legacy/project-organization-guide.md +2 -2
- package/skills/uipath-rpa/references/legacy/selector-guide.md +163 -1
- package/skills/uipath-rpa/references/legacy/testing-guide.md +246 -3
- package/skills/uipath-rpa/references/legacy/xaml-basics-and-rules.md +267 -2
- package/skills/uipath-rpa/references/library-authoring-guide.md +4 -3
- package/skills/uipath-rpa/references/testing-guide.md +2 -28
- package/skills/uipath-rpa/references/trigger-pattern-guide.md +1 -1
- package/skills/uipath-rpa/references/xaml/canvas-layout-guide.md +140 -33
- package/skills/uipath-rpa/references/xaml/common-pitfalls.md +57 -240
- package/skills/uipath-rpa/references/xaml/csharp-activity-binding-guide.md +42 -2
- package/skills/uipath-rpa/references/xaml/long-running-workflow-guide.md +1 -1
- package/skills/uipath-rpa/references/xaml/xaml-basics-and-rules.md +194 -228
- package/skills/uipath-solution/references/activate-and-manage.md +22 -0
- package/skills/uipath-solution/references/develop-solution.md +26 -2
- package/skills/uipath-solution/references/pack-and-deploy.md +43 -9
- package/skills/uipath-test/SKILL.md +4 -4
- package/skills/uipath-test/references/playwright-first-mile-guide.md +5 -4
- package/skills/uipath-test/references/publish-and-link-guide.md +2 -2
- package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/click-silent-no-op.md +5 -5
- package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/queue-operation-failed.md +20 -4
- package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/summary.md +1 -1
- package/skills/uipath-troubleshoot/references/activity-packages/csv-activities/playbooks/read-csv-file-not-found.md +12 -0
- package/skills/uipath-troubleshoot/references/activity-packages/mail-activities/playbooks/send-outlook-mail-failures.md +12 -1
- package/skills/uipath-troubleshoot/references/activity-packages/system-activities/playbooks/get-asset-activity-bug-silent-failure.md +2 -1
- package/skills/uipath-troubleshoot/references/activity-packages/terminal-activities/playbooks/terminal-session-connection-failed.md +5 -1
- package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/click-silent-no-op.md +5 -5
- package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/dependency-version-conflict.md +27 -6
- package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/napplicationcard-view-generation-failed.md +10 -0
- package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/scope-container-wrong-page.md +1 -1
- package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/summary.md +1 -1
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/overview.md +4 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/http-request-auth-401-403.md +44 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/http-request-connection-failure.md +2 -1
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/http-request-content-type-rejected.md +37 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/http-request-proxy-blocked.md +39 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/package-version-mismatch.md +42 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/securestring-misuse-analyzer.md +41 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/summary.md +5 -0
- package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/connector-null-reference.md +14 -1
- package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/connector-runtime-exception.md +2 -0
- package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/is-activities-prerelease-not-found.md +39 -0
- package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/response-content-too-large.md +41 -0
- package/skills/uipath-troubleshoot/references/products/integration-service/summary.md +9 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/console-conflict-login-to-console.md +40 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/credential-store-unavailable.md +42 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/executor-start-transient-rerun.md +49 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/job-consecutive-system-exceptions.md +47 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/job-faulted-session-timeout.md +19 -19
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/job-output-too-large.md +47 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/job-stopped-generic-exit-code.md +55 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/known-issue-robot-defect.md +40 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/platform-incident-correlation.md +45 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/screen-capture-handle-invalid.md +43 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/serverless-license-quota.md +43 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/serverless-time-limit-exceeded.md +34 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/workstation-in-use-machine-slots.md +40 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/summary.md +13 -1
- package/version-manifest.json +2 -2
- package/skills/uipath-maestro-bpmn/validator/README.md +0 -224
- package/skills/uipath-maestro-bpmn/validator/model.mjs +0 -419
- package/skills/uipath-maestro-bpmn/validator/package.json +0 -17
- package/skills/uipath-maestro-bpmn/validator/rules.mjs +0 -1403
- package/skills/uipath-maestro-bpmn/validator/samples/invalid-conditional-and-variable.bpmn +0 -25
- package/skills/uipath-maestro-bpmn/validator/samples/valid-baseline.bpmn +0 -52
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/A.2.0.bpmn +0 -157
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/A.2.1.bpmn +0 -333
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/B.1.0.bpmn +0 -598
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/B.2.0.bpmn +0 -1709
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.2.0.bpmn +0 -564
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.3.0.bpmn +0 -671
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.4.0.bpmn +0 -1045
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.5.0.bpmn +0 -1176
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.6.0.bpmn +0 -670
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.7.0.bpmn +0 -466
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Can_Parse_Complex_Process_With_Task_Gateway_BoundaryEvent_etc.bpmn +0 -74
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/ExclusiveGatewayDefaultFlow.bpmn +0 -32
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/ExternalAgentWorkflow.bpmn +0 -62
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Golden_Scenario.initial.bpmn +0 -361
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/InclusiveJoinRouteAwayBranch.bpmn +0 -62
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_AsyncExecution_And_Create_CorrectModel.bpmn +0 -74
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_IXP_ExtractionValidation_And_Create_CorrectModel.bpmn +0 -35
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_IXP_Extraction_FileUpload_And_Create_CorrectModel.bpmn +0 -33
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_IXP_Extraction_JobAttachment_And_Create_CorrectModel.bpmn +0 -35
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_SubProcess_With_Multiple_Element_Types.bpmn +0 -76
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/StartEventWithOutputs.bpmn +0 -36
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/StartGatewayEnd.bpmn +0 -44
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/all elements.bpmn +0 -516
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/all_sequence_flow_types.bpmn +0 -173
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/demo.bpmn +0 -181
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/subprocess-example-001-collapsed.bpmn +0 -126
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/subprocess-example-001-expanded.bpmn +0 -122
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/subprocess-example-003-collapsed_deeply-nested.bpmn +0 -438
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/A.1.0.bpmn +0 -87
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/A.3.0.bpmn +0 -165
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ApiWorkflow.bpmn +0 -39
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/BpmnNestedSubProcessTests.bpmn +0 -102
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/BpmnTimerBoundaryEvents.bpmn +0 -160
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/BpmnXmlWithCatchAllErrorEventSubProcess.bpmn +0 -45
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/BpmnXmlWithSpecificErrorEventSubProcess.bpmn +0 -46
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/CaseManagementWithConstantIdentifier.bpmn +0 -218
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ErrorBoundary.bpmn +0 -78
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ErrorPropagationInEventSubprocess.bpmn +0 -340
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/EventBasedGatewayFirstCatcherWins.bpmn +0 -56
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Example-EventBasedGateway.bpmn +0 -117
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ExclusiveGatewayConditional.bpmn +0 -45
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ExclusiveGatewaySharedEndEvent.bpmn +0 -45
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ExclusiveWithParallelGateway.bpmn +0 -68
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/FourScriptTasks.bpmn +0 -84
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/HitlTaskOnly.bpmn +0 -55
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/InclusiveGatewayForkJoin.bpmn +0 -69
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_BPMN_Elements_And_Create_CorrectModel.bpmn +0 -20
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_HttpRequest_ServiceTask_And_Create_Correct_Model.bpmn +0 -34
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_MessageBoundaryEvent_And_Create_CorrectModel.bpmn +0 -87
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_Script_Task_V2_And_Create_Correct_Model.bpmn +0 -31
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_Sets_Containers_Properly.bpmn +0 -129
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ScriptWritesVariableThenGatewayBranches.bpmn +0 -59
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/boundaryevent.bpmn +0 -30
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/collapsed-subprocess.bpmn +0 -83
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/connectable-types.bpmn +0 -85
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/extensions-orchestrator-start-job.bpmn +0 -80
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/multiparticipantpool.bpmn +0 -77
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/nestedsubprocess.bpmn +0 -36
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/simple.bpmn +0 -59
- package/skills/uipath-maestro-bpmn/validator/test/integration.test.mjs +0 -146
- package/skills/uipath-maestro-bpmn/validator/test/model-helpers.mjs +0 -42
- package/skills/uipath-maestro-bpmn/validator/test/ported-rule-tests.mjs +0 -983
- package/skills/uipath-maestro-bpmn/validator/test/run-tests.mjs +0 -530
- package/skills/uipath-maestro-bpmn/validator/uipath-moddle.v1.json +0 -715
- package/skills/uipath-maestro-bpmn/validator/validate-bpmn.mjs +0 -164
- package/skills/uipath-review/references/agents/agents-common-rules.md +0 -32
- package/skills/uipath-rpa/assets/before-after-hooks-template.md +0 -115
- package/skills/uipath-rpa/assets/helper-utility-template.md +0 -22
- package/skills/uipath-rpa/assets/testcase-template.md +0 -92
- package/skills/uipath-rpa/references/coded/coding-guidelines.md +0 -255
- package/skills/uipath-rpa/references/coded/inspect-package-guide.md +0 -80
- package/skills/uipath-rpa/references/coded/third-party-packages-guide.md +0 -67
- package/skills/uipath-rpa/references/connector-capabilities.md +0 -79
- package/skills/uipath-rpa/references/legacy/activity-docs/Testing.md +0 -95
- package/skills/uipath-rpa/references/legacy/activity-docs/UIAutomation.md +0 -159
- package/skills/uipath-rpa/references/legacy/common-pitfalls.md +0 -318
- package/skills/uipath-rpa/references/legacy/discovery-workflow.md +0 -147
- package/skills/uipath-rpa/references/legacy/environment-setup.md +0 -78
- package/skills/uipath-rpa/references/legacy/project-structure.md +0 -206
- package/skills/uipath-rpa/references/legacy/test-data-guide.md +0 -142
- package/skills/uipath-rpa/references/legacy/validation-and-fixing.md +0 -154
- package/skills/uipath-rpa/references/project-structure-guide.md +0 -168
- package/skills/uipath-rpa/references/project-structure.md +0 -135
- package/skills/uipath-rpa/references/publishing-guide.md +0 -80
- package/skills/uipath-rpa/references/validation-guide.md +0 -170
- package/skills/uipath-rpa/references/xaml/csharp-expression-pitfalls.md +0 -43
- package/skills/uipath-rpa/references/xaml/flowchart-guide.md +0 -113
- 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` | [
|
|
33
|
-
| Validate project | `uip rpa-legacy validate "{projectRoot}" --output json` | [
|
|
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 | [
|
|
37
|
-
| Create test data | Generate Excel/CSV/JSON/types for testing | [
|
|
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 [
|
|
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), [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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 [
|
|
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
|
-
| [
|
|
229
|
-
| [
|
|
230
|
-
| [
|
|
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
|
-
| [
|
|
233
|
-
| [
|
|
234
|
-
| [
|
|
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 [
|
|
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 [
|
|
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
|
-
|
|
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="["13700132[k(enter)]"]"` 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
|
-
|
|
6
|
-
|
|
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 [
|
|
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("Name", GetType(String))
|
|
330
|
+
dt.Columns.Add("Amount", GetType(Double))
|
|
331
|
+
dt.Columns.Add("Date", GetType(String))
|
|
332
|
+
dt.Columns.Add("Status", GetType(String))
|
|
333
|
+
dt.Rows.Add("Invoice-001", 1500.50, "2024-01-15", "Active")
|
|
334
|
+
dt.Rows.Add("Invoice-002", 2300.00, "2024-02-20", "Pending")
|
|
335
|
+
dt.Rows.Add("Invoice-003", 890.25, "2024-03-10", "Closed")
|
|
336
|
+
dt.Rows.Add("Invoice-004", 0, "", "Active")
|
|
337
|
+
dt.Rows.Add("Invoice-005", -100.00, "2024-12-31", "Error")
|
|
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, "Data", "test.csv")]"
|
|
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
|