@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,25 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" 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" xmlns:uipath="http://uipath.org/schema/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_Invalid" targetNamespace="http://uipath.com/synthetic/maestro-bpmn/invalid">
|
|
3
|
-
<bpmn:process id="Process_Invalid" name="Invalid Sample" isExecutable="true">
|
|
4
|
-
<bpmn:extensionElements>
|
|
5
|
-
<uipath:variables version="v1">
|
|
6
|
-
<uipath:input id="Var_Request" name="request" type="string" />
|
|
7
|
-
</uipath:variables>
|
|
8
|
-
</bpmn:extensionElements>
|
|
9
|
-
<bpmn:startEvent id="Start"><bpmn:outgoing>Flow_S_G</bpmn:outgoing></bpmn:startEvent>
|
|
10
|
-
<bpmn:exclusiveGateway id="Gw" name="Route"><bpmn:incoming>Flow_S_G</bpmn:incoming><bpmn:outgoing>Flow_G_A</bpmn:outgoing><bpmn:outgoing>Flow_G_B</bpmn:outgoing></bpmn:exclusiveGateway>
|
|
11
|
-
<bpmn:task id="A"><bpmn:incoming>Flow_G_A</bpmn:incoming></bpmn:task>
|
|
12
|
-
<bpmn:task id="B"><bpmn:incoming>Flow_G_B</bpmn:incoming></bpmn:task>
|
|
13
|
-
<bpmn:sequenceFlow id="Flow_S_G" sourceRef="Start" targetRef="Gw" />
|
|
14
|
-
<bpmn:sequenceFlow id="Flow_G_A" sourceRef="Gw" targetRef="A"><bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">=vars.DoesNotExist == "x"</bpmn:conditionExpression></bpmn:sequenceFlow>
|
|
15
|
-
<bpmn:sequenceFlow id="Flow_G_B" sourceRef="Gw" targetRef="B" />
|
|
16
|
-
</bpmn:process>
|
|
17
|
-
<bpmndi:BPMNDiagram id="Diagram_Invalid">
|
|
18
|
-
<bpmndi:BPMNPlane id="Plane_Invalid" bpmnElement="Process_Invalid">
|
|
19
|
-
<bpmndi:BPMNShape id="Sh_Start" bpmnElement="Start"><dc:Bounds x="100" y="100" width="36" height="36" /></bpmndi:BPMNShape>
|
|
20
|
-
<bpmndi:BPMNShape id="Sh_Gw" bpmnElement="Gw"><dc:Bounds x="200" y="93" width="50" height="50" /></bpmndi:BPMNShape>
|
|
21
|
-
<bpmndi:BPMNShape id="Sh_A" bpmnElement="A"><dc:Bounds x="320" y="40" width="100" height="80" /></bpmndi:BPMNShape>
|
|
22
|
-
<bpmndi:BPMNShape id="Sh_B" bpmnElement="B"><dc:Bounds x="320" y="160" width="100" height="80" /></bpmndi:BPMNShape>
|
|
23
|
-
</bpmndi:BPMNPlane>
|
|
24
|
-
</bpmndi:BPMNDiagram>
|
|
25
|
-
</bpmn:definitions>
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" 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" xmlns:uipath="http://uipath.org/schema/bpmn" id="Definitions_Valid" targetNamespace="http://uipath.com/synthetic/maestro-bpmn/valid">
|
|
3
|
-
<bpmn:process id="Process_Valid" name="Valid Baseline" isExecutable="true">
|
|
4
|
-
<bpmn:extensionElements>
|
|
5
|
-
<uipath:variables version="v1">
|
|
6
|
-
<uipath:input id="Var_Request" name="request" type="string" />
|
|
7
|
-
<uipath:output id="Var_Result" name="result" type="string" />
|
|
8
|
-
</uipath:variables>
|
|
9
|
-
</bpmn:extensionElements>
|
|
10
|
-
<bpmn:startEvent id="Start" name="Start">
|
|
11
|
-
<bpmn:outgoing>Flow_Start_Gw</bpmn:outgoing>
|
|
12
|
-
</bpmn:startEvent>
|
|
13
|
-
<bpmn:exclusiveGateway id="Gw" name="Route" default="Flow_Gw_B">
|
|
14
|
-
<bpmn:incoming>Flow_Start_Gw</bpmn:incoming>
|
|
15
|
-
<bpmn:outgoing>Flow_Gw_A</bpmn:outgoing>
|
|
16
|
-
<bpmn:outgoing>Flow_Gw_B</bpmn:outgoing>
|
|
17
|
-
</bpmn:exclusiveGateway>
|
|
18
|
-
<bpmn:task id="Task_A" name="Task A">
|
|
19
|
-
<bpmn:incoming>Flow_Gw_A</bpmn:incoming>
|
|
20
|
-
<bpmn:outgoing>Flow_A_End</bpmn:outgoing>
|
|
21
|
-
</bpmn:task>
|
|
22
|
-
<bpmn:task id="Task_B" name="Task B">
|
|
23
|
-
<bpmn:incoming>Flow_Gw_B</bpmn:incoming>
|
|
24
|
-
<bpmn:outgoing>Flow_B_End</bpmn:outgoing>
|
|
25
|
-
</bpmn:task>
|
|
26
|
-
<bpmn:endEvent id="End" name="End">
|
|
27
|
-
<bpmn:incoming>Flow_A_End</bpmn:incoming>
|
|
28
|
-
<bpmn:incoming>Flow_B_End</bpmn:incoming>
|
|
29
|
-
</bpmn:endEvent>
|
|
30
|
-
<bpmn:sequenceFlow id="Flow_Start_Gw" sourceRef="Start" targetRef="Gw" />
|
|
31
|
-
<bpmn:sequenceFlow id="Flow_Gw_A" sourceRef="Gw" targetRef="Task_A">
|
|
32
|
-
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">=vars.request == "a"</bpmn:conditionExpression>
|
|
33
|
-
</bpmn:sequenceFlow>
|
|
34
|
-
<bpmn:sequenceFlow id="Flow_Gw_B" sourceRef="Gw" targetRef="Task_B" />
|
|
35
|
-
<bpmn:sequenceFlow id="Flow_A_End" sourceRef="Task_A" targetRef="End" />
|
|
36
|
-
<bpmn:sequenceFlow id="Flow_B_End" sourceRef="Task_B" targetRef="End" />
|
|
37
|
-
</bpmn:process>
|
|
38
|
-
<bpmndi:BPMNDiagram id="Diagram_Valid">
|
|
39
|
-
<bpmndi:BPMNPlane id="Plane_Valid" bpmnElement="Process_Valid">
|
|
40
|
-
<bpmndi:BPMNShape id="S_Start" bpmnElement="Start"><dc:Bounds x="100" y="100" width="36" height="36" /></bpmndi:BPMNShape>
|
|
41
|
-
<bpmndi:BPMNShape id="S_Gw" bpmnElement="Gw"><dc:Bounds x="200" y="93" width="50" height="50" /></bpmndi:BPMNShape>
|
|
42
|
-
<bpmndi:BPMNShape id="S_A" bpmnElement="Task_A"><dc:Bounds x="320" y="40" width="100" height="80" /></bpmndi:BPMNShape>
|
|
43
|
-
<bpmndi:BPMNShape id="S_B" bpmnElement="Task_B"><dc:Bounds x="320" y="160" width="100" height="80" /></bpmndi:BPMNShape>
|
|
44
|
-
<bpmndi:BPMNShape id="S_End" bpmnElement="End"><dc:Bounds x="500" y="100" width="36" height="36" /></bpmndi:BPMNShape>
|
|
45
|
-
<bpmndi:BPMNEdge id="E1" bpmnElement="Flow_Start_Gw"><di:waypoint x="136" y="118" /><di:waypoint x="200" y="118" /></bpmndi:BPMNEdge>
|
|
46
|
-
<bpmndi:BPMNEdge id="E2" bpmnElement="Flow_Gw_A"><di:waypoint x="225" y="93" /><di:waypoint x="320" y="80" /></bpmndi:BPMNEdge>
|
|
47
|
-
<bpmndi:BPMNEdge id="E3" bpmnElement="Flow_Gw_B"><di:waypoint x="225" y="143" /><di:waypoint x="320" y="200" /></bpmndi:BPMNEdge>
|
|
48
|
-
<bpmndi:BPMNEdge id="E4" bpmnElement="Flow_A_End"><di:waypoint x="420" y="80" /><di:waypoint x="500" y="118" /></bpmndi:BPMNEdge>
|
|
49
|
-
<bpmndi:BPMNEdge id="E5" bpmnElement="Flow_B_End"><di:waypoint x="420" y="200" /><di:waypoint x="500" y="118" /></bpmndi:BPMNEdge>
|
|
50
|
-
</bpmndi:BPMNPlane>
|
|
51
|
-
</bpmndi:BPMNDiagram>
|
|
52
|
-
</bpmn:definitions>
|
|
@@ -1,157 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
|
|
2
|
-
<semantic:definitions id="_1373649889746" name="A.2.0" targetNamespace="http://www.trisotech.com/definitions/_1373649889746" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:bpsim="http://www.bpsim.org/schemas/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:semantic="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
3
|
-
<semantic:process isExecutable="false" id="WFP-6-">
|
|
4
|
-
<semantic:startEvent name="Start Event" id="_6b5db6a9-037a-49ad-9201-09201e2aaa97">
|
|
5
|
-
<semantic:outgoing>_b50f530c-3450-4e1a-b81f-ea346dc6e1cb</semantic:outgoing>
|
|
6
|
-
</semantic:startEvent>
|
|
7
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 1" id="_5a972b87-735d-454a-b31c-f52fb3afc5c7">
|
|
8
|
-
<semantic:incoming>_b50f530c-3450-4e1a-b81f-ea346dc6e1cb</semantic:incoming>
|
|
9
|
-
<semantic:outgoing>_fe74c141-8843-4b00-a704-5e5e13be53b0</semantic:outgoing>
|
|
10
|
-
</semantic:task>
|
|
11
|
-
<semantic:endEvent name="End Event" id="_258f51eb-b764-4a71-b681-3a01cca14143">
|
|
12
|
-
<semantic:incoming>_a3d40a56-9b7f-417e-911e-d39e7f18b90c</semantic:incoming>
|
|
13
|
-
<semantic:incoming>_d4ce87c6-1373-45d6-a3b4-fbb2a04ee2e5</semantic:incoming>
|
|
14
|
-
</semantic:endEvent>
|
|
15
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 2" id="_4f7d62d7-f0e6-46bc-be00-69e02da38f65">
|
|
16
|
-
<semantic:incoming>_f1478fb7-98c4-4c01-8c15-68bd04c91535</semantic:incoming>
|
|
17
|
-
<semantic:outgoing>_a3d40a56-9b7f-417e-911e-d39e7f18b90c</semantic:outgoing>
|
|
18
|
-
</semantic:task>
|
|
19
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 3" id="_e6eb725a-34bc-45c7-aed0-9f9596cd7bee">
|
|
20
|
-
<semantic:incoming>_a1570a53-28d2-41b1-a3a2-3e50c00d747e</semantic:incoming>
|
|
21
|
-
<semantic:outgoing>_e9ebc7c7-995d-46db-86ce-d823bc2b4687</semantic:outgoing>
|
|
22
|
-
</semantic:task>
|
|
23
|
-
<semantic:exclusiveGateway gatewayDirection="Unspecified" name="Gateway (Split Flow)" id="_35fe57a7-1302-44e2-bf58-032f11af7ecb">
|
|
24
|
-
<semantic:incoming>_fe74c141-8843-4b00-a704-5e5e13be53b0</semantic:incoming>
|
|
25
|
-
<semantic:outgoing>_f1478fb7-98c4-4c01-8c15-68bd04c91535</semantic:outgoing>
|
|
26
|
-
<semantic:outgoing>_a1570a53-28d2-41b1-a3a2-3e50c00d747e</semantic:outgoing>
|
|
27
|
-
<semantic:outgoing>_20ebb3c1-5178-4c7c-a91d-23e58f2aa73b</semantic:outgoing>
|
|
28
|
-
</semantic:exclusiveGateway>
|
|
29
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 4" id="_7d399717-1aba-47ac-8d7d-8aaa033255e0">
|
|
30
|
-
<semantic:incoming>_20ebb3c1-5178-4c7c-a91d-23e58f2aa73b</semantic:incoming>
|
|
31
|
-
<semantic:outgoing>_698b593f-18eb-42ea-b8cd-bcd51e1514cc</semantic:outgoing>
|
|
32
|
-
</semantic:task>
|
|
33
|
-
<semantic:exclusiveGateway gatewayDirection="Unspecified" name="Gateway (Merge Flows)" id="_33c66216-391c-49c2-aa19-d8f0b7f5f91d">
|
|
34
|
-
<semantic:incoming>_e9ebc7c7-995d-46db-86ce-d823bc2b4687</semantic:incoming>
|
|
35
|
-
<semantic:incoming>_698b593f-18eb-42ea-b8cd-bcd51e1514cc</semantic:incoming>
|
|
36
|
-
<semantic:outgoing>_d4ce87c6-1373-45d6-a3b4-fbb2a04ee2e5</semantic:outgoing>
|
|
37
|
-
</semantic:exclusiveGateway>
|
|
38
|
-
<semantic:sequenceFlow sourceRef="_6b5db6a9-037a-49ad-9201-09201e2aaa97" targetRef="_5a972b87-735d-454a-b31c-f52fb3afc5c7" name="" id="_b50f530c-3450-4e1a-b81f-ea346dc6e1cb"/>
|
|
39
|
-
<semantic:sequenceFlow sourceRef="_5a972b87-735d-454a-b31c-f52fb3afc5c7" targetRef="_35fe57a7-1302-44e2-bf58-032f11af7ecb" name="" id="_fe74c141-8843-4b00-a704-5e5e13be53b0"/>
|
|
40
|
-
<semantic:sequenceFlow sourceRef="_35fe57a7-1302-44e2-bf58-032f11af7ecb" targetRef="_4f7d62d7-f0e6-46bc-be00-69e02da38f65" name="" id="_f1478fb7-98c4-4c01-8c15-68bd04c91535"/>
|
|
41
|
-
<semantic:sequenceFlow sourceRef="_4f7d62d7-f0e6-46bc-be00-69e02da38f65" targetRef="_258f51eb-b764-4a71-b681-3a01cca14143" name="" id="_a3d40a56-9b7f-417e-911e-d39e7f18b90c"/>
|
|
42
|
-
<semantic:sequenceFlow sourceRef="_e6eb725a-34bc-45c7-aed0-9f9596cd7bee" targetRef="_33c66216-391c-49c2-aa19-d8f0b7f5f91d" name="" id="_e9ebc7c7-995d-46db-86ce-d823bc2b4687"/>
|
|
43
|
-
<semantic:sequenceFlow sourceRef="_7d399717-1aba-47ac-8d7d-8aaa033255e0" targetRef="_33c66216-391c-49c2-aa19-d8f0b7f5f91d" name="" id="_698b593f-18eb-42ea-b8cd-bcd51e1514cc"/>
|
|
44
|
-
<semantic:sequenceFlow sourceRef="_33c66216-391c-49c2-aa19-d8f0b7f5f91d" targetRef="_258f51eb-b764-4a71-b681-3a01cca14143" name="" id="_d4ce87c6-1373-45d6-a3b4-fbb2a04ee2e5"/>
|
|
45
|
-
<semantic:sequenceFlow sourceRef="_35fe57a7-1302-44e2-bf58-032f11af7ecb" targetRef="_e6eb725a-34bc-45c7-aed0-9f9596cd7bee" name="" id="_a1570a53-28d2-41b1-a3a2-3e50c00d747e"/>
|
|
46
|
-
<semantic:sequenceFlow sourceRef="_35fe57a7-1302-44e2-bf58-032f11af7ecb" targetRef="_7d399717-1aba-47ac-8d7d-8aaa033255e0" name="" id="_20ebb3c1-5178-4c7c-a91d-23e58f2aa73b"/>
|
|
47
|
-
</semantic:process>
|
|
48
|
-
<bpmndi:BPMNDiagram documentation="" id="Trisotech_Visio-_6" name="A.2.0" resolution="96.00000267028808">
|
|
49
|
-
<bpmndi:BPMNPlane bpmnElement="WFP-6-">
|
|
50
|
-
<bpmndi:BPMNShape bpmnElement="_6b5db6a9-037a-49ad-9201-09201e2aaa97" id="S1373649889871__6b5db6a9-037a-49ad-9201-09201e2aaa97">
|
|
51
|
-
<dc:Bounds height="30.0" width="30.0" x="186.0" y="276.0"/>
|
|
52
|
-
<bpmndi:BPMNLabel labelStyle="LS1373649889872">
|
|
53
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="153.67766754457273" y="311.3333333333333"/>
|
|
54
|
-
</bpmndi:BPMNLabel>
|
|
55
|
-
</bpmndi:BPMNShape>
|
|
56
|
-
<bpmndi:BPMNShape bpmnElement="_5a972b87-735d-454a-b31c-f52fb3afc5c7" id="S1373649889873__5a972b87-735d-454a-b31c-f52fb3afc5c7">
|
|
57
|
-
<dc:Bounds height="68.0" width="83.0" x="252.0" y="257.0"/>
|
|
58
|
-
<bpmndi:BPMNLabel labelStyle="LS1373649889872">
|
|
59
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="257.3333333333333" y="284.5818763825664"/>
|
|
60
|
-
</bpmndi:BPMNLabel>
|
|
61
|
-
</bpmndi:BPMNShape>
|
|
62
|
-
<bpmndi:BPMNShape bpmnElement="_258f51eb-b764-4a71-b681-3a01cca14143" id="S1373649889874__258f51eb-b764-4a71-b681-3a01cca14143">
|
|
63
|
-
<dc:Bounds height="32.0" width="32.0" x="736.0" y="244.0"/>
|
|
64
|
-
<bpmndi:BPMNLabel labelStyle="LS1373649889872">
|
|
65
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="656.5963254593175" y="257.5976244140626"/>
|
|
66
|
-
</bpmndi:BPMNLabel>
|
|
67
|
-
</bpmndi:BPMNShape>
|
|
68
|
-
<bpmndi:BPMNShape bpmnElement="_4f7d62d7-f0e6-46bc-be00-69e02da38f65" id="S1373649889875__4f7d62d7-f0e6-46bc-be00-69e02da38f65">
|
|
69
|
-
<dc:Bounds height="68.0" width="83.0" x="480.0" y="172.0"/>
|
|
70
|
-
<bpmndi:BPMNLabel labelStyle="LS1373649889872">
|
|
71
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="485.3333333333333" y="199.58187638256646"/>
|
|
72
|
-
</bpmndi:BPMNLabel>
|
|
73
|
-
</bpmndi:BPMNShape>
|
|
74
|
-
<bpmndi:BPMNShape bpmnElement="_e6eb725a-34bc-45c7-aed0-9f9596cd7bee" id="S1373649889876__e6eb725a-34bc-45c7-aed0-9f9596cd7bee">
|
|
75
|
-
<dc:Bounds height="68.0" width="83.0" x="480.0" y="257.0"/>
|
|
76
|
-
<bpmndi:BPMNLabel labelStyle="LS1373649889872">
|
|
77
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="485.3333333333333" y="284.5818763825664"/>
|
|
78
|
-
</bpmndi:BPMNLabel>
|
|
79
|
-
</bpmndi:BPMNShape>
|
|
80
|
-
<bpmndi:BPMNShape bpmnElement="_35fe57a7-1302-44e2-bf58-032f11af7ecb" isMarkerVisible="false" id="S1373649889877__35fe57a7-1302-44e2-bf58-032f11af7ecb">
|
|
81
|
-
<dc:Bounds height="42.0" width="42.0" x="399.0" y="270.0"/>
|
|
82
|
-
<bpmndi:BPMNLabel labelStyle="LS1373649889872">
|
|
83
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="336.7931758530184" y="311.26591304208245"/>
|
|
84
|
-
</bpmndi:BPMNLabel>
|
|
85
|
-
</bpmndi:BPMNShape>
|
|
86
|
-
<bpmndi:BPMNShape bpmnElement="_7d399717-1aba-47ac-8d7d-8aaa033255e0" id="S1373649889878__7d399717-1aba-47ac-8d7d-8aaa033255e0">
|
|
87
|
-
<dc:Bounds height="68.0" width="83.0" x="480.0" y="352.0"/>
|
|
88
|
-
<bpmndi:BPMNLabel labelStyle="LS1373649889872">
|
|
89
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="485.3333333333333" y="379.5818763825664"/>
|
|
90
|
-
</bpmndi:BPMNLabel>
|
|
91
|
-
</bpmndi:BPMNShape>
|
|
92
|
-
<bpmndi:BPMNShape bpmnElement="_33c66216-391c-49c2-aa19-d8f0b7f5f91d" isMarkerVisible="false" id="S1373649889879__33c66216-391c-49c2-aa19-d8f0b7f5f91d">
|
|
93
|
-
<dc:Bounds height="42.0" width="42.0" x="621.0" y="315.0"/>
|
|
94
|
-
<bpmndi:BPMNLabel labelStyle="LS1373649889872">
|
|
95
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="654.3207349081365" y="347.41024725332187"/>
|
|
96
|
-
</bpmndi:BPMNLabel>
|
|
97
|
-
</bpmndi:BPMNShape>
|
|
98
|
-
<bpmndi:BPMNEdge bpmnElement="_a3d40a56-9b7f-417e-911e-d39e7f18b90c" id="E1373649889881__a3d40a56-9b7f-417e-911e-d39e7f18b90c">
|
|
99
|
-
<di:waypoint x="563.0" y="206.0"/>
|
|
100
|
-
<di:waypoint x="752.0" y="206.0"/>
|
|
101
|
-
<di:waypoint x="752.0" y="244.0"/>
|
|
102
|
-
<bpmndi:BPMNLabel/>
|
|
103
|
-
</bpmndi:BPMNEdge>
|
|
104
|
-
<bpmndi:BPMNEdge bpmnElement="_b50f530c-3450-4e1a-b81f-ea346dc6e1cb" id="E1373649889882__b50f530c-3450-4e1a-b81f-ea346dc6e1cb">
|
|
105
|
-
<di:waypoint x="216.0" y="291.0"/>
|
|
106
|
-
<di:waypoint x="234.0" y="291.0"/>
|
|
107
|
-
<di:waypoint x="252.0" y="291.0"/>
|
|
108
|
-
<bpmndi:BPMNLabel/>
|
|
109
|
-
</bpmndi:BPMNEdge>
|
|
110
|
-
<bpmndi:BPMNEdge bpmnElement="_fe74c141-8843-4b00-a704-5e5e13be53b0" id="E1373649889883__fe74c141-8843-4b00-a704-5e5e13be53b0">
|
|
111
|
-
<di:waypoint x="335.0" y="291.0"/>
|
|
112
|
-
<di:waypoint x="353.0" y="291.0"/>
|
|
113
|
-
<di:waypoint x="399.0" y="291.0"/>
|
|
114
|
-
<bpmndi:BPMNLabel/>
|
|
115
|
-
</bpmndi:BPMNEdge>
|
|
116
|
-
<bpmndi:BPMNEdge bpmnElement="_20ebb3c1-5178-4c7c-a91d-23e58f2aa73b" id="E1373649889884__20ebb3c1-5178-4c7c-a91d-23e58f2aa73b">
|
|
117
|
-
<di:waypoint x="420.0" y="312.0"/>
|
|
118
|
-
<di:waypoint x="420.0" y="386.0"/>
|
|
119
|
-
<di:waypoint x="480.0" y="386.0"/>
|
|
120
|
-
<bpmndi:BPMNLabel/>
|
|
121
|
-
</bpmndi:BPMNEdge>
|
|
122
|
-
<bpmndi:BPMNEdge bpmnElement="_d4ce87c6-1373-45d6-a3b4-fbb2a04ee2e5" id="E1373649889885__d4ce87c6-1373-45d6-a3b4-fbb2a04ee2e5">
|
|
123
|
-
<di:waypoint x="663.0" y="336.0"/>
|
|
124
|
-
<di:waypoint x="752.0" y="336.0"/>
|
|
125
|
-
<di:waypoint x="752.0" y="276.0"/>
|
|
126
|
-
<bpmndi:BPMNLabel/>
|
|
127
|
-
</bpmndi:BPMNEdge>
|
|
128
|
-
<bpmndi:BPMNEdge bpmnElement="_e9ebc7c7-995d-46db-86ce-d823bc2b4687" id="E1373649889886__e9ebc7c7-995d-46db-86ce-d823bc2b4687">
|
|
129
|
-
<di:waypoint x="563.0" y="291.0"/>
|
|
130
|
-
<di:waypoint x="642.0" y="291.0"/>
|
|
131
|
-
<di:waypoint x="642.0" y="315.0"/>
|
|
132
|
-
<bpmndi:BPMNLabel/>
|
|
133
|
-
</bpmndi:BPMNEdge>
|
|
134
|
-
<bpmndi:BPMNEdge bpmnElement="_f1478fb7-98c4-4c01-8c15-68bd04c91535" id="E1373649889887__f1478fb7-98c4-4c01-8c15-68bd04c91535">
|
|
135
|
-
<di:waypoint x="420.0" y="270.0"/>
|
|
136
|
-
<di:waypoint x="420.0" y="206.0"/>
|
|
137
|
-
<di:waypoint x="480.0" y="206.0"/>
|
|
138
|
-
<bpmndi:BPMNLabel/>
|
|
139
|
-
</bpmndi:BPMNEdge>
|
|
140
|
-
<bpmndi:BPMNEdge bpmnElement="_a1570a53-28d2-41b1-a3a2-3e50c00d747e" id="E1373649889888__a1570a53-28d2-41b1-a3a2-3e50c00d747e">
|
|
141
|
-
<di:waypoint x="440.0" y="291.0"/>
|
|
142
|
-
<di:waypoint x="458.0" y="291.0"/>
|
|
143
|
-
<di:waypoint x="480.0" y="291.0"/>
|
|
144
|
-
<bpmndi:BPMNLabel/>
|
|
145
|
-
</bpmndi:BPMNEdge>
|
|
146
|
-
<bpmndi:BPMNEdge bpmnElement="_698b593f-18eb-42ea-b8cd-bcd51e1514cc" id="E1373649889889__698b593f-18eb-42ea-b8cd-bcd51e1514cc">
|
|
147
|
-
<di:waypoint x="563.0" y="386.0"/>
|
|
148
|
-
<di:waypoint x="642.0" y="386.0"/>
|
|
149
|
-
<di:waypoint x="642.0" y="357.0"/>
|
|
150
|
-
<bpmndi:BPMNLabel/>
|
|
151
|
-
</bpmndi:BPMNEdge>
|
|
152
|
-
</bpmndi:BPMNPlane>
|
|
153
|
-
<bpmndi:BPMNLabelStyle id="LS1373649889872">
|
|
154
|
-
<dc:Font isBold="false" isItalic="false" isStrikeThrough="false" isUnderline="false" name="Arial" size="11.0"/>
|
|
155
|
-
</bpmndi:BPMNLabelStyle>
|
|
156
|
-
</bpmndi:BPMNDiagram>
|
|
157
|
-
</semantic:definitions>
|
|
@@ -1,333 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<model:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bonitaConnector="http://www.bonitasoft.org/studio/connector/definition/6.0" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di_1="http://www.omg.org/spec/DD/20100524/DI" xmlns:java="http://jcp.org/en/jsr/detail?id=270" xmlns:model="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:style="http://www.w4.eu/spec/DataComposer/20120927/Diagram/Style" xmlns:w4="http://www.w4.eu/spec/BPMN/20110701/MODEL" xmlns:w4graph="http://www.w4.eu/spec/BPMN/20110930/GRAPH" xsi:schemaLocation="schemaLocation http://www.omg.org/spec/BPMN/20100524/MODEL" id="Bpmn_Definitions_--SwsH2BEeWQ6qGdY3x14w" w4:version="1.0" exporter="BonitaSoft" exporterVersion="6.3.3" expressionLanguage="http://groovy.codehaus.org/" name="A.2.1" targetNamespace="http://bonitasoft.com/_To9ZoDOCEeSknpIVFCxNIQ" typeLanguage="http://www.w3.org/2001/XMLSchema" xmlns:color="http://www.omg.org/spec/BPMN/non-normative/color/1.0">
|
|
3
|
-
<model:process id="_To9ZoTOCEeSknpIVFCxNIQ" name="A.2.1" isExecutable="false" processType="None">
|
|
4
|
-
<model:extensionElements>
|
|
5
|
-
<w4graph:graphStyle>
|
|
6
|
-
<w4graph:basic background="255,255,255" foreground="0,0,0" autoResize="false" borderColor="100,100,100" collapsed="false"/>
|
|
7
|
-
<w4graph:root gridVisible="true" snapToGrid="true" rulerVisible="true" snapToGuide="true" rulerUnit="Pixels">
|
|
8
|
-
<Grid spacing="15" color="230,230,230"/>
|
|
9
|
-
<VerticalRuler/>
|
|
10
|
-
<HorizontalRuler/>
|
|
11
|
-
</w4graph:root>
|
|
12
|
-
</w4graph:graphStyle>
|
|
13
|
-
</model:extensionElements>
|
|
14
|
-
<model:ioSpecification id="_cVGqYDOCEeSknpIVFCxNIQ">
|
|
15
|
-
<model:inputSet id="_cVHRcDOCEeSknpIVFCxNIQ"/>
|
|
16
|
-
<model:outputSet id="_cVH4gDOCEeSknpIVFCxNIQ"/>
|
|
17
|
-
</model:ioSpecification>
|
|
18
|
-
<model:startEvent id="_To9ZojOCEeSknpIVFCxNIQ" name="Start Event" isInterrupting="true">
|
|
19
|
-
<model:extensionElements>
|
|
20
|
-
<w4graph:graphStyle>
|
|
21
|
-
<w4graph:basic background="109,183,0" foreground="0,0,0" autoResize="false" borderColor="100,100,100" collapsed="false"/>
|
|
22
|
-
</w4graph:graphStyle>
|
|
23
|
-
</model:extensionElements>
|
|
24
|
-
<model:outgoing>_To9Z5DOCEeSknpIVFCxNIQ</model:outgoing>
|
|
25
|
-
</model:startEvent>
|
|
26
|
-
<model:task id="_To9ZpzOCEeSknpIVFCxNIQ" name="Task 1" completionQuantity="1" isForCompensation="false" startQuantity="1">
|
|
27
|
-
<model:extensionElements>
|
|
28
|
-
<w4graph:graphStyle>
|
|
29
|
-
<w4graph:basic background="194,215,235" foreground="0,0,0" autoResize="false" borderColor="100,100,100" collapsed="false"/>
|
|
30
|
-
</w4graph:graphStyle>
|
|
31
|
-
</model:extensionElements>
|
|
32
|
-
<model:incoming>_To9Z5DOCEeSknpIVFCxNIQ</model:incoming>
|
|
33
|
-
<model:outgoing>_To9Z5zOCEeSknpIVFCxNIQ</model:outgoing>
|
|
34
|
-
</model:task>
|
|
35
|
-
<model:endEvent id="_To9ZsTOCEeSknpIVFCxNIQ" name="End Event">
|
|
36
|
-
<model:extensionElements>
|
|
37
|
-
<w4graph:graphStyle>
|
|
38
|
-
<w4graph:basic background="190,0,0" foreground="0,0,0" autoResize="false" borderColor="100,100,100" collapsed="false"/>
|
|
39
|
-
</w4graph:graphStyle>
|
|
40
|
-
</model:extensionElements>
|
|
41
|
-
<model:incoming>_To9Z7TOCEeSknpIVFCxNIQ</model:incoming>
|
|
42
|
-
<model:incoming>_To9Z9jOCEeSknpIVFCxNIQ</model:incoming>
|
|
43
|
-
</model:endEvent>
|
|
44
|
-
<model:task id="_To9ZtjOCEeSknpIVFCxNIQ" name="Task 2" completionQuantity="1" default="Bpmn_SequenceFlow_edepQQbbEealeL5I4Yl3Dw" isForCompensation="false" startQuantity="1">
|
|
45
|
-
<model:extensionElements>
|
|
46
|
-
<w4graph:graphStyle>
|
|
47
|
-
<w4graph:basic background="194,215,235" foreground="0,0,0" autoResize="false" borderColor="100,100,100" collapsed="false"/>
|
|
48
|
-
</w4graph:graphStyle>
|
|
49
|
-
</model:extensionElements>
|
|
50
|
-
<model:incoming>_To9Z6jOCEeSknpIVFCxNIQ</model:incoming>
|
|
51
|
-
<model:outgoing>_To9Z7TOCEeSknpIVFCxNIQ</model:outgoing>
|
|
52
|
-
<model:outgoing>Bpmn_SequenceFlow_edepQQbbEealeL5I4Yl3Dw</model:outgoing>
|
|
53
|
-
</model:task>
|
|
54
|
-
<model:task id="_To9ZwDOCEeSknpIVFCxNIQ" name="Task 3" completionQuantity="1" isForCompensation="false" startQuantity="1">
|
|
55
|
-
<model:extensionElements>
|
|
56
|
-
<w4graph:graphStyle>
|
|
57
|
-
<w4graph:basic background="194,215,235" foreground="0,0,0" autoResize="false" borderColor="100,100,100" collapsed="false"/>
|
|
58
|
-
</w4graph:graphStyle>
|
|
59
|
-
</model:extensionElements>
|
|
60
|
-
<model:incoming>_To9Z-TOCEeSknpIVFCxNIQ</model:incoming>
|
|
61
|
-
<model:incoming>Bpmn_SequenceFlow_edepQQbbEealeL5I4Yl3Dw</model:incoming>
|
|
62
|
-
<model:incoming>Bpmn_SequenceFlow_f9nmUQbbEealeL5I4Yl3Dw</model:incoming>
|
|
63
|
-
<model:outgoing>_To9Z8DOCEeSknpIVFCxNIQ</model:outgoing>
|
|
64
|
-
</model:task>
|
|
65
|
-
<model:exclusiveGateway id="_To9ZyjOCEeSknpIVFCxNIQ" name="Gateway
(Split Flow)" gatewayDirection="Unspecified" default="_To9Z6jOCEeSknpIVFCxNIQ">
|
|
66
|
-
<model:extensionElements>
|
|
67
|
-
<w4graph:graphStyle>
|
|
68
|
-
<w4graph:basic background="185,139,0" foreground="0,0,0" autoResize="false" borderColor="100,100,100" collapsed="false"/>
|
|
69
|
-
</w4graph:graphStyle>
|
|
70
|
-
</model:extensionElements>
|
|
71
|
-
<model:incoming>_To9Z5zOCEeSknpIVFCxNIQ</model:incoming>
|
|
72
|
-
<model:outgoing>_To9Z6jOCEeSknpIVFCxNIQ</model:outgoing>
|
|
73
|
-
<model:outgoing>_To9Z-TOCEeSknpIVFCxNIQ</model:outgoing>
|
|
74
|
-
<model:outgoing>_To9Z_DOCEeSknpIVFCxNIQ</model:outgoing>
|
|
75
|
-
</model:exclusiveGateway>
|
|
76
|
-
<model:task id="_To9ZzzOCEeSknpIVFCxNIQ" name="Task 4" completionQuantity="1" default="Bpmn_SequenceFlow_f9nmUQbbEealeL5I4Yl3Dw" isForCompensation="false" startQuantity="1">
|
|
77
|
-
<model:extensionElements>
|
|
78
|
-
<w4graph:graphStyle>
|
|
79
|
-
<w4graph:basic background="194,215,235" foreground="0,0,0" autoResize="false" borderColor="100,100,100" collapsed="false"/>
|
|
80
|
-
</w4graph:graphStyle>
|
|
81
|
-
</model:extensionElements>
|
|
82
|
-
<model:incoming>_To9Z_DOCEeSknpIVFCxNIQ</model:incoming>
|
|
83
|
-
<model:outgoing>_To9Z8zOCEeSknpIVFCxNIQ</model:outgoing>
|
|
84
|
-
<model:outgoing>Bpmn_SequenceFlow_f9nmUQbbEealeL5I4Yl3Dw</model:outgoing>
|
|
85
|
-
</model:task>
|
|
86
|
-
<model:exclusiveGateway id="_To9Z2TOCEeSknpIVFCxNIQ" name="Gateway (Merge Flows)" gatewayDirection="Unspecified">
|
|
87
|
-
<model:extensionElements>
|
|
88
|
-
<w4graph:graphStyle>
|
|
89
|
-
<w4graph:basic background="185,139,0" foreground="0,0,0" autoResize="false" borderColor="100,100,100" collapsed="false"/>
|
|
90
|
-
</w4graph:graphStyle>
|
|
91
|
-
</model:extensionElements>
|
|
92
|
-
<model:incoming>_To9Z8DOCEeSknpIVFCxNIQ</model:incoming>
|
|
93
|
-
<model:incoming>_To9Z8zOCEeSknpIVFCxNIQ</model:incoming>
|
|
94
|
-
<model:outgoing>_To9Z9jOCEeSknpIVFCxNIQ</model:outgoing>
|
|
95
|
-
</model:exclusiveGateway>
|
|
96
|
-
<model:sequenceFlow id="_To9Z5DOCEeSknpIVFCxNIQ" name="" sourceRef="_To9ZojOCEeSknpIVFCxNIQ" targetRef="_To9ZpzOCEeSknpIVFCxNIQ">
|
|
97
|
-
<model:extensionElements>
|
|
98
|
-
<w4graph:graphStyle>
|
|
99
|
-
<w4graph:basic background="255,255,255" foreground="0,0,0" autoResize="false" borderColor="100,100,100" collapsed="false"/>
|
|
100
|
-
<w4graph:line routerType="Rectilinear" automaticRoute="false" closestRoute="false" avoidObstacleRoute="false"/>
|
|
101
|
-
</w4graph:graphStyle>
|
|
102
|
-
</model:extensionElements>
|
|
103
|
-
</model:sequenceFlow>
|
|
104
|
-
<model:sequenceFlow id="_To9Z5zOCEeSknpIVFCxNIQ" name="" sourceRef="_To9ZpzOCEeSknpIVFCxNIQ" targetRef="_To9ZyjOCEeSknpIVFCxNIQ">
|
|
105
|
-
<model:extensionElements>
|
|
106
|
-
<w4graph:graphStyle>
|
|
107
|
-
<w4graph:basic background="255,255,255" foreground="0,0,0" autoResize="false" borderColor="100,100,100" collapsed="false"/>
|
|
108
|
-
<w4graph:line routerType="Rectilinear" automaticRoute="false" closestRoute="false" avoidObstacleRoute="false"/>
|
|
109
|
-
</w4graph:graphStyle>
|
|
110
|
-
</model:extensionElements>
|
|
111
|
-
</model:sequenceFlow>
|
|
112
|
-
<model:sequenceFlow id="_To9Z6jOCEeSknpIVFCxNIQ" name="Default" sourceRef="_To9ZyjOCEeSknpIVFCxNIQ" targetRef="_To9ZtjOCEeSknpIVFCxNIQ">
|
|
113
|
-
<model:extensionElements>
|
|
114
|
-
<w4graph:graphStyle>
|
|
115
|
-
<w4graph:basic background="255,255,255" foreground="0,0,0" autoResize="false" borderColor="100,100,100" collapsed="false"/>
|
|
116
|
-
<w4graph:line routerType="Rectilinear" automaticRoute="true" closestRoute="false" avoidObstacleRoute="false"/>
|
|
117
|
-
</w4graph:graphStyle>
|
|
118
|
-
</model:extensionElements>
|
|
119
|
-
</model:sequenceFlow>
|
|
120
|
-
<model:sequenceFlow id="_To9Z7TOCEeSknpIVFCxNIQ" name="Condition" sourceRef="_To9ZtjOCEeSknpIVFCxNIQ" targetRef="_To9ZsTOCEeSknpIVFCxNIQ">
|
|
121
|
-
<model:extensionElements>
|
|
122
|
-
<w4graph:graphStyle>
|
|
123
|
-
<w4graph:basic background="255,255,255" foreground="0,0,0" autoResize="false" borderColor="100,100,100" collapsed="false"/>
|
|
124
|
-
<w4graph:line routerType="Rectilinear" automaticRoute="false" closestRoute="false" avoidObstacleRoute="false"/>
|
|
125
|
-
</w4graph:graphStyle>
|
|
126
|
-
</model:extensionElements>
|
|
127
|
-
<model:conditionExpression xsi:type="model:tFormalExpression" id="_cVKUwTOCEeSknpIVFCxNIQ" language="http://www.w3.org/1999/XPath">true</model:conditionExpression>
|
|
128
|
-
</model:sequenceFlow>
|
|
129
|
-
<model:sequenceFlow id="_To9Z8DOCEeSknpIVFCxNIQ" sourceRef="_To9ZwDOCEeSknpIVFCxNIQ" targetRef="_To9Z2TOCEeSknpIVFCxNIQ">
|
|
130
|
-
<model:extensionElements>
|
|
131
|
-
<w4graph:graphStyle>
|
|
132
|
-
<w4graph:basic background="255,255,255" foreground="0,0,0" autoResize="false" borderColor="100,100,100" collapsed="false"/>
|
|
133
|
-
<w4graph:line routerType="Rectilinear" automaticRoute="true" closestRoute="false" avoidObstacleRoute="false"/>
|
|
134
|
-
</w4graph:graphStyle>
|
|
135
|
-
</model:extensionElements>
|
|
136
|
-
</model:sequenceFlow>
|
|
137
|
-
<model:sequenceFlow id="_To9Z8zOCEeSknpIVFCxNIQ" name="condition" sourceRef="_To9ZzzOCEeSknpIVFCxNIQ" targetRef="_To9Z2TOCEeSknpIVFCxNIQ">
|
|
138
|
-
<model:extensionElements>
|
|
139
|
-
<w4graph:graphStyle>
|
|
140
|
-
<w4graph:basic background="255,255,255" foreground="0,0,0" autoResize="false" borderColor="100,100,100" collapsed="false"/>
|
|
141
|
-
<w4graph:line routerType="Rectilinear" automaticRoute="false" closestRoute="false" avoidObstacleRoute="false"/>
|
|
142
|
-
</w4graph:graphStyle>
|
|
143
|
-
</model:extensionElements>
|
|
144
|
-
<model:conditionExpression xsi:type="model:tFormalExpression" id="_cVKUwzOCEeSknpIVFCxNIQ" language="http://www.w3.org/1999/XPath"/>
|
|
145
|
-
</model:sequenceFlow>
|
|
146
|
-
<model:sequenceFlow id="_To9Z9jOCEeSknpIVFCxNIQ" name="" sourceRef="_To9Z2TOCEeSknpIVFCxNIQ" targetRef="_To9ZsTOCEeSknpIVFCxNIQ">
|
|
147
|
-
<model:extensionElements>
|
|
148
|
-
<w4graph:graphStyle>
|
|
149
|
-
<w4graph:basic background="255,255,255" foreground="0,0,0" autoResize="false" borderColor="100,100,100" collapsed="false"/>
|
|
150
|
-
<w4graph:line routerType="Rectilinear" automaticRoute="true" closestRoute="false" avoidObstacleRoute="false"/>
|
|
151
|
-
</w4graph:graphStyle>
|
|
152
|
-
</model:extensionElements>
|
|
153
|
-
<model:conditionExpression xsi:type="model:tFormalExpression" id="_cVKUxDOCEeSknpIVFCxNIQ" language="http://www.w3.org/1999/XPath"/>
|
|
154
|
-
</model:sequenceFlow>
|
|
155
|
-
<model:sequenceFlow id="_To9Z-TOCEeSknpIVFCxNIQ" name="" sourceRef="_To9ZyjOCEeSknpIVFCxNIQ" targetRef="_To9ZwDOCEeSknpIVFCxNIQ">
|
|
156
|
-
<model:extensionElements>
|
|
157
|
-
<w4graph:graphStyle>
|
|
158
|
-
<w4graph:basic background="255,255,255" foreground="0,0,0" autoResize="false" borderColor="100,100,100" collapsed="false"/>
|
|
159
|
-
<w4graph:line routerType="Rectilinear" automaticRoute="false" closestRoute="false" avoidObstacleRoute="false"/>
|
|
160
|
-
</w4graph:graphStyle>
|
|
161
|
-
</model:extensionElements>
|
|
162
|
-
<model:conditionExpression xsi:type="model:tFormalExpression" id="_cVKUxTOCEeSknpIVFCxNIQ" language="http://www.w3.org/1999/XPath"/>
|
|
163
|
-
</model:sequenceFlow>
|
|
164
|
-
<model:sequenceFlow id="_To9Z_DOCEeSknpIVFCxNIQ" name="" sourceRef="_To9ZyjOCEeSknpIVFCxNIQ" targetRef="_To9ZzzOCEeSknpIVFCxNIQ">
|
|
165
|
-
<model:extensionElements>
|
|
166
|
-
<w4graph:graphStyle>
|
|
167
|
-
<w4graph:basic background="255,255,255" foreground="0,0,0" autoResize="false" borderColor="100,100,100" collapsed="false"/>
|
|
168
|
-
<w4graph:line routerType="Rectilinear" automaticRoute="true" closestRoute="false" avoidObstacleRoute="false"/>
|
|
169
|
-
</w4graph:graphStyle>
|
|
170
|
-
</model:extensionElements>
|
|
171
|
-
<model:conditionExpression xsi:type="model:tFormalExpression" id="_cVKUxjOCEeSknpIVFCxNIQ" language="http://www.w3.org/1999/XPath"/>
|
|
172
|
-
</model:sequenceFlow>
|
|
173
|
-
<model:sequenceFlow id="Bpmn_SequenceFlow_edepQQbbEealeL5I4Yl3Dw" isImmediate="true" sourceRef="_To9ZtjOCEeSknpIVFCxNIQ" targetRef="_To9ZwDOCEeSknpIVFCxNIQ">
|
|
174
|
-
<model:extensionElements>
|
|
175
|
-
<w4graph:graphStyle>
|
|
176
|
-
<w4graph:basic background="255,255,255" foreground="0,0,0" autoResize="false" borderColor="100,100,100" collapsed="false"/>
|
|
177
|
-
<w4graph:line routerType="Rectilinear" automaticRoute="true" closestRoute="false" avoidObstacleRoute="false"/>
|
|
178
|
-
</w4graph:graphStyle>
|
|
179
|
-
</model:extensionElements>
|
|
180
|
-
</model:sequenceFlow>
|
|
181
|
-
<model:sequenceFlow id="Bpmn_SequenceFlow_f9nmUQbbEealeL5I4Yl3Dw" isImmediate="true" sourceRef="_To9ZzzOCEeSknpIVFCxNIQ" targetRef="_To9ZwDOCEeSknpIVFCxNIQ">
|
|
182
|
-
<model:extensionElements>
|
|
183
|
-
<w4graph:graphStyle>
|
|
184
|
-
<w4graph:basic background="255,255,255" foreground="0,0,0" autoResize="false" borderColor="100,100,100" collapsed="false"/>
|
|
185
|
-
<w4graph:line routerType="Rectilinear" automaticRoute="true" closestRoute="false" avoidObstacleRoute="false"/>
|
|
186
|
-
</w4graph:graphStyle>
|
|
187
|
-
</model:extensionElements>
|
|
188
|
-
</model:sequenceFlow>
|
|
189
|
-
</model:process>
|
|
190
|
-
<di:BPMNDiagram id="Bpmndi_BPMNDiagram_--TXwH2BEeWQ6qGdY3x14w" name="A.2.1">
|
|
191
|
-
<di:BPMNPlane id="plane__To9ZoDOCEeSknpIVFCxNIQ" bpmnElement="_To9ZoTOCEeSknpIVFCxNIQ">
|
|
192
|
-
<di:BPMNShape id="_To9aGzOCEeSknpIVFCxNIQ" bpmnElement="_To9ZojOCEeSknpIVFCxNIQ" color:background-color="#6db700">
|
|
193
|
-
<dc:Bounds height="30.0" width="30.0" x="198.0" y="302.0"/>
|
|
194
|
-
<di:BPMNLabel id="_cVJGoTOCEeSknpIVFCxNIQ" labelStyle="_cVJGoDOCEeSknpIVFCxNIQ">
|
|
195
|
-
<dc:Bounds height="14.0" width="63.0" x="182.0" y="332.0"/>
|
|
196
|
-
</di:BPMNLabel>
|
|
197
|
-
</di:BPMNShape>
|
|
198
|
-
<di:BPMNShape id="_To9aHzOCEeSknpIVFCxNIQ" bpmnElement="_To9ZpzOCEeSknpIVFCxNIQ" color:background-color="#c2d7eb">
|
|
199
|
-
<dc:Bounds height="50.0" width="100.0" x="272.0" y="292.0"/>
|
|
200
|
-
<di:BPMNLabel id="_cVJGojOCEeSknpIVFCxNIQ" labelStyle="_cVJGoDOCEeSknpIVFCxNIQ">
|
|
201
|
-
<dc:Bounds height="14.0" width="44.0" x="300.0" y="310.0"/>
|
|
202
|
-
</di:BPMNLabel>
|
|
203
|
-
</di:BPMNShape>
|
|
204
|
-
<di:BPMNShape id="_To9aIjOCEeSknpIVFCxNIQ" bpmnElement="_To9ZsTOCEeSknpIVFCxNIQ" color:background-color="#be0000">
|
|
205
|
-
<dc:Bounds height="30.0" width="30.0" x="836.0" y="292.0"/>
|
|
206
|
-
<di:BPMNLabel id="_cVJGozOCEeSknpIVFCxNIQ" labelStyle="_cVJGoDOCEeSknpIVFCxNIQ">
|
|
207
|
-
<dc:Bounds height="14.0" width="56.0" x="780.0" y="300.0"/>
|
|
208
|
-
</di:BPMNLabel>
|
|
209
|
-
</di:BPMNShape>
|
|
210
|
-
<di:BPMNShape id="_To9aJjOCEeSknpIVFCxNIQ" bpmnElement="_To9ZtjOCEeSknpIVFCxNIQ" color:background-color="#c2d7eb">
|
|
211
|
-
<dc:Bounds height="50.0" width="100.0" x="540.0" y="207.0"/>
|
|
212
|
-
<di:BPMNLabel id="_cVJtsDOCEeSknpIVFCxNIQ" labelStyle="_cVJGoDOCEeSknpIVFCxNIQ">
|
|
213
|
-
<dc:Bounds height="14.0" width="44.0" x="568.0" y="225.0"/>
|
|
214
|
-
</di:BPMNLabel>
|
|
215
|
-
</di:BPMNShape>
|
|
216
|
-
<di:BPMNShape id="_To9aKTOCEeSknpIVFCxNIQ" bpmnElement="_To9ZwDOCEeSknpIVFCxNIQ" color:background-color="#c2d7eb">
|
|
217
|
-
<dc:Bounds height="50.0" width="100.0" x="540.0" y="292.0"/>
|
|
218
|
-
<di:BPMNLabel id="_cVJtsTOCEeSknpIVFCxNIQ" labelStyle="_cVJGoDOCEeSknpIVFCxNIQ">
|
|
219
|
-
<dc:Bounds height="14.0" width="44.0" x="568.0" y="310.0"/>
|
|
220
|
-
</di:BPMNLabel>
|
|
221
|
-
</di:BPMNShape>
|
|
222
|
-
<di:BPMNShape id="_To9aLDOCEeSknpIVFCxNIQ" bpmnElement="_To9ZyjOCEeSknpIVFCxNIQ" color:background-color="#b98b00">
|
|
223
|
-
<dc:Bounds height="43.0" width="43.0" x="459.0" y="295.0"/>
|
|
224
|
-
<di:BPMNLabel id="_cVJtsjOCEeSknpIVFCxNIQ" labelStyle="_cVJGoDOCEeSknpIVFCxNIQ">
|
|
225
|
-
<dc:Bounds height="28.0" width="68.0" x="391.0" y="338.0"/>
|
|
226
|
-
</di:BPMNLabel>
|
|
227
|
-
</di:BPMNShape>
|
|
228
|
-
<di:BPMNShape id="_To9aMDOCEeSknpIVFCxNIQ" bpmnElement="_To9ZzzOCEeSknpIVFCxNIQ" color:background-color="#c2d7eb">
|
|
229
|
-
<dc:Bounds height="50.0" width="100.0" x="540.0" y="387.0"/>
|
|
230
|
-
<di:BPMNLabel id="_cVJtszOCEeSknpIVFCxNIQ" labelStyle="_cVJGoDOCEeSknpIVFCxNIQ">
|
|
231
|
-
<dc:Bounds height="14.0" width="44.0" x="568.0" y="405.0"/>
|
|
232
|
-
</di:BPMNLabel>
|
|
233
|
-
</di:BPMNShape>
|
|
234
|
-
<di:BPMNShape id="_To9aMzOCEeSknpIVFCxNIQ" bpmnElement="_To9Z2TOCEeSknpIVFCxNIQ" color:background-color="#b98b00">
|
|
235
|
-
<dc:Bounds height="43.0" width="43.0" x="681.0" y="350.0"/>
|
|
236
|
-
<di:BPMNLabel id="_cVJttDOCEeSknpIVFCxNIQ" labelStyle="_cVJGoDOCEeSknpIVFCxNIQ">
|
|
237
|
-
<dc:Bounds height="28.0" width="79.0" x="724.0" y="393.0"/>
|
|
238
|
-
</di:BPMNLabel>
|
|
239
|
-
</di:BPMNShape>
|
|
240
|
-
<di:BPMNEdge id="_To-AuTOCEeSknpIVFCxNIQ" bpmnElement="_To9Z5DOCEeSknpIVFCxNIQ">
|
|
241
|
-
<di_1:waypoint xsi:type="dc:Point" x="228.0" y="316.0"/>
|
|
242
|
-
<di_1:waypoint xsi:type="dc:Point" x="272.0" y="316.0"/>
|
|
243
|
-
</di:BPMNEdge>
|
|
244
|
-
<di:BPMNEdge id="_To-AvjOCEeSknpIVFCxNIQ" bpmnElement="_To9Z5zOCEeSknpIVFCxNIQ">
|
|
245
|
-
<di_1:waypoint xsi:type="dc:Point" x="372.0" y="317.0"/>
|
|
246
|
-
<di_1:waypoint xsi:type="dc:Point" x="459.0" y="317.0"/>
|
|
247
|
-
</di:BPMNEdge>
|
|
248
|
-
<di:BPMNEdge id="_To-AwzOCEeSknpIVFCxNIQ" bpmnElement="_To9Z6jOCEeSknpIVFCxNIQ">
|
|
249
|
-
<di_1:waypoint xsi:type="dc:Point" x="480.0" y="295.0"/>
|
|
250
|
-
<di_1:waypoint xsi:type="dc:Point" x="480.0" y="231.0"/>
|
|
251
|
-
<di_1:waypoint xsi:type="dc:Point" x="540.0" y="231.0"/>
|
|
252
|
-
<di:BPMNLabel id="Bpmndi_BPMNLabel_CmaCsH2JEeWQ6qGdY3x14w" labelStyle="_cVFcQTOCEeSknpIVFCxNIQ">
|
|
253
|
-
<dc:Bounds height="15.0" width="51.0" x="485.0" y="236.0"/>
|
|
254
|
-
</di:BPMNLabel>
|
|
255
|
-
</di:BPMNEdge>
|
|
256
|
-
<di:BPMNEdge id="_To-AyDOCEeSknpIVFCxNIQ" bpmnElement="_To9Z7TOCEeSknpIVFCxNIQ">
|
|
257
|
-
<di_1:waypoint xsi:type="dc:Point" x="640.0" y="228.0"/>
|
|
258
|
-
<di_1:waypoint xsi:type="dc:Point" x="850.0" y="228.0"/>
|
|
259
|
-
<di_1:waypoint xsi:type="dc:Point" x="850.0" y="292.0"/>
|
|
260
|
-
<di:BPMNLabel id="Bpmndi_BPMNLabel_I4N4YH4gEeWe1Mf7vUgLJg" labelStyle="_cVFcQTOCEeSknpIVFCxNIQ">
|
|
261
|
-
<dc:Bounds height="15.0" width="63.0" x="645.0" y="238.0"/>
|
|
262
|
-
</di:BPMNLabel>
|
|
263
|
-
</di:BPMNEdge>
|
|
264
|
-
<di:BPMNEdge id="_To-AzjOCEeSknpIVFCxNIQ" bpmnElement="_To9Z8DOCEeSknpIVFCxNIQ">
|
|
265
|
-
<di_1:waypoint xsi:type="dc:Point" x="640.0" y="316.0"/>
|
|
266
|
-
<di_1:waypoint xsi:type="dc:Point" x="702.0" y="316.0"/>
|
|
267
|
-
<di_1:waypoint xsi:type="dc:Point" x="702.0" y="350.0"/>
|
|
268
|
-
</di:BPMNEdge>
|
|
269
|
-
<di:BPMNEdge id="_To-A0zOCEeSknpIVFCxNIQ" bpmnElement="_To9Z8zOCEeSknpIVFCxNIQ">
|
|
270
|
-
<di_1:waypoint xsi:type="dc:Point" x="640.0" y="418.0"/>
|
|
271
|
-
<di_1:waypoint xsi:type="dc:Point" x="702.0" y="418.0"/>
|
|
272
|
-
<di_1:waypoint xsi:type="dc:Point" x="702.0" y="393.0"/>
|
|
273
|
-
<di:BPMNLabel id="Bpmndi_BPMNLabel_HOBncH4gEeWe1Mf7vUgLJg" labelStyle="_cVFcQTOCEeSknpIVFCxNIQ">
|
|
274
|
-
<dc:Bounds height="15.0" width="63.0" x="645.0" y="423.0"/>
|
|
275
|
-
</di:BPMNLabel>
|
|
276
|
-
</di:BPMNEdge>
|
|
277
|
-
<di:BPMNEdge id="_To-A2TOCEeSknpIVFCxNIQ" bpmnElement="_To9Z9jOCEeSknpIVFCxNIQ">
|
|
278
|
-
<di_1:waypoint xsi:type="dc:Point" x="724.0" y="371.0"/>
|
|
279
|
-
<di_1:waypoint xsi:type="dc:Point" x="850.0" y="371.0"/>
|
|
280
|
-
<di_1:waypoint xsi:type="dc:Point" x="850.0" y="322.0"/>
|
|
281
|
-
</di:BPMNEdge>
|
|
282
|
-
<di:BPMNEdge id="_To-A3jOCEeSknpIVFCxNIQ" bpmnElement="_To9Z-TOCEeSknpIVFCxNIQ">
|
|
283
|
-
<di_1:waypoint xsi:type="dc:Point" x="502.0" y="317.0"/>
|
|
284
|
-
<di_1:waypoint xsi:type="dc:Point" x="540.0" y="317.0"/>
|
|
285
|
-
</di:BPMNEdge>
|
|
286
|
-
<di:BPMNEdge id="_To-A4zOCEeSknpIVFCxNIQ" bpmnElement="_To9Z_DOCEeSknpIVFCxNIQ">
|
|
287
|
-
<di_1:waypoint xsi:type="dc:Point" x="480.0" y="338.0"/>
|
|
288
|
-
<di_1:waypoint xsi:type="dc:Point" x="480.0" y="406.0"/>
|
|
289
|
-
<di_1:waypoint xsi:type="dc:Point" x="540.0" y="406.0"/>
|
|
290
|
-
</di:BPMNEdge>
|
|
291
|
-
<di:BPMNEdge id="Bpmndi_BPMNEdge_edepQgbbEealeL5I4Yl3Dw" bpmnElement="Bpmn_SequenceFlow_edepQQbbEealeL5I4Yl3Dw">
|
|
292
|
-
<di_1:waypoint xsi:type="dc:Point" x="590.0" y="257.0"/>
|
|
293
|
-
<di_1:waypoint xsi:type="dc:Point" x="590.0" y="292.0"/>
|
|
294
|
-
<di:BPMNLabel id="Bpmndi_BPMNLabel_edepQwbbEealeL5I4Yl3Dw" labelStyle="Bpmndi_BPMNLabelStyle_edhFgAbbEealeL5I4Yl3Dw"/>
|
|
295
|
-
</di:BPMNEdge>
|
|
296
|
-
<di:BPMNEdge id="Bpmndi_BPMNEdge_f9nmUgbbEealeL5I4Yl3Dw" bpmnElement="Bpmn_SequenceFlow_f9nmUQbbEealeL5I4Yl3Dw">
|
|
297
|
-
<di_1:waypoint xsi:type="dc:Point" x="590.0" y="387.0"/>
|
|
298
|
-
<di_1:waypoint xsi:type="dc:Point" x="590.0" y="342.0"/>
|
|
299
|
-
<di:BPMNLabel id="Bpmndi_BPMNLabel_f9nmUwbbEealeL5I4Yl3Dw" labelStyle="Bpmndi_BPMNLabelStyle_f9qCkAbbEealeL5I4Yl3Dw"/>
|
|
300
|
-
</di:BPMNEdge>
|
|
301
|
-
</di:BPMNPlane>
|
|
302
|
-
<di:BPMNLabelStyle id="_cVFcQTOCEeSknpIVFCxNIQ">
|
|
303
|
-
<dc:Font name="Segoe UI" size="12.0"/>
|
|
304
|
-
</di:BPMNLabelStyle>
|
|
305
|
-
<di:BPMNLabelStyle id="_cVJGoDOCEeSknpIVFCxNIQ">
|
|
306
|
-
<dc:Font name="Arial" size="11.0"/>
|
|
307
|
-
</di:BPMNLabelStyle>
|
|
308
|
-
<di:BPMNLabelStyle id="Bpmndi_BPMNLabelStyle_qtSqgAbaEealeL5I4Yl3Dw">
|
|
309
|
-
<dc:Font name="Segoe UI" size="12.0"/>
|
|
310
|
-
</di:BPMNLabelStyle>
|
|
311
|
-
<di:BPMNLabelStyle id="Bpmndi_BPMNLabelStyle_yNGD8AbaEealeL5I4Yl3Dw">
|
|
312
|
-
<dc:Font name="Segoe UI" size="12.0"/>
|
|
313
|
-
</di:BPMNLabelStyle>
|
|
314
|
-
<di:BPMNLabelStyle id="Bpmndi_BPMNLabelStyle_6jUIAAbaEealeL5I4Yl3Dw">
|
|
315
|
-
<dc:Font name="Segoe UI" size="12.0"/>
|
|
316
|
-
</di:BPMNLabelStyle>
|
|
317
|
-
<di:BPMNLabelStyle id="Bpmndi_BPMNLabelStyle_Tu18UAbbEealeL5I4Yl3Dw">
|
|
318
|
-
<dc:Font name="Segoe UI" size="12.0"/>
|
|
319
|
-
</di:BPMNLabelStyle>
|
|
320
|
-
<di:BPMNLabelStyle id="Bpmndi_BPMNLabelStyle_Y8qFAAbbEealeL5I4Yl3Dw">
|
|
321
|
-
<dc:Font name="Segoe UI" size="12.0"/>
|
|
322
|
-
</di:BPMNLabelStyle>
|
|
323
|
-
<di:BPMNLabelStyle id="Bpmndi_BPMNLabelStyle_Rj7j8AbbEealeL5I4Yl3Dw">
|
|
324
|
-
<dc:Font name="Segoe UI" size="12.0"/>
|
|
325
|
-
</di:BPMNLabelStyle>
|
|
326
|
-
<di:BPMNLabelStyle id="Bpmndi_BPMNLabelStyle_edhFgAbbEealeL5I4Yl3Dw">
|
|
327
|
-
<dc:Font name="Segoe UI" size="12.0"/>
|
|
328
|
-
</di:BPMNLabelStyle>
|
|
329
|
-
<di:BPMNLabelStyle id="Bpmndi_BPMNLabelStyle_f9qCkAbbEealeL5I4Yl3Dw">
|
|
330
|
-
<dc:Font name="Segoe UI" size="12.0"/>
|
|
331
|
-
</di:BPMNLabelStyle>
|
|
332
|
-
</di:BPMNDiagram>
|
|
333
|
-
</model:definitions>
|