@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
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:uipath="http://uipath.org/schema/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="sample-diagram" targetNamespace="http://bpmn.io/schema/bpmn" exporter="UiPath Studio Web (https://uipath.com)" exporterVersion="0c66af93">
|
|
3
|
-
<bpmn:process id="Process_1" isExecutable="false">
|
|
4
|
-
<bpmn:extensionElements>
|
|
5
|
-
<uipath:variables version="v1"/>
|
|
6
|
-
</bpmn:extensionElements>
|
|
7
|
-
<bpmn:startEvent id="Event_start">
|
|
8
|
-
<bpmn:extensionElements>
|
|
9
|
-
<uipath:entryPointId value="65acb40c-cd1d-4d8c-b336-9d22192e8e50"/>
|
|
10
|
-
</bpmn:extensionElements>
|
|
11
|
-
<bpmn:outgoing>edge___Event_start-Activity_5oRmDa</bpmn:outgoing>
|
|
12
|
-
</bpmn:startEvent>
|
|
13
|
-
<bpmn:serviceTask id="Activity_5oRmDa" name="Start and Wait for External Agent">
|
|
14
|
-
<bpmn:incoming>edge___Event_start-Activity_5oRmDa</bpmn:incoming>
|
|
15
|
-
<bpmn:outgoing>edge___Activity_5oRmDa-Event_uRXtCv</bpmn:outgoing>
|
|
16
|
-
<bpmn:extensionElements>
|
|
17
|
-
<uipath:activity version="v1">
|
|
18
|
-
<uipath:type value="[extensionType]" version="v1"/>
|
|
19
|
-
<uipath:context>
|
|
20
|
-
<uipath:input name="connectorKey" type="string"
|
|
21
|
-
value="uipath-crewai-crewai"/>
|
|
22
|
-
<uipath:input name="connection" type="string"
|
|
23
|
-
value="717ede25-7494-44d5-9d65-5dab660653f5"/>
|
|
24
|
-
<uipath:input name="folderKey" type="string"
|
|
25
|
-
value="717ede25-7494-44d5-9d65-5dab660653f6"/>
|
|
26
|
-
<uipath:input name="folderPath" type="string"
|
|
27
|
-
value="Shared"/>
|
|
28
|
-
<uipath:input name="objectName" type="string"
|
|
29
|
-
value="INVOKE_CREWAI_COMPLETION"/>
|
|
30
|
-
<uipath:input name="eventMode" type="string"
|
|
31
|
-
value="webhook"/>
|
|
32
|
-
<uipath:input name="operation" type="string"
|
|
33
|
-
value="WaitForCrewaiAgent"/>
|
|
34
|
-
<uipath:input name="path" type="string"
|
|
35
|
-
value="invoke-crewai-agent"/>
|
|
36
|
-
</uipath:context>
|
|
37
|
-
<uipath:input name="agent" type="string" value="researcher" target="query"/>
|
|
38
|
-
<uipath:input name="body" type="json" target="body">
|
|
39
|
-
<![CDATA[
|
|
40
|
-
{
|
|
41
|
-
"description": "Conduct a thorough research ",
|
|
42
|
-
"expected_output": "\"A list with 10 bullet points about \" vars.v42119920.topic"
|
|
43
|
-
}
|
|
44
|
-
]]>
|
|
45
|
-
</uipath:input>
|
|
46
|
-
<uipath:output name="response"
|
|
47
|
-
type="jsonSchema"
|
|
48
|
-
source="=result"
|
|
49
|
-
var="vf57f5770" />
|
|
50
|
-
</uipath:activity>
|
|
51
|
-
</bpmn:extensionElements>
|
|
52
|
-
</bpmn:serviceTask>
|
|
53
|
-
<bpmn:boundaryEvent id="Event_J6RdaW" attachedToRef="Activity_5oRmDa">
|
|
54
|
-
<bpmn:errorEventDefinition/>
|
|
55
|
-
</bpmn:boundaryEvent>
|
|
56
|
-
<bpmn:endEvent id="Event_uRXtCv">
|
|
57
|
-
<bpmn:incoming>edge___Activity_5oRmDa-Event_uRXtCv</bpmn:incoming>
|
|
58
|
-
</bpmn:endEvent>
|
|
59
|
-
<bpmn:sequenceFlow id="edge___Event_start-Activity_5oRmDa" sourceRef="Event_start" targetRef="Activity_5oRmDa"/>
|
|
60
|
-
<bpmn:sequenceFlow id="edge___Activity_5oRmDa-Event_uRXtCv" sourceRef="Activity_5oRmDa" targetRef="Event_uRXtCv"/>
|
|
61
|
-
</bpmn:process>
|
|
62
|
-
</bpmn:definitions>
|
|
@@ -1,361 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:uipath="http://uipath.org/schema/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="sample-diagram" targetNamespace="http://bpmn.io/schema/bpmn">
|
|
3
|
-
<bpmn:process id="Process_1" isExecutable="false">
|
|
4
|
-
<bpmn:extensionElements>
|
|
5
|
-
<uipath:variables version="v1"/>
|
|
6
|
-
</bpmn:extensionElements>
|
|
7
|
-
<bpmn:startEvent id="Event_start" name="Invoice Created">
|
|
8
|
-
<bpmn:documentation>Data service AP invoice created</bpmn:documentation>
|
|
9
|
-
<bpmn:extensionElements>
|
|
10
|
-
<uipath:entryPointId value="1853c465-21a5-4cd1-88ee-e3bb84700d52"/>
|
|
11
|
-
</bpmn:extensionElements>
|
|
12
|
-
<bpmn:outgoing>xy-edge___Event_start-Activity_wEyFdi</bpmn:outgoing>
|
|
13
|
-
<bpmn:messageEventDefinition/>
|
|
14
|
-
</bpmn:startEvent>
|
|
15
|
-
<bpmn:exclusiveGateway id="Gateway_crXK5x" name="Is resolution required">
|
|
16
|
-
<bpmn:incoming>xy-edge___Activity_wEyFdi-Gateway_crXK5x</bpmn:incoming>
|
|
17
|
-
<bpmn:outgoing>xy-edge___Gateway_crXK5x-Activity_rm4sCD</bpmn:outgoing>
|
|
18
|
-
<bpmn:outgoing>xy-edge__Gateway_crXK5x-Activity_TXpbBw</bpmn:outgoing>
|
|
19
|
-
</bpmn:exclusiveGateway>
|
|
20
|
-
<bpmn:task id="Activity_rm4sCD" name="Approve Invoice">
|
|
21
|
-
<bpmn:incoming>xy-edge___Gateway_crXK5x-Activity_rm4sCD</bpmn:incoming>
|
|
22
|
-
<bpmn:incoming>xy-edge__Gateway_qPUqCu-Activity_rm4sCD</bpmn:incoming>
|
|
23
|
-
<bpmn:outgoing>xy-edge__Activity_rm4sCD-Event_ZJQg8f</bpmn:outgoing>
|
|
24
|
-
</bpmn:task>
|
|
25
|
-
<bpmn:endEvent id="Event_ZJQg8f" name="End">
|
|
26
|
-
<bpmn:incoming>xy-edge__Event_dWJgzS-Event_ZJQg8f</bpmn:incoming>
|
|
27
|
-
<bpmn:incoming>xy-edge__Activity_rm4sCD-Event_ZJQg8f</bpmn:incoming>
|
|
28
|
-
</bpmn:endEvent>
|
|
29
|
-
<bpmn:exclusiveGateway id="Gateway_qPUqCu">
|
|
30
|
-
<bpmn:incoming>xy-edge__Activity_RyxxTV-Gateway_qPUqCu</bpmn:incoming>
|
|
31
|
-
<bpmn:incoming>xy-edge__Activity_TXpbBw-Gateway_qPUqCu</bpmn:incoming>
|
|
32
|
-
<bpmn:outgoing>xy-edge___Gateway_qPUqCu-Activity_YLux8m</bpmn:outgoing>
|
|
33
|
-
<bpmn:outgoing>xy-edge__Gateway_qPUqCu-Activity_rm4sCD</bpmn:outgoing>
|
|
34
|
-
</bpmn:exclusiveGateway>
|
|
35
|
-
<bpmn:task id="Activity_wEyFdi" name="Invoice to PO Matching">
|
|
36
|
-
<bpmn:incoming>xy-edge___Event_start-Activity_wEyFdi</bpmn:incoming>
|
|
37
|
-
<bpmn:outgoing>xy-edge___Activity_wEyFdi-Gateway_crXK5x</bpmn:outgoing>
|
|
38
|
-
</bpmn:task>
|
|
39
|
-
<bpmn:task id="Activity_YLux8m" name="Notify Vendor">
|
|
40
|
-
<bpmn:incoming>xy-edge___Gateway_qPUqCu-Activity_YLux8m</bpmn:incoming>
|
|
41
|
-
<bpmn:outgoing>xy-edge___Activity_YLux8m-Gateway_flbv5e</bpmn:outgoing>
|
|
42
|
-
</bpmn:task>
|
|
43
|
-
<bpmn:userTask id="Activity_RyxxTV" name="Resolve Discrepancies">
|
|
44
|
-
<bpmn:incoming>xy-edge__Event_5gGCs9-Activity_RyxxTV</bpmn:incoming>
|
|
45
|
-
<bpmn:incoming>xy-edge__Event_R2OdAS-Activity_RyxxTV</bpmn:incoming>
|
|
46
|
-
<bpmn:outgoing>xy-edge__Activity_RyxxTV-Gateway_qPUqCu</bpmn:outgoing>
|
|
47
|
-
</bpmn:userTask>
|
|
48
|
-
<bpmn:eventBasedGateway id="Gateway_flbv5e">
|
|
49
|
-
<bpmn:incoming>xy-edge___Activity_YLux8m-Gateway_flbv5e</bpmn:incoming>
|
|
50
|
-
<bpmn:outgoing>xy-edge___Gateway_flbv5e-Event_dWJgzS</bpmn:outgoing>
|
|
51
|
-
<bpmn:outgoing>xy-edge___Gateway_flbv5e-Event_5gGCs9</bpmn:outgoing>
|
|
52
|
-
</bpmn:eventBasedGateway>
|
|
53
|
-
<bpmn:intermediateCatchEvent id="Event_dWJgzS" name="No response">
|
|
54
|
-
<bpmn:incoming>xy-edge___Gateway_flbv5e-Event_dWJgzS</bpmn:incoming>
|
|
55
|
-
<bpmn:outgoing>xy-edge__Event_dWJgzS-Event_ZJQg8f</bpmn:outgoing>
|
|
56
|
-
<bpmn:timerEventDefinition>
|
|
57
|
-
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">PT20S</bpmn:timeDuration>
|
|
58
|
-
</bpmn:timerEventDefinition>
|
|
59
|
-
</bpmn:intermediateCatchEvent>
|
|
60
|
-
<bpmn:intermediateCatchEvent id="Event_5gGCs9">
|
|
61
|
-
<bpmn:incoming>xy-edge___Gateway_flbv5e-Event_5gGCs9</bpmn:incoming>
|
|
62
|
-
<bpmn:outgoing>xy-edge__Event_5gGCs9-Activity_RyxxTV</bpmn:outgoing>
|
|
63
|
-
<bpmn:messageEventDefinition/>
|
|
64
|
-
</bpmn:intermediateCatchEvent>
|
|
65
|
-
<bpmn:task id="Activity_TXpbBw" name="Resolve Discrepancies Agent">
|
|
66
|
-
<bpmn:incoming>xy-edge__Gateway_crXK5x-Activity_TXpbBw</bpmn:incoming>
|
|
67
|
-
<bpmn:outgoing>xy-edge__Activity_TXpbBw-Gateway_qPUqCu</bpmn:outgoing>
|
|
68
|
-
</bpmn:task>
|
|
69
|
-
<bpmn:boundaryEvent id="Event_R2OdAS" attachedToRef="Activity_TXpbBw">
|
|
70
|
-
<bpmn:outgoing>xy-edge__Event_R2OdAS-Activity_RyxxTV</bpmn:outgoing>
|
|
71
|
-
<bpmn:errorEventDefinition/>
|
|
72
|
-
</bpmn:boundaryEvent>
|
|
73
|
-
<bpmn:sequenceFlow id="xy-edge___Event_start-Activity_wEyFdi" sourceRef="Event_start" targetRef="Activity_wEyFdi"/>
|
|
74
|
-
<bpmn:sequenceFlow id="xy-edge___Activity_wEyFdi-Gateway_crXK5x" sourceRef="Activity_wEyFdi" targetRef="Gateway_crXK5x"/>
|
|
75
|
-
<bpmn:sequenceFlow id="xy-edge___Gateway_crXK5x-Activity_rm4sCD" name="No" sourceRef="Gateway_crXK5x" targetRef="Activity_rm4sCD">
|
|
76
|
-
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">=false</bpmn:conditionExpression>
|
|
77
|
-
</bpmn:sequenceFlow>
|
|
78
|
-
<bpmn:sequenceFlow id="xy-edge___Gateway_qPUqCu-Activity_YLux8m" name="Rejected" sourceRef="Gateway_qPUqCu" targetRef="Activity_YLux8m">
|
|
79
|
-
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">=</bpmn:conditionExpression>
|
|
80
|
-
</bpmn:sequenceFlow>
|
|
81
|
-
<bpmn:sequenceFlow id="xy-edge__Gateway_qPUqCu-Activity_rm4sCD" name="Resolved" sourceRef="Gateway_qPUqCu" targetRef="Activity_rm4sCD"/>
|
|
82
|
-
<bpmn:sequenceFlow id="xy-edge__Activity_RyxxTV-Gateway_qPUqCu" sourceRef="Activity_RyxxTV" targetRef="Gateway_qPUqCu"/>
|
|
83
|
-
<bpmn:sequenceFlow id="xy-edge__Gateway_crXK5x-Activity_TXpbBw" name="Yes" sourceRef="Gateway_crXK5x" targetRef="Activity_TXpbBw">
|
|
84
|
-
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">=true</bpmn:conditionExpression>
|
|
85
|
-
</bpmn:sequenceFlow>
|
|
86
|
-
<bpmn:sequenceFlow id="xy-edge__Activity_TXpbBw-Gateway_qPUqCu" sourceRef="Activity_TXpbBw" targetRef="Gateway_qPUqCu"/>
|
|
87
|
-
<bpmn:association id="xy-edge___Event_start-Text_JHUu9H" sourceRef="Event_start" targetRef="Text_JHUu9H"/>
|
|
88
|
-
<bpmn:association id="xy-edge___Activity_wEyFdi-Text_JTmDcU" sourceRef="Activity_wEyFdi" targetRef="Text_JTmDcU"/>
|
|
89
|
-
<bpmn:association id="xy-edge___Activity_RyxxTV-Text_ymZSfH" sourceRef="Activity_RyxxTV" targetRef="Text_ymZSfH"/>
|
|
90
|
-
<bpmn:association id="xy-edge___Activity_TXpbBw-Text_allb53" sourceRef="Activity_TXpbBw" targetRef="Text_allb53"/>
|
|
91
|
-
<bpmn:association id="xy-edge___Activity_YLux8m-Text_9QALjg" sourceRef="Activity_YLux8m" targetRef="Text_9QALjg"/>
|
|
92
|
-
<bpmn:sequenceFlow id="xy-edge___Activity_YLux8m-Gateway_flbv5e" sourceRef="Activity_YLux8m" targetRef="Gateway_flbv5e"/>
|
|
93
|
-
<bpmn:sequenceFlow id="xy-edge___Gateway_flbv5e-Event_dWJgzS" sourceRef="Gateway_flbv5e" targetRef="Event_dWJgzS"/>
|
|
94
|
-
<bpmn:sequenceFlow id="xy-edge___Gateway_flbv5e-Event_5gGCs9" sourceRef="Gateway_flbv5e" targetRef="Event_5gGCs9"/>
|
|
95
|
-
<bpmn:sequenceFlow id="xy-edge__Event_dWJgzS-Event_ZJQg8f" sourceRef="Event_dWJgzS" targetRef="Event_ZJQg8f"/>
|
|
96
|
-
<bpmn:sequenceFlow id="xy-edge__Event_5gGCs9-Activity_RyxxTV" sourceRef="Event_5gGCs9" targetRef="Activity_RyxxTV"/>
|
|
97
|
-
<bpmn:association id="xy-edge___Event_dWJgzS-Text_ZpgS6R" sourceRef="Event_dWJgzS" targetRef="Text_ZpgS6R"/>
|
|
98
|
-
<bpmn:association id="xy-edge___Event_5gGCs9-Text_bUKNbR" sourceRef="Event_5gGCs9" targetRef="Text_bUKNbR"/>
|
|
99
|
-
<bpmn:sequenceFlow id="xy-edge__Event_R2OdAS-Activity_RyxxTV" sourceRef="Event_R2OdAS" targetRef="Activity_RyxxTV"/>
|
|
100
|
-
<bpmn:sequenceFlow id="xy-edge__Activity_rm4sCD-Event_ZJQg8f" sourceRef="Activity_rm4sCD" targetRef="Event_ZJQg8f"/>
|
|
101
|
-
<bpmn:association id="xy-edge__Activity_rm4sCD-Text_GvGiGx" sourceRef="Activity_rm4sCD" targetRef="Text_GvGiGx"/>
|
|
102
|
-
<bpmn:textAnnotation id="Text_JHUu9H">
|
|
103
|
-
<bpmn:text>(Data Service) AP Invoice entity item created trigger</bpmn:text>
|
|
104
|
-
</bpmn:textAnnotation>
|
|
105
|
-
<bpmn:textAnnotation id="Text_JTmDcU">
|
|
106
|
-
<bpmn:text>(Automation) 2-way matching process </bpmn:text>
|
|
107
|
-
</bpmn:textAnnotation>
|
|
108
|
-
<bpmn:textAnnotation id="Text_ymZSfH">
|
|
109
|
-
<bpmn:text>(Action Center) App Task form with Invoice details and potential PO lookup logic</bpmn:text>
|
|
110
|
-
</bpmn:textAnnotation>
|
|
111
|
-
<bpmn:textAnnotation id="Text_allb53">
|
|
112
|
-
<bpmn:text>(Agent) Resolve Discrepancies</bpmn:text>
|
|
113
|
-
</bpmn:textAnnotation>
|
|
114
|
-
<bpmn:textAnnotation id="Text_9QALjg">
|
|
115
|
-
<bpmn:text>(Integration Service) Send email</bpmn:text>
|
|
116
|
-
</bpmn:textAnnotation>
|
|
117
|
-
<bpmn:textAnnotation id="Text_GvGiGx">
|
|
118
|
-
<bpmn:text>(Automation or IS) Update Invoice status</bpmn:text>
|
|
119
|
-
</bpmn:textAnnotation>
|
|
120
|
-
<bpmn:textAnnotation id="Text_ZpgS6R">
|
|
121
|
-
<bpmn:text>(Timer) wait 1 day before ending the process</bpmn:text>
|
|
122
|
-
</bpmn:textAnnotation>
|
|
123
|
-
<bpmn:textAnnotation id="Text_bUKNbR">
|
|
124
|
-
<bpmn:text>(Integration Service) Wait for email received trigger</bpmn:text>
|
|
125
|
-
</bpmn:textAnnotation>
|
|
126
|
-
</bpmn:process>
|
|
127
|
-
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
128
|
-
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
|
|
129
|
-
<bpmndi:BPMNShape id="S_Event_start" bpmnElement="Event_start">
|
|
130
|
-
<dc:Bounds x="200" y="200" width="36" height="36"/>
|
|
131
|
-
<bpmndi:BPMNLabel>
|
|
132
|
-
<dc:Bounds x="200" y="241" width="36" height="14"/>
|
|
133
|
-
</bpmndi:BPMNLabel>
|
|
134
|
-
</bpmndi:BPMNShape>
|
|
135
|
-
<bpmndi:BPMNShape id="S_Gateway_crXK5x" bpmnElement="Gateway_crXK5x">
|
|
136
|
-
<dc:Bounds x="471.9565709969789" y="193" width="50" height="50"/>
|
|
137
|
-
<bpmndi:BPMNLabel>
|
|
138
|
-
<dc:Bounds x="471.9565709969789" y="248" width="50" height="14"/>
|
|
139
|
-
</bpmndi:BPMNLabel>
|
|
140
|
-
</bpmndi:BPMNShape>
|
|
141
|
-
<bpmndi:BPMNShape id="S_Activity_rm4sCD" bpmnElement="Activity_rm4sCD">
|
|
142
|
-
<dc:Bounds x="646.1280667266545" y="178" width="100" height="80"/>
|
|
143
|
-
<bpmndi:BPMNLabel>
|
|
144
|
-
<dc:Bounds x="646.1280667266545" y="263" width="100" height="14"/>
|
|
145
|
-
</bpmndi:BPMNLabel>
|
|
146
|
-
</bpmndi:BPMNShape>
|
|
147
|
-
<bpmndi:BPMNShape id="S_Event_ZJQg8f" bpmnElement="Event_ZJQg8f">
|
|
148
|
-
<dc:Bounds x="1083.8582326283988" y="200" width="36" height="36"/>
|
|
149
|
-
<bpmndi:BPMNLabel>
|
|
150
|
-
<dc:Bounds x="1083.8582326283988" y="241" width="36" height="14"/>
|
|
151
|
-
</bpmndi:BPMNLabel>
|
|
152
|
-
</bpmndi:BPMNShape>
|
|
153
|
-
<bpmndi:BPMNShape id="S_Gateway_qPUqCu" bpmnElement="Gateway_qPUqCu">
|
|
154
|
-
<dc:Bounds x="671.1280667266545" y="362.3331509376673" width="50" height="50"/>
|
|
155
|
-
<bpmndi:BPMNLabel>
|
|
156
|
-
<dc:Bounds x="671.1280667266545" y="417.3331509376673" width="50" height="14"/>
|
|
157
|
-
</bpmndi:BPMNLabel>
|
|
158
|
-
</bpmndi:BPMNShape>
|
|
159
|
-
<bpmndi:BPMNShape id="S_Activity_wEyFdi" bpmnElement="Activity_wEyFdi">
|
|
160
|
-
<dc:Bounds x="294.7275679758308" y="178" width="100" height="80"/>
|
|
161
|
-
<bpmndi:BPMNLabel>
|
|
162
|
-
<dc:Bounds x="294.7275679758308" y="263" width="100" height="14"/>
|
|
163
|
-
</bpmndi:BPMNLabel>
|
|
164
|
-
</bpmndi:BPMNShape>
|
|
165
|
-
<bpmndi:BPMNShape id="S_Activity_YLux8m" bpmnElement="Activity_YLux8m">
|
|
166
|
-
<dc:Bounds x="908.8582326283988" y="347.3331509376673" width="100" height="80"/>
|
|
167
|
-
<bpmndi:BPMNLabel>
|
|
168
|
-
<dc:Bounds x="908.8582326283988" y="432.3331509376673" width="100" height="14"/>
|
|
169
|
-
</bpmndi:BPMNLabel>
|
|
170
|
-
</bpmndi:BPMNShape>
|
|
171
|
-
<bpmndi:BPMNShape id="S_Activity_RyxxTV" bpmnElement="Activity_RyxxTV">
|
|
172
|
-
<dc:Bounds x="646.1280667266545" y="627.5797192810089" width="100" height="80"/>
|
|
173
|
-
<bpmndi:BPMNLabel>
|
|
174
|
-
<dc:Bounds x="646.1280667266545" y="712.5797192810089" width="100" height="14"/>
|
|
175
|
-
</bpmndi:BPMNLabel>
|
|
176
|
-
</bpmndi:BPMNShape>
|
|
177
|
-
<bpmndi:BPMNShape id="S_Text_JHUu9H" bpmnElement="Text_JHUu9H">
|
|
178
|
-
<dc:Bounds x="161" y="59" width="114" height="67"/>
|
|
179
|
-
<bpmndi:BPMNLabel>
|
|
180
|
-
<dc:Bounds x="161" y="131" width="114" height="14"/>
|
|
181
|
-
</bpmndi:BPMNLabel>
|
|
182
|
-
</bpmndi:BPMNShape>
|
|
183
|
-
<bpmndi:BPMNShape id="S_Text_JTmDcU" bpmnElement="Text_JTmDcU">
|
|
184
|
-
<dc:Bounds x="294.7275679758308" y="50.001462681719914" width="120" height="53"/>
|
|
185
|
-
<bpmndi:BPMNLabel>
|
|
186
|
-
<dc:Bounds x="294.7275679758308" y="108.00146268171991" width="120" height="14"/>
|
|
187
|
-
</bpmndi:BPMNLabel>
|
|
188
|
-
</bpmndi:BPMNShape>
|
|
189
|
-
<bpmndi:BPMNShape id="S_Text_ymZSfH" bpmnElement="Text_ymZSfH">
|
|
190
|
-
<dc:Bounds x="525.6871503347235" y="512.6060808439795" width="125" height="85"/>
|
|
191
|
-
<bpmndi:BPMNLabel>
|
|
192
|
-
<dc:Bounds x="525.6871503347235" y="602.6060808439795" width="125" height="14"/>
|
|
193
|
-
</bpmndi:BPMNLabel>
|
|
194
|
-
</bpmndi:BPMNShape>
|
|
195
|
-
<bpmndi:BPMNShape id="S_Text_allb53" bpmnElement="Text_allb53">
|
|
196
|
-
<dc:Bounds x="291.7275679758308" y="353.8331509376673" width="106" height="67"/>
|
|
197
|
-
<bpmndi:BPMNLabel>
|
|
198
|
-
<dc:Bounds x="291.7275679758308" y="425.8331509376673" width="106" height="14"/>
|
|
199
|
-
</bpmndi:BPMNLabel>
|
|
200
|
-
</bpmndi:BPMNShape>
|
|
201
|
-
<bpmndi:BPMNShape id="S_Text_9QALjg" bpmnElement="Text_9QALjg">
|
|
202
|
-
<dc:Bounds x="796.466144426491" y="481.95520822874937" width="100" height="80"/>
|
|
203
|
-
<bpmndi:BPMNLabel>
|
|
204
|
-
<dc:Bounds x="796.466144426491" y="566.9552082287494" width="100" height="14"/>
|
|
205
|
-
</bpmndi:BPMNLabel>
|
|
206
|
-
</bpmndi:BPMNShape>
|
|
207
|
-
<bpmndi:BPMNShape id="S_Text_GvGiGx" bpmnElement="Text_GvGiGx">
|
|
208
|
-
<dc:Bounds x="689.0118580060423" y="36.501462681719914" width="143" height="69"/>
|
|
209
|
-
<bpmndi:BPMNLabel>
|
|
210
|
-
<dc:Bounds x="689.0118580060423" y="110.50146268171991" width="143" height="14"/>
|
|
211
|
-
</bpmndi:BPMNLabel>
|
|
212
|
-
</bpmndi:BPMNShape>
|
|
213
|
-
<bpmndi:BPMNShape id="S_Gateway_flbv5e" bpmnElement="Gateway_flbv5e">
|
|
214
|
-
<dc:Bounds x="933.8582326283988" y="496.95520822874937" width="50" height="50"/>
|
|
215
|
-
<bpmndi:BPMNLabel>
|
|
216
|
-
<dc:Bounds x="933.8582326283988" y="551.9552082287494" width="50" height="14"/>
|
|
217
|
-
</bpmndi:BPMNLabel>
|
|
218
|
-
</bpmndi:BPMNShape>
|
|
219
|
-
<bpmndi:BPMNShape id="S_Event_dWJgzS" bpmnElement="Event_dWJgzS">
|
|
220
|
-
<dc:Bounds x="1083.8582326283988" y="503.95520822874937" width="36" height="36"/>
|
|
221
|
-
<bpmndi:BPMNLabel>
|
|
222
|
-
<dc:Bounds x="1083.8582326283988" y="544.9552082287494" width="36" height="14"/>
|
|
223
|
-
</bpmndi:BPMNLabel>
|
|
224
|
-
</bpmndi:BPMNShape>
|
|
225
|
-
<bpmndi:BPMNShape id="S_Event_5gGCs9" bpmnElement="Event_5gGCs9">
|
|
226
|
-
<dc:Bounds x="941.4207347091495" y="649.5797192810089" width="36" height="36"/>
|
|
227
|
-
<bpmndi:BPMNLabel>
|
|
228
|
-
<dc:Bounds x="941.4207347091495" y="690.5797192810089" width="36" height="14"/>
|
|
229
|
-
</bpmndi:BPMNLabel>
|
|
230
|
-
</bpmndi:BPMNShape>
|
|
231
|
-
<bpmndi:BPMNShape id="S_Text_ZpgS6R" bpmnElement="Text_ZpgS6R">
|
|
232
|
-
<dc:Bounds x="1219.8582326283988" y="381.95520822874937" width="100" height="80"/>
|
|
233
|
-
<bpmndi:BPMNLabel>
|
|
234
|
-
<dc:Bounds x="1219.8582326283988" y="466.95520822874937" width="100" height="14"/>
|
|
235
|
-
</bpmndi:BPMNLabel>
|
|
236
|
-
</bpmndi:BPMNShape>
|
|
237
|
-
<bpmndi:BPMNShape id="S_Text_bUKNbR" bpmnElement="Text_bUKNbR">
|
|
238
|
-
<dc:Bounds x="908.4207347091495" y="722.6212174164268" width="102" height="80"/>
|
|
239
|
-
<bpmndi:BPMNLabel>
|
|
240
|
-
<dc:Bounds x="908.4207347091495" y="807.6212174164268" width="102" height="14"/>
|
|
241
|
-
</bpmndi:BPMNLabel>
|
|
242
|
-
</bpmndi:BPMNShape>
|
|
243
|
-
<bpmndi:BPMNShape id="S_Activity_TXpbBw" bpmnElement="Activity_TXpbBw">
|
|
244
|
-
<dc:Bounds x="446.9565709969789" y="347.3331509376673" width="100" height="80"/>
|
|
245
|
-
<bpmndi:BPMNLabel>
|
|
246
|
-
<dc:Bounds x="446.9565709969789" y="432.3331509376673" width="100" height="14"/>
|
|
247
|
-
</bpmndi:BPMNLabel>
|
|
248
|
-
</bpmndi:BPMNShape>
|
|
249
|
-
<bpmndi:BPMNShape id="S_Event_R2OdAS" bpmnElement="Event_R2OdAS">
|
|
250
|
-
<dc:Bounds x="479" y="409.3331509376673" width="36" height="36"/>
|
|
251
|
-
<bpmndi:BPMNLabel>
|
|
252
|
-
<dc:Bounds x="479" y="450.3331509376673" width="36" height="14"/>
|
|
253
|
-
</bpmndi:BPMNLabel>
|
|
254
|
-
</bpmndi:BPMNShape>
|
|
255
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge___Event_start-Activity_wEyFdi" bpmnElement="xy-edge___Event_start-Activity_wEyFdi">
|
|
256
|
-
<di:waypoint x="236" y="218"/>
|
|
257
|
-
<di:waypoint x="294.7275679758308" y="218"/>
|
|
258
|
-
</bpmndi:BPMNEdge>
|
|
259
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge___Activity_wEyFdi-Gateway_crXK5x" bpmnElement="xy-edge___Activity_wEyFdi-Gateway_crXK5x">
|
|
260
|
-
<di:waypoint x="394.7275679758308" y="218"/>
|
|
261
|
-
<di:waypoint x="471.9565709969789" y="218"/>
|
|
262
|
-
</bpmndi:BPMNEdge>
|
|
263
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge___Gateway_crXK5x-Activity_rm4sCD" bpmnElement="xy-edge___Gateway_crXK5x-Activity_rm4sCD">
|
|
264
|
-
<di:waypoint x="521.9565709969788" y="218"/>
|
|
265
|
-
<di:waypoint x="646.1280667266545" y="218"/>
|
|
266
|
-
</bpmndi:BPMNEdge>
|
|
267
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge___Gateway_qPUqCu-Activity_YLux8m" bpmnElement="xy-edge___Gateway_qPUqCu-Activity_YLux8m">
|
|
268
|
-
<di:waypoint x="721.1280667266545" y="387"/>
|
|
269
|
-
<di:waypoint x="908.8582326283988" y="387"/>
|
|
270
|
-
</bpmndi:BPMNEdge>
|
|
271
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge__Gateway_qPUqCu-Activity_rm4sCD" bpmnElement="xy-edge__Gateway_qPUqCu-Activity_rm4sCD">
|
|
272
|
-
<di:waypoint x="696" y="362.3331509376673"/>
|
|
273
|
-
<di:waypoint x="696" y="258"/>
|
|
274
|
-
</bpmndi:BPMNEdge>
|
|
275
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge__Activity_RyxxTV-Gateway_qPUqCu" bpmnElement="xy-edge__Activity_RyxxTV-Gateway_qPUqCu">
|
|
276
|
-
<di:waypoint x="696" y="627.5797192810089"/>
|
|
277
|
-
<di:waypoint x="696" y="412.3331509376673"/>
|
|
278
|
-
</bpmndi:BPMNEdge>
|
|
279
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge__Gateway_crXK5x-Activity_TXpbBw" bpmnElement="xy-edge__Gateway_crXK5x-Activity_TXpbBw">
|
|
280
|
-
<di:waypoint x="497" y="243"/>
|
|
281
|
-
<di:waypoint x="497" y="347.3331509376673"/>
|
|
282
|
-
</bpmndi:BPMNEdge>
|
|
283
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge__Activity_TXpbBw-Gateway_qPUqCu" bpmnElement="xy-edge__Activity_TXpbBw-Gateway_qPUqCu">
|
|
284
|
-
<di:waypoint x="546.9565709969788" y="387"/>
|
|
285
|
-
<di:waypoint x="671.1280667266545" y="387"/>
|
|
286
|
-
</bpmndi:BPMNEdge>
|
|
287
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge___Event_start-Text_JHUu9H" bpmnElement="xy-edge___Event_start-Text_JHUu9H">
|
|
288
|
-
<di:waypoint x="218" y="200"/>
|
|
289
|
-
<di:waypoint x="218" y="126"/>
|
|
290
|
-
</bpmndi:BPMNEdge>
|
|
291
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge___Activity_wEyFdi-Text_JTmDcU" bpmnElement="xy-edge___Activity_wEyFdi-Text_JTmDcU">
|
|
292
|
-
<di:waypoint x="345" y="178"/>
|
|
293
|
-
<di:waypoint x="345" y="141"/>
|
|
294
|
-
<di:waypoint x="355" y="141"/>
|
|
295
|
-
<di:waypoint x="355" y="103.00146268171991"/>
|
|
296
|
-
</bpmndi:BPMNEdge>
|
|
297
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge___Activity_RyxxTV-Text_ymZSfH" bpmnElement="xy-edge___Activity_RyxxTV-Text_ymZSfH">
|
|
298
|
-
<di:waypoint x="696" y="627.5797192810089"/>
|
|
299
|
-
<di:waypoint x="696" y="613"/>
|
|
300
|
-
<di:waypoint x="588" y="613"/>
|
|
301
|
-
<di:waypoint x="588" y="597.6060808439795"/>
|
|
302
|
-
</bpmndi:BPMNEdge>
|
|
303
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge___Activity_TXpbBw-Text_allb53" bpmnElement="xy-edge___Activity_TXpbBw-Text_allb53">
|
|
304
|
-
<di:waypoint x="446.9565709969789" y="387"/>
|
|
305
|
-
<di:waypoint x="397.7275679758308" y="387"/>
|
|
306
|
-
</bpmndi:BPMNEdge>
|
|
307
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge___Activity_YLux8m-Text_9QALjg" bpmnElement="xy-edge___Activity_YLux8m-Text_9QALjg">
|
|
308
|
-
<di:waypoint x="959" y="427.3331509376673"/>
|
|
309
|
-
<di:waypoint x="959" y="455"/>
|
|
310
|
-
<di:waypoint x="846" y="455"/>
|
|
311
|
-
<di:waypoint x="846" y="481.95520822874937"/>
|
|
312
|
-
</bpmndi:BPMNEdge>
|
|
313
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge___Activity_YLux8m-Gateway_flbv5e" bpmnElement="xy-edge___Activity_YLux8m-Gateway_flbv5e">
|
|
314
|
-
<di:waypoint x="959" y="427.3331509376673"/>
|
|
315
|
-
<di:waypoint x="959" y="496.95520822874937"/>
|
|
316
|
-
</bpmndi:BPMNEdge>
|
|
317
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge___Gateway_flbv5e-Event_dWJgzS" bpmnElement="xy-edge___Gateway_flbv5e-Event_dWJgzS">
|
|
318
|
-
<di:waypoint x="983.8582326283988" y="522"/>
|
|
319
|
-
<di:waypoint x="1083.8582326283988" y="522"/>
|
|
320
|
-
</bpmndi:BPMNEdge>
|
|
321
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge___Gateway_flbv5e-Event_5gGCs9" bpmnElement="xy-edge___Gateway_flbv5e-Event_5gGCs9">
|
|
322
|
-
<di:waypoint x="959" y="546.9552082287494"/>
|
|
323
|
-
<di:waypoint x="959" y="649.5797192810089"/>
|
|
324
|
-
</bpmndi:BPMNEdge>
|
|
325
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge__Event_dWJgzS-Event_ZJQg8f" bpmnElement="xy-edge__Event_dWJgzS-Event_ZJQg8f">
|
|
326
|
-
<di:waypoint x="1102" y="503.95520822874937"/>
|
|
327
|
-
<di:waypoint x="1102" y="236"/>
|
|
328
|
-
</bpmndi:BPMNEdge>
|
|
329
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge__Event_5gGCs9-Activity_RyxxTV" bpmnElement="xy-edge__Event_5gGCs9-Activity_RyxxTV">
|
|
330
|
-
<di:waypoint x="941.4207347091495" y="668"/>
|
|
331
|
-
<di:waypoint x="746.1280667266545" y="668"/>
|
|
332
|
-
</bpmndi:BPMNEdge>
|
|
333
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge___Event_dWJgzS-Text_ZpgS6R" bpmnElement="xy-edge___Event_dWJgzS-Text_ZpgS6R">
|
|
334
|
-
<di:waypoint x="1119.8582326283988" y="522"/>
|
|
335
|
-
<di:waypoint x="1170" y="522"/>
|
|
336
|
-
<di:waypoint x="1170" y="422"/>
|
|
337
|
-
<di:waypoint x="1219.8582326283988" y="422"/>
|
|
338
|
-
</bpmndi:BPMNEdge>
|
|
339
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge___Event_5gGCs9-Text_bUKNbR" bpmnElement="xy-edge___Event_5gGCs9-Text_bUKNbR">
|
|
340
|
-
<di:waypoint x="959" y="685.5797192810089"/>
|
|
341
|
-
<di:waypoint x="959" y="722.6212174164268"/>
|
|
342
|
-
</bpmndi:BPMNEdge>
|
|
343
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge__Event_R2OdAS-Activity_RyxxTV" bpmnElement="xy-edge__Event_R2OdAS-Activity_RyxxTV">
|
|
344
|
-
<di:waypoint x="497" y="445.3331509376673"/>
|
|
345
|
-
<di:waypoint x="495" y="669"/>
|
|
346
|
-
<di:waypoint x="581" y="668"/>
|
|
347
|
-
<di:waypoint x="646.1280667266545" y="668"/>
|
|
348
|
-
</bpmndi:BPMNEdge>
|
|
349
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge__Activity_rm4sCD-Event_ZJQg8f" bpmnElement="xy-edge__Activity_rm4sCD-Event_ZJQg8f">
|
|
350
|
-
<di:waypoint x="746.1280667266545" y="218"/>
|
|
351
|
-
<di:waypoint x="1083.8582326283988" y="218"/>
|
|
352
|
-
</bpmndi:BPMNEdge>
|
|
353
|
-
<bpmndi:BPMNEdge id="BPMNEdge_xy-edge__Activity_rm4sCD-Text_GvGiGx" bpmnElement="xy-edge__Activity_rm4sCD-Text_GvGiGx">
|
|
354
|
-
<di:waypoint x="696" y="178"/>
|
|
355
|
-
<di:waypoint x="696" y="142"/>
|
|
356
|
-
<di:waypoint x="761" y="142"/>
|
|
357
|
-
<di:waypoint x="761" y="105.50146268171991"/>
|
|
358
|
-
</bpmndi:BPMNEdge>
|
|
359
|
-
</bpmndi:BPMNPlane>
|
|
360
|
-
</bpmndi:BPMNDiagram>
|
|
361
|
-
</bpmn:definitions>
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:uipath="http://uipath.org/schema/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="sample-diagram" targetNamespace="http://www.omg.org/spec/BPMN/20100524/MODEL">
|
|
3
|
-
<bpmn:process id="Process_1" isExecutable="false">
|
|
4
|
-
<bpmn:extensionElements>
|
|
5
|
-
<uipath:variables version="v1" />
|
|
6
|
-
</bpmn:extensionElements>
|
|
7
|
-
<bpmn:startEvent id="Event_start">
|
|
8
|
-
<bpmn:extensionElements>
|
|
9
|
-
<uipath:entryPointId value="06040a68-1da7-40d1-8082-74ccc6ba3f1a" />
|
|
10
|
-
</bpmn:extensionElements>
|
|
11
|
-
<bpmn:outgoing>flow_start_to_fork</bpmn:outgoing>
|
|
12
|
-
</bpmn:startEvent>
|
|
13
|
-
<bpmn:inclusiveGateway id="Gateway_fork">
|
|
14
|
-
<bpmn:incoming>flow_start_to_fork</bpmn:incoming>
|
|
15
|
-
<bpmn:outgoing>flow_fork_to_a</bpmn:outgoing>
|
|
16
|
-
<bpmn:outgoing>flow_fork_to_xor</bpmn:outgoing>
|
|
17
|
-
</bpmn:inclusiveGateway>
|
|
18
|
-
<bpmn:scriptTask id="Activity_A" name="Task A" scriptFormat="JavaScript">
|
|
19
|
-
<bpmn:script>console.log('A')</bpmn:script>
|
|
20
|
-
<bpmn:incoming>flow_fork_to_a</bpmn:incoming>
|
|
21
|
-
<bpmn:outgoing>flow_a_to_join</bpmn:outgoing>
|
|
22
|
-
</bpmn:scriptTask>
|
|
23
|
-
<bpmn:exclusiveGateway id="Gateway_xor" name="XOR" default="flow_xor_away">
|
|
24
|
-
<bpmn:incoming>flow_fork_to_xor</bpmn:incoming>
|
|
25
|
-
<bpmn:outgoing>flow_xor_to_join</bpmn:outgoing>
|
|
26
|
-
<bpmn:outgoing>flow_xor_away</bpmn:outgoing>
|
|
27
|
-
</bpmn:exclusiveGateway>
|
|
28
|
-
<bpmn:scriptTask id="Activity_Away" name="Task Away" scriptFormat="JavaScript">
|
|
29
|
-
<bpmn:script>console.log('Away')</bpmn:script>
|
|
30
|
-
<bpmn:incoming>flow_xor_away</bpmn:incoming>
|
|
31
|
-
<bpmn:outgoing>flow_away_to_end</bpmn:outgoing>
|
|
32
|
-
</bpmn:scriptTask>
|
|
33
|
-
<bpmn:inclusiveGateway id="Gateway_join">
|
|
34
|
-
<bpmn:incoming>flow_a_to_join</bpmn:incoming>
|
|
35
|
-
<bpmn:incoming>flow_xor_to_join</bpmn:incoming>
|
|
36
|
-
<bpmn:outgoing>flow_join_to_d</bpmn:outgoing>
|
|
37
|
-
</bpmn:inclusiveGateway>
|
|
38
|
-
<bpmn:scriptTask id="Activity_D" name="Task D" scriptFormat="JavaScript">
|
|
39
|
-
<bpmn:script>console.log('D')</bpmn:script>
|
|
40
|
-
<bpmn:incoming>flow_join_to_d</bpmn:incoming>
|
|
41
|
-
<bpmn:outgoing>flow_d_to_end</bpmn:outgoing>
|
|
42
|
-
</bpmn:scriptTask>
|
|
43
|
-
<bpmn:endEvent id="Event_end_main">
|
|
44
|
-
<bpmn:incoming>flow_d_to_end</bpmn:incoming>
|
|
45
|
-
</bpmn:endEvent>
|
|
46
|
-
<bpmn:endEvent id="Event_end_away">
|
|
47
|
-
<bpmn:incoming>flow_away_to_end</bpmn:incoming>
|
|
48
|
-
</bpmn:endEvent>
|
|
49
|
-
<bpmn:sequenceFlow id="flow_start_to_fork" sourceRef="Event_start" targetRef="Gateway_fork" />
|
|
50
|
-
<bpmn:sequenceFlow id="flow_fork_to_a" sourceRef="Gateway_fork" targetRef="Activity_A" />
|
|
51
|
-
<bpmn:sequenceFlow id="flow_fork_to_xor" sourceRef="Gateway_fork" targetRef="Gateway_xor" />
|
|
52
|
-
<bpmn:sequenceFlow id="flow_a_to_join" sourceRef="Activity_A" targetRef="Gateway_join" />
|
|
53
|
-
<bpmn:sequenceFlow id="flow_xor_to_join" sourceRef="Gateway_xor" targetRef="Gateway_join" />
|
|
54
|
-
<bpmn:sequenceFlow id="flow_xor_away" sourceRef="Gateway_xor" targetRef="Activity_Away" />
|
|
55
|
-
<bpmn:sequenceFlow id="flow_away_to_end" sourceRef="Activity_Away" targetRef="Event_end_away" />
|
|
56
|
-
<bpmn:sequenceFlow id="flow_join_to_d" sourceRef="Gateway_join" targetRef="Activity_D" />
|
|
57
|
-
<bpmn:sequenceFlow id="flow_d_to_end" sourceRef="Activity_D" targetRef="Event_end_main" />
|
|
58
|
-
</bpmn:process>
|
|
59
|
-
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
60
|
-
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1" />
|
|
61
|
-
</bpmndi:BPMNDiagram>
|
|
62
|
-
</bpmn:definitions>
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:uipath="http://uipath.org/schema/bpmn" >
|
|
3
|
-
<bpmn:process id="Process_1">
|
|
4
|
-
|
|
5
|
-
<bpmn:extensionElements>
|
|
6
|
-
<uipath:variables>
|
|
7
|
-
<uipath:inputOutput
|
|
8
|
-
id="vf57f5770"
|
|
9
|
-
elementId="Activity_b0ea8ed9"
|
|
10
|
-
name="Response"
|
|
11
|
-
type="json"
|
|
12
|
-
default="" />
|
|
13
|
-
</uipath:variables>
|
|
14
|
-
<uipath:bindings>
|
|
15
|
-
<uipath:binding
|
|
16
|
-
id="bda315f50"
|
|
17
|
-
name="Connection"
|
|
18
|
-
type="string"
|
|
19
|
-
default="fa9e0590-a6bb-11ef-b0e6-df3b66e154f8" />
|
|
20
|
-
</uipath:bindings>
|
|
21
|
-
</bpmn:extensionElements>
|
|
22
|
-
|
|
23
|
-
<bpmn:startEvent id="Start_1" name="Begin">
|
|
24
|
-
<bpmn:outgoing>Flow_1</bpmn:outgoing>
|
|
25
|
-
</bpmn:startEvent>
|
|
26
|
-
|
|
27
|
-
<bpmn:serviceTask name="Research task" id="Activity_b0ea8ed9">
|
|
28
|
-
<bpmn:incoming>Flow_1</bpmn:incoming>
|
|
29
|
-
<bpmn:outgoing>Flow_2</bpmn:outgoing>
|
|
30
|
-
<bpmn:extensionElements>
|
|
31
|
-
<uipath:activity version="v1">
|
|
32
|
-
<uipath:type value="[extensionType]" version="v1"/>
|
|
33
|
-
<uipath:context>
|
|
34
|
-
<uipath:input name="connectorKey" type="string"
|
|
35
|
-
value="uipath-crewai-crewai"/>
|
|
36
|
-
<uipath:input name="connectionId" type="string"
|
|
37
|
-
value="=bindings.bda315f50"/>
|
|
38
|
-
<!-- should be binded -->
|
|
39
|
-
<uipath:input name="folderKey" type="string"
|
|
40
|
-
value="717ede25-7494-44d5-9d65-5dab660653f6"/>
|
|
41
|
-
<uipath:input name="folderPath" type="string"
|
|
42
|
-
value="Shared"/>
|
|
43
|
-
<uipath:input name="objectName" type="string"
|
|
44
|
-
value="INVOKE_CREWAI_COMPLETION"/>
|
|
45
|
-
<uipath:input name="operation" type="string"
|
|
46
|
-
value="WaitForCrewaiAgent"/>
|
|
47
|
-
<!-- not sure if this is needed -->
|
|
48
|
-
<uipath:input name="path" type="string"
|
|
49
|
-
value="invoke-crewai-agent"/>
|
|
50
|
-
</uipath:context>
|
|
51
|
-
<uipath:input name="agent" type="string" value="researcher" target="query"/>
|
|
52
|
-
<uipath:input name="body" type="json" target="body">
|
|
53
|
-
<![CDATA[
|
|
54
|
-
{
|
|
55
|
-
"description": "Conduct a thorough research ",
|
|
56
|
-
"expected_output": "\"A list with 10 bullet points about \" vars.v42119920.topic"
|
|
57
|
-
}
|
|
58
|
-
]]>
|
|
59
|
-
</uipath:input>
|
|
60
|
-
<uipath:output name="response"
|
|
61
|
-
type="jsonSchema"
|
|
62
|
-
source="=result"
|
|
63
|
-
var="vf57f5770" />
|
|
64
|
-
</uipath:activity>
|
|
65
|
-
</bpmn:extensionElements>
|
|
66
|
-
</bpmn:serviceTask>
|
|
67
|
-
|
|
68
|
-
<bpmn:endEvent id="End_1" name="Finish">
|
|
69
|
-
<bpmn:incoming>Flow_2</bpmn:incoming>
|
|
70
|
-
</bpmn:endEvent>
|
|
71
|
-
<bpmn:sequenceFlow id="Flow_1" sourceRef="Start_1" targetRef="Activity_b0ea8ed9" />
|
|
72
|
-
<bpmn:sequenceFlow id="Flow_2" sourceRef="Activity_b0ea8ed9" targetRef="End_1" />
|
|
73
|
-
</bpmn:process>
|
|
74
|
-
</bpmn:definitions>
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:uipath="http://uipath.org/schema/bpmn" >
|
|
3
|
-
<bpmn:process id="Process_1">
|
|
4
|
-
|
|
5
|
-
<bpmn:startEvent id="Start_1" name="Begin">
|
|
6
|
-
<bpmn:outgoing>Flow_1</bpmn:outgoing>
|
|
7
|
-
</bpmn:startEvent>
|
|
8
|
-
|
|
9
|
-
<bpmn:serviceTask id="Activity_Validate" name="IxP Extraction Validation">
|
|
10
|
-
<bpmn:incoming>Flow_1</bpmn:incoming>
|
|
11
|
-
<bpmn:outgoing>Flow_2</bpmn:outgoing>
|
|
12
|
-
<bpmn:extensionElements>
|
|
13
|
-
<uipath:activity version="v1">
|
|
14
|
-
<uipath:type value="IXP.ExtractionValidation" version="v2" />
|
|
15
|
-
<uipath:input name="extractionResult" type="jsonSchema" target="bodyField" value="= vars.content.extractionResult" />
|
|
16
|
-
<uipath:input name="documentId" type="string" target="bodyField" value="= vars.digitizedDocumentId" />
|
|
17
|
-
<uipath:input name="actionTitle" type="string" target="bodyField" value="Review Invoice Extraction" />
|
|
18
|
-
<uipath:input name="actionPriority" type="string" target="bodyField" value="Low" />
|
|
19
|
-
<uipath:input name="actionCatalog" type="string" target="bodyField" value="= vars.actionCatalog" />
|
|
20
|
-
<uipath:input name="actionFolder" type="string" target="bodyField" value="= vars.actionFolder" />
|
|
21
|
-
<uipath:input name="storageBucketName" type="string" target="bodyField" value="= vars.bucketName" />
|
|
22
|
-
<uipath:input name="storageBucketDirectoryPath" type="string" target="bodyField" value="= vars.bucketPath" />
|
|
23
|
-
<uipath:output name="Error" type="jsonSchema" source="=Error" var="validationError" />
|
|
24
|
-
<uipath:output name="content" type="jsonSchema" source="=result" var="validatedContent" />
|
|
25
|
-
</uipath:activity>
|
|
26
|
-
</bpmn:extensionElements>
|
|
27
|
-
</bpmn:serviceTask>
|
|
28
|
-
|
|
29
|
-
<bpmn:endEvent id="End_1" name="Finish">
|
|
30
|
-
<bpmn:incoming>Flow_2</bpmn:incoming>
|
|
31
|
-
</bpmn:endEvent>
|
|
32
|
-
<bpmn:sequenceFlow id="Flow_1" sourceRef="Start_1" targetRef="Activity_Validate" />
|
|
33
|
-
<bpmn:sequenceFlow id="Flow_2" sourceRef="Activity_Validate" targetRef="End_1" />
|
|
34
|
-
</bpmn:process>
|
|
35
|
-
</bpmn:definitions>
|