@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,1709 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
|
|
2
|
-
<semantic:definitions id="_1373638079286" name="B.2.0" targetNamespace="http://www.trisotech.com/definitions/_1373638079286" 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:globalUserTask implementation="##WebService" name="Call Activity calling a Global User Task" id="_d4afdad7-65a5-40c6-9fee-e13ba4c0bed4"/>
|
|
4
|
-
<semantic:dataStore capacity="0" isUnlimited="false" id="DS1373638079677" name="Data Store Reference" />
|
|
5
|
-
<semantic:process isExecutable="false" id="Process_ba16239e-181e-4b9f-bc5b-0bb2ee973450">
|
|
6
|
-
<semantic:startEvent name="Start Event 3" id="_200f43e7-1385-46e2-a380-3ef16ebe7847">
|
|
7
|
-
<semantic:outgoing>_60ed96e6-5954-48de-861b-7d1e3c1fb23e</semantic:outgoing>
|
|
8
|
-
</semantic:startEvent>
|
|
9
|
-
<semantic:startEvent name="Start Event 4 Conditional" id="_cba8fbed-2bb6-40a9-8ac5-83e827ce9d9f">
|
|
10
|
-
<semantic:outgoing>_c72ddf62-21b8-4895-a7bf-7a765f5981eb</semantic:outgoing>
|
|
11
|
-
<semantic:conditionalEventDefinition>
|
|
12
|
-
<semantic:condition/>
|
|
13
|
-
</semantic:conditionalEventDefinition>
|
|
14
|
-
</semantic:startEvent>
|
|
15
|
-
<semantic:userTask implementation="##WebService" completionQuantity="1" isForCompensation="false" startQuantity="1" name="User Task 12 Muti-Inst. Seq." id="_c57a5344-213f-4834-a6c3-94ce878b413c">
|
|
16
|
-
<semantic:incoming>_60ed96e6-5954-48de-861b-7d1e3c1fb23e</semantic:incoming>
|
|
17
|
-
<semantic:incoming>_c72ddf62-21b8-4895-a7bf-7a765f5981eb</semantic:incoming>
|
|
18
|
-
<semantic:outgoing>_6c6288e8-43f6-4085-87c7-1ff21c38fe17</semantic:outgoing>
|
|
19
|
-
<semantic:multiInstanceLoopCharacteristics isSequential="true"/>
|
|
20
|
-
</semantic:userTask>
|
|
21
|
-
<semantic:userTask implementation="##WebService" completionQuantity="1" isForCompensation="false" startQuantity="1" name="User Task 13" id="_7f4fe4ea-901f-4c74-bcd4-e933495712fd">
|
|
22
|
-
<semantic:incoming>_6c6288e8-43f6-4085-87c7-1ff21c38fe17</semantic:incoming>
|
|
23
|
-
<semantic:outgoing>_088b81bd-2a43-43a7-86c9-34c1cdd5f11b</semantic:outgoing>
|
|
24
|
-
</semantic:userTask>
|
|
25
|
-
<semantic:boundaryEvent attachedToRef="_7f4fe4ea-901f-4c74-bcd4-e933495712fd" cancelActivity="true" parallelMultiple="false" name="Boundary Intermediate Event Interrupting Message" id="_86b052b4-225c-424e-b900-bb94bdd77cec">
|
|
26
|
-
<semantic:outgoing>_99e68e88-586e-4f77-9506-f30903307209</semantic:outgoing>
|
|
27
|
-
<semantic:messageEventDefinition/>
|
|
28
|
-
</semantic:boundaryEvent>
|
|
29
|
-
<semantic:serviceTask implementation="##WebService" completionQuantity="1" isForCompensation="false" startQuantity="1" name="Service Task 14" id="_3bfec246-ab94-4807-a79a-3df91ac13800">
|
|
30
|
-
<semantic:incoming>_088b81bd-2a43-43a7-86c9-34c1cdd5f11b</semantic:incoming>
|
|
31
|
-
<semantic:outgoing>_9ff30396-5ef2-42c0-ab4b-5343fbb0af21</semantic:outgoing>
|
|
32
|
-
</semantic:serviceTask>
|
|
33
|
-
<semantic:endEvent name="End Event 5 Terminate" id="_778ff738-a5af-4373-a8da-0fbbfae9e00a">
|
|
34
|
-
<semantic:incoming>_99e68e88-586e-4f77-9506-f30903307209</semantic:incoming>
|
|
35
|
-
<semantic:terminateEventDefinition/>
|
|
36
|
-
</semantic:endEvent>
|
|
37
|
-
<semantic:endEvent name="End Event 4" id="_ed405919-9fd6-47d0-bb00-9be7d5467efb">
|
|
38
|
-
<semantic:incoming>_9ff30396-5ef2-42c0-ab4b-5343fbb0af21</semantic:incoming>
|
|
39
|
-
</semantic:endEvent>
|
|
40
|
-
<semantic:sequenceFlow sourceRef="_200f43e7-1385-46e2-a380-3ef16ebe7847" targetRef="_c57a5344-213f-4834-a6c3-94ce878b413c" name="" id="_60ed96e6-5954-48de-861b-7d1e3c1fb23e"/>
|
|
41
|
-
<semantic:sequenceFlow sourceRef="_c57a5344-213f-4834-a6c3-94ce878b413c" targetRef="_7f4fe4ea-901f-4c74-bcd4-e933495712fd" name="" id="_6c6288e8-43f6-4085-87c7-1ff21c38fe17"/>
|
|
42
|
-
<semantic:sequenceFlow sourceRef="_3bfec246-ab94-4807-a79a-3df91ac13800" targetRef="_ed405919-9fd6-47d0-bb00-9be7d5467efb" name="" id="_9ff30396-5ef2-42c0-ab4b-5343fbb0af21"/>
|
|
43
|
-
<semantic:sequenceFlow sourceRef="_86b052b4-225c-424e-b900-bb94bdd77cec" targetRef="_778ff738-a5af-4373-a8da-0fbbfae9e00a" name="" id="_99e68e88-586e-4f77-9506-f30903307209"/>
|
|
44
|
-
<semantic:sequenceFlow sourceRef="_cba8fbed-2bb6-40a9-8ac5-83e827ce9d9f" targetRef="_c57a5344-213f-4834-a6c3-94ce878b413c" name="" id="_c72ddf62-21b8-4895-a7bf-7a765f5981eb"/>
|
|
45
|
-
<semantic:sequenceFlow sourceRef="_7f4fe4ea-901f-4c74-bcd4-e933495712fd" targetRef="_3bfec246-ab94-4807-a79a-3df91ac13800" name="" id="_088b81bd-2a43-43a7-86c9-34c1cdd5f11b"/>
|
|
46
|
-
</semantic:process>
|
|
47
|
-
<semantic:process isExecutable="false" id="WFP-6-1">
|
|
48
|
-
<semantic:dataObject isCollection="false" id="DF1373638080458" name="Data Object"/>
|
|
49
|
-
<semantic:userTask implementation="##WebService" completionQuantity="1" isForCompensation="false" startQuantity="1" name="User Task 8" id="_c9870992-6643-4094-acfd-d76e5e37941b">
|
|
50
|
-
<semantic:incoming>_e6537f9d-e5ea-4abc-a6e8-add13a11b536</semantic:incoming>
|
|
51
|
-
<semantic:outgoing>_8321494b-9c3c-483a-b4d2-79e6254211c0</semantic:outgoing>
|
|
52
|
-
</semantic:userTask>
|
|
53
|
-
<semantic:boundaryEvent attachedToRef="_c9870992-6643-4094-acfd-d76e5e37941b" cancelActivity="false" parallelMultiple="false" name="" id="_708d55c8-684a-4e3b-a69d-69c620cd0ac0">
|
|
54
|
-
<semantic:outgoing>_da47ac6a-4ea1-4bf6-ad3e-8cc60c0ea8a9</semantic:outgoing>
|
|
55
|
-
<semantic:escalationEventDefinition/>
|
|
56
|
-
</semantic:boundaryEvent>
|
|
57
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 5" id="_2a08c361-be51-437e-a86d-c62798c14e83">
|
|
58
|
-
<semantic:incoming>_dbae7e12-67c2-4256-8c50-5811c207ba55</semantic:incoming>
|
|
59
|
-
<semantic:outgoing>_b41b9c86-bc41-4b6e-ac32-70e1342e6128</semantic:outgoing>
|
|
60
|
-
</semantic:task>
|
|
61
|
-
<semantic:boundaryEvent attachedToRef="_2a08c361-be51-437e-a86d-c62798c14e83" cancelActivity="false" parallelMultiple="false" name="Boundary Intermediate Event Non-Interrupting Conditional" id="_732c0641-b12f-448b-b9f8-a68b355782e3">
|
|
62
|
-
<semantic:outgoing>_54574511-c29e-4157-bb8f-8b26f15faaf5</semantic:outgoing>
|
|
63
|
-
<semantic:conditionalEventDefinition>
|
|
64
|
-
<semantic:condition/>
|
|
65
|
-
</semantic:conditionalEventDefinition>
|
|
66
|
-
</semantic:boundaryEvent>
|
|
67
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 9" id="_8f41085a-3302-4cfc-9231-23bb4b43c7a1">
|
|
68
|
-
<semantic:incoming>_da47ac6a-4ea1-4bf6-ad3e-8cc60c0ea8a9</semantic:incoming>
|
|
69
|
-
<semantic:outgoing>_5f52bb2a-c49d-43ae-9253-7b89a8251b2b</semantic:outgoing>
|
|
70
|
-
</semantic:task>
|
|
71
|
-
<semantic:startEvent name="Start Event 1 Timer" id="_4e71bf73-1719-401e-a9a2-85dc89fc1150">
|
|
72
|
-
<semantic:outgoing>_2c124731-3338-46e0-81b5-b435f34941c8</semantic:outgoing>
|
|
73
|
-
<semantic:timerEventDefinition>
|
|
74
|
-
<semantic:timeDate/>
|
|
75
|
-
</semantic:timerEventDefinition>
|
|
76
|
-
</semantic:startEvent>
|
|
77
|
-
<semantic:endEvent name="End Event 3 Signal" id="_5cc02d0f-c090-4e48-8da3-f32cbbca9565">
|
|
78
|
-
<semantic:incoming>_875031ae-f87c-45a3-ae60-ba0cb0ce0bc1</semantic:incoming>
|
|
79
|
-
<semantic:signalEventDefinition/>
|
|
80
|
-
</semantic:endEvent>
|
|
81
|
-
<semantic:endEvent name="End Event 1 Message" id="_b67ba682-c8d6-465b-b538-c287db18d1be">
|
|
82
|
-
<semantic:incoming>_2752e07c-f2e4-4384-8721-70e4abea9765</semantic:incoming>
|
|
83
|
-
<semantic:messageEventDefinition/>
|
|
84
|
-
</semantic:endEvent>
|
|
85
|
-
<semantic:userTask implementation="##WebService" completionQuantity="1" isForCompensation="false" startQuantity="1" name="User Task 3" id="_0e87da16-736e-45b2-95e5-8f45940f3adf">
|
|
86
|
-
<semantic:incoming>_e1f948a6-db76-4c35-ba36-e430eecb63a4</semantic:incoming>
|
|
87
|
-
<semantic:outgoing>_4474c77a-01bb-435e-929a-7eb71bd824a8</semantic:outgoing>
|
|
88
|
-
<semantic:ioSpecification>
|
|
89
|
-
<semantic:dataInput id="Din1373638080886"/>
|
|
90
|
-
<semantic:inputSet>
|
|
91
|
-
<semantic:dataInputRefs>Din1373638080886</semantic:dataInputRefs>
|
|
92
|
-
</semantic:inputSet>
|
|
93
|
-
<semantic:outputSet/>
|
|
94
|
-
</semantic:ioSpecification>
|
|
95
|
-
<semantic:dataInputAssociation id="_f906ca20-8666-41ff-9d37-b76e09ac4f94">
|
|
96
|
-
<semantic:sourceRef>_aa8c769a-276c-4589-b182-7c7bbd0a9e1e</semantic:sourceRef>
|
|
97
|
-
<semantic:targetRef>Din1373638080886</semantic:targetRef>
|
|
98
|
-
</semantic:dataInputAssociation>
|
|
99
|
-
</semantic:userTask>
|
|
100
|
-
<semantic:serviceTask implementation="##WebService" completionQuantity="1" isForCompensation="false" startQuantity="1" name="Service Task 4" id="_ac1fde31-c0cd-4a8a-9728-a5fb49602de7">
|
|
101
|
-
<semantic:incoming>_a9966baf-d9b9-4be1-a4d9-2906ab5add30</semantic:incoming>
|
|
102
|
-
<semantic:outgoing>_b8694c28-408b-4394-b476-41e2a5bcfd94</semantic:outgoing>
|
|
103
|
-
</semantic:serviceTask>
|
|
104
|
-
<semantic:inclusiveGateway default="_be19c2da-316a-47f6-ad7b-eb6c82bf8609" gatewayDirection="Unspecified" name="Inclusive Gateway 1" id="_dec393e7-f182-4d31-b05f-e33ac3a5e35f">
|
|
105
|
-
<semantic:incoming>_4474c77a-01bb-435e-929a-7eb71bd824a8</semantic:incoming>
|
|
106
|
-
<semantic:outgoing>_a9966baf-d9b9-4be1-a4d9-2906ab5add30</semantic:outgoing>
|
|
107
|
-
<semantic:outgoing>_be19c2da-316a-47f6-ad7b-eb6c82bf8609</semantic:outgoing>
|
|
108
|
-
</semantic:inclusiveGateway>
|
|
109
|
-
<semantic:parallelGateway gatewayDirection="Unspecified" name="Parallel Gateway 2" id="_397c783e-ad6a-4cf3-8266-9b41962c83bd">
|
|
110
|
-
<semantic:incoming>_8321494b-9c3c-483a-b4d2-79e6254211c0</semantic:incoming>
|
|
111
|
-
<semantic:incoming>_b41b9c86-bc41-4b6e-ac32-70e1342e6128</semantic:incoming>
|
|
112
|
-
<semantic:incoming>_de249cbe-d431-4e1f-bc8c-a90aec438683</semantic:incoming>
|
|
113
|
-
<semantic:outgoing>_2752e07c-f2e4-4384-8721-70e4abea9765</semantic:outgoing>
|
|
114
|
-
</semantic:parallelGateway>
|
|
115
|
-
<semantic:intermediateCatchEvent parallelMultiple="false" name="Intermediate Event Conditional Catch" id="_c9cb2415-6a2e-49d6-84b9-27babcde4088">
|
|
116
|
-
<semantic:incoming>_5f52bb2a-c49d-43ae-9253-7b89a8251b2b</semantic:incoming>
|
|
117
|
-
<semantic:outgoing>_e503a157-f034-4a8a-ae12-aa524a8ebeee</semantic:outgoing>
|
|
118
|
-
<semantic:conditionalEventDefinition>
|
|
119
|
-
<semantic:condition/>
|
|
120
|
-
</semantic:conditionalEventDefinition>
|
|
121
|
-
</semantic:intermediateCatchEvent>
|
|
122
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 10" id="_a01498ae-086c-4adc-9229-ec3135bc2bcf">
|
|
123
|
-
<semantic:incoming>_e503a157-f034-4a8a-ae12-aa524a8ebeee</semantic:incoming>
|
|
124
|
-
<semantic:outgoing>_875031ae-f87c-45a3-ae60-ba0cb0ce0bc1</semantic:outgoing>
|
|
125
|
-
</semantic:task>
|
|
126
|
-
<semantic:sendTask implementation="##WebService" messageRef="Message_1373638080955" completionQuantity="1" isForCompensation="false" startQuantity="1" name="Send Task 2" id="_76ee26df-2c95-495b-9d9a-cb806aea6baf">
|
|
127
|
-
<semantic:incoming>_19a7094a-7bdf-4819-af86-be22d2cfdc49</semantic:incoming>
|
|
128
|
-
<semantic:outgoing>_e1f948a6-db76-4c35-ba36-e430eecb63a4</semantic:outgoing>
|
|
129
|
-
</semantic:sendTask>
|
|
130
|
-
<semantic:subProcess triggeredByEvent="false" completionQuantity="1" isForCompensation="false" startQuantity="1" name="Collapsed Sub-Process 1 Multi-Instances" id="_149a6e1d-0385-4d0f-a90c-c2150a291a67">
|
|
131
|
-
<semantic:incoming>_e0fbb051-0e07-43cc-a8bf-158492541c0f</semantic:incoming>
|
|
132
|
-
<semantic:outgoing>_dbae7e12-67c2-4256-8c50-5811c207ba55</semantic:outgoing>
|
|
133
|
-
<semantic:multiInstanceLoopCharacteristics isSequential="false"/>
|
|
134
|
-
</semantic:subProcess>
|
|
135
|
-
<semantic:subProcess triggeredByEvent="false" completionQuantity="1" isForCompensation="false" startQuantity="1" name="Expanded Sub-Process 1" id="_303e68ec-dbb3-4d90-8a96-26e0be44f5f3">
|
|
136
|
-
<semantic:incoming>_ce63770e-9f4b-4bc0-a56c-88401c59f0bf</semantic:incoming>
|
|
137
|
-
<semantic:outgoing>_e6537f9d-e5ea-4abc-a6e8-add13a11b536</semantic:outgoing>
|
|
138
|
-
<semantic:startEvent name="Start Event 2" id="_ef372c4d-6c65-4ad2-bc22-5c25e5d0870e">
|
|
139
|
-
<semantic:outgoing>_c68194b4-3618-4655-b128-7eec67483c84</semantic:outgoing>
|
|
140
|
-
</semantic:startEvent>
|
|
141
|
-
<semantic:userTask implementation="##WebService" completionQuantity="1" isForCompensation="false" startQuantity="1" name="User Task 7 Standard Loop" id="_b9343536-6490-4559-8365-71d5c4cbb7cb">
|
|
142
|
-
<semantic:incoming>_c68194b4-3618-4655-b128-7eec67483c84</semantic:incoming>
|
|
143
|
-
<semantic:outgoing>_87ffa0fa-1a2d-4149-bbe9-04e20bc1014b</semantic:outgoing>
|
|
144
|
-
<semantic:standardLoopCharacteristics testBefore="false"/>
|
|
145
|
-
</semantic:userTask>
|
|
146
|
-
<semantic:endEvent name="End Event 2" id="_a9b9c08d-377a-49a8-a869-f82308702018">
|
|
147
|
-
<semantic:incoming>_87ffa0fa-1a2d-4149-bbe9-04e20bc1014b</semantic:incoming>
|
|
148
|
-
</semantic:endEvent>
|
|
149
|
-
<semantic:sequenceFlow sourceRef="_ef372c4d-6c65-4ad2-bc22-5c25e5d0870e" targetRef="_b9343536-6490-4559-8365-71d5c4cbb7cb" name="" id="_c68194b4-3618-4655-b128-7eec67483c84"/>
|
|
150
|
-
<semantic:sequenceFlow sourceRef="_b9343536-6490-4559-8365-71d5c4cbb7cb" targetRef="_a9b9c08d-377a-49a8-a869-f82308702018" name="" id="_87ffa0fa-1a2d-4149-bbe9-04e20bc1014b"/>
|
|
151
|
-
</semantic:subProcess>
|
|
152
|
-
<semantic:intermediateThrowEvent name="Intermediate Event Signal Throw 1" id="_0326fdf5-7c71-41d9-838c-ab141a1b1ed0">
|
|
153
|
-
<semantic:incoming>_b8694c28-408b-4394-b476-41e2a5bcfd94</semantic:incoming>
|
|
154
|
-
<semantic:outgoing>_e0fbb051-0e07-43cc-a8bf-158492541c0f</semantic:outgoing>
|
|
155
|
-
<semantic:signalEventDefinition/>
|
|
156
|
-
</semantic:intermediateThrowEvent>
|
|
157
|
-
<semantic:callActivity calledElement="_d4afdad7-65a5-40c6-9fee-e13ba4c0bed4" completionQuantity="1" isForCompensation="false" startQuantity="1" name="Call Activity calling a Global User Task" id="_a74c1d4d-db90-43ff-8920-139a300b39a5">
|
|
158
|
-
<semantic:incoming>_be19c2da-316a-47f6-ad7b-eb6c82bf8609</semantic:incoming>
|
|
159
|
-
<semantic:outgoing>_ce63770e-9f4b-4bc0-a56c-88401c59f0bf</semantic:outgoing>
|
|
160
|
-
</semantic:callActivity>
|
|
161
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 6" id="_f3698a93-fe0b-4f49-bfa6-68d055936af3">
|
|
162
|
-
<semantic:incoming>_54574511-c29e-4157-bb8f-8b26f15faaf5</semantic:incoming>
|
|
163
|
-
<semantic:outgoing>_de249cbe-d431-4e1f-bc8c-a90aec438683</semantic:outgoing>
|
|
164
|
-
</semantic:task>
|
|
165
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Abstract Task 1" id="_d84e5824-7bb7-4057-9dba-6c8794f7948c">
|
|
166
|
-
<semantic:incoming>_2c124731-3338-46e0-81b5-b435f34941c8</semantic:incoming>
|
|
167
|
-
<semantic:outgoing>_19a7094a-7bdf-4819-af86-be22d2cfdc49</semantic:outgoing>
|
|
168
|
-
</semantic:task>
|
|
169
|
-
<semantic:dataObjectReference dataObjectRef="DF1373638080458" name="Data Object" id="_aa8c769a-276c-4589-b182-7c7bbd0a9e1e"/>
|
|
170
|
-
<semantic:sequenceFlow sourceRef="_4e71bf73-1719-401e-a9a2-85dc89fc1150" targetRef="_d84e5824-7bb7-4057-9dba-6c8794f7948c" name="" id="_2c124731-3338-46e0-81b5-b435f34941c8"/>
|
|
171
|
-
<semantic:sequenceFlow sourceRef="_d84e5824-7bb7-4057-9dba-6c8794f7948c" targetRef="_76ee26df-2c95-495b-9d9a-cb806aea6baf" name="" id="_19a7094a-7bdf-4819-af86-be22d2cfdc49"/>
|
|
172
|
-
<semantic:sequenceFlow sourceRef="_76ee26df-2c95-495b-9d9a-cb806aea6baf" targetRef="_0e87da16-736e-45b2-95e5-8f45940f3adf" name="" id="_e1f948a6-db76-4c35-ba36-e430eecb63a4"/>
|
|
173
|
-
<semantic:sequenceFlow sourceRef="_149a6e1d-0385-4d0f-a90c-c2150a291a67" targetRef="_2a08c361-be51-437e-a86d-c62798c14e83" name="" id="_dbae7e12-67c2-4256-8c50-5811c207ba55"/>
|
|
174
|
-
<semantic:sequenceFlow sourceRef="_0e87da16-736e-45b2-95e5-8f45940f3adf" targetRef="_dec393e7-f182-4d31-b05f-e33ac3a5e35f" name="" id="_4474c77a-01bb-435e-929a-7eb71bd824a8"/>
|
|
175
|
-
<semantic:sequenceFlow sourceRef="_dec393e7-f182-4d31-b05f-e33ac3a5e35f" targetRef="_ac1fde31-c0cd-4a8a-9728-a5fb49602de7" name="Conditional Sequence Flow" id="_a9966baf-d9b9-4be1-a4d9-2906ab5add30"/>
|
|
176
|
-
<semantic:sequenceFlow sourceRef="_dec393e7-f182-4d31-b05f-e33ac3a5e35f" targetRef="_a74c1d4d-db90-43ff-8920-139a300b39a5" name="Default Sequence Flow 1" id="_be19c2da-316a-47f6-ad7b-eb6c82bf8609"/>
|
|
177
|
-
<semantic:sequenceFlow sourceRef="_ac1fde31-c0cd-4a8a-9728-a5fb49602de7" targetRef="_0326fdf5-7c71-41d9-838c-ab141a1b1ed0" name="" id="_b8694c28-408b-4394-b476-41e2a5bcfd94"/>
|
|
178
|
-
<semantic:sequenceFlow sourceRef="_a74c1d4d-db90-43ff-8920-139a300b39a5" targetRef="_303e68ec-dbb3-4d90-8a96-26e0be44f5f3" name="" id="_ce63770e-9f4b-4bc0-a56c-88401c59f0bf"/>
|
|
179
|
-
<semantic:sequenceFlow sourceRef="_0326fdf5-7c71-41d9-838c-ab141a1b1ed0" targetRef="_149a6e1d-0385-4d0f-a90c-c2150a291a67" name="" id="_e0fbb051-0e07-43cc-a8bf-158492541c0f"/>
|
|
180
|
-
<semantic:sequenceFlow sourceRef="_397c783e-ad6a-4cf3-8266-9b41962c83bd" targetRef="_b67ba682-c8d6-465b-b538-c287db18d1be" name="" id="_2752e07c-f2e4-4384-8721-70e4abea9765"/>
|
|
181
|
-
<semantic:sequenceFlow sourceRef="_303e68ec-dbb3-4d90-8a96-26e0be44f5f3" targetRef="_c9870992-6643-4094-acfd-d76e5e37941b" name="" id="_e6537f9d-e5ea-4abc-a6e8-add13a11b536"/>
|
|
182
|
-
<semantic:sequenceFlow sourceRef="_708d55c8-684a-4e3b-a69d-69c620cd0ac0" targetRef="_8f41085a-3302-4cfc-9231-23bb4b43c7a1" name="" id="_da47ac6a-4ea1-4bf6-ad3e-8cc60c0ea8a9"/>
|
|
183
|
-
<semantic:sequenceFlow sourceRef="_c9870992-6643-4094-acfd-d76e5e37941b" targetRef="_397c783e-ad6a-4cf3-8266-9b41962c83bd" name="" id="_8321494b-9c3c-483a-b4d2-79e6254211c0"/>
|
|
184
|
-
<semantic:sequenceFlow sourceRef="_732c0641-b12f-448b-b9f8-a68b355782e3" targetRef="_f3698a93-fe0b-4f49-bfa6-68d055936af3" name="" id="_54574511-c29e-4157-bb8f-8b26f15faaf5"/>
|
|
185
|
-
<semantic:sequenceFlow sourceRef="_2a08c361-be51-437e-a86d-c62798c14e83" targetRef="_397c783e-ad6a-4cf3-8266-9b41962c83bd" name="" id="_b41b9c86-bc41-4b6e-ac32-70e1342e6128"/>
|
|
186
|
-
<semantic:sequenceFlow sourceRef="_f3698a93-fe0b-4f49-bfa6-68d055936af3" targetRef="_397c783e-ad6a-4cf3-8266-9b41962c83bd" name="" id="_de249cbe-d431-4e1f-bc8c-a90aec438683"/>
|
|
187
|
-
<semantic:sequenceFlow sourceRef="_8f41085a-3302-4cfc-9231-23bb4b43c7a1" targetRef="_c9cb2415-6a2e-49d6-84b9-27babcde4088" name="" id="_5f52bb2a-c49d-43ae-9253-7b89a8251b2b"/>
|
|
188
|
-
<semantic:sequenceFlow sourceRef="_a01498ae-086c-4adc-9229-ec3135bc2bcf" targetRef="_5cc02d0f-c090-4e48-8da3-f32cbbca9565" name="" id="_875031ae-f87c-45a3-ae60-ba0cb0ce0bc1"/>
|
|
189
|
-
<semantic:sequenceFlow sourceRef="_c9cb2415-6a2e-49d6-84b9-27babcde4088" targetRef="_a01498ae-086c-4adc-9229-ec3135bc2bcf" name="" id="_e503a157-f034-4a8a-ae12-aa524a8ebeee"/>
|
|
190
|
-
<semantic:textAnnotation id="_4815ea6a-ede2-489b-8b37-2cdb2835b02c">
|
|
191
|
-
<semantic:text>Annotation</semantic:text>
|
|
192
|
-
</semantic:textAnnotation>
|
|
193
|
-
<semantic:association associationDirection="None" sourceRef="_303e68ec-dbb3-4d90-8a96-26e0be44f5f3" targetRef="_4815ea6a-ede2-489b-8b37-2cdb2835b02c" id="_5362a7ef-ce7e-4a91-9c38-66c07b1b5f49"/>
|
|
194
|
-
</semantic:process>
|
|
195
|
-
<semantic:process isExecutable="false" id="WFP-6-2">
|
|
196
|
-
<semantic:laneSet id="ls_55bb31e8-9e62-48ea-8f0e-1a748c04bbf6">
|
|
197
|
-
<semantic:lane name="Lane 1" id="_4a6df7ac-26d8-4718-ac05-90af463d5e23">
|
|
198
|
-
<semantic:flowNodeRef>_7e6ccf38-e740-4537-a439-a8e984d066de</semantic:flowNodeRef>
|
|
199
|
-
<semantic:flowNodeRef>_fa90f891-fc07-463a-97c9-2ee0812351e1</semantic:flowNodeRef>
|
|
200
|
-
<semantic:flowNodeRef>_1237e756-d53c-4591-a731-dafffbf0b3f9</semantic:flowNodeRef>
|
|
201
|
-
<semantic:flowNodeRef>_73343358-7838-48a1-baf2-2b0266e3a55b</semantic:flowNodeRef>
|
|
202
|
-
<semantic:flowNodeRef>_137281ee-758e-4c36-8942-74c5d807e1b3</semantic:flowNodeRef>
|
|
203
|
-
<semantic:flowNodeRef>_15e9a3bf-53de-40d8-8364-7f534b175ff4</semantic:flowNodeRef>
|
|
204
|
-
<semantic:flowNodeRef>_dbca671f-08b6-4b58-a614-62b98fa36be5</semantic:flowNodeRef>
|
|
205
|
-
<semantic:flowNodeRef>_f2081fdb-3b8a-480b-9f61-fbf683e2018c</semantic:flowNodeRef>
|
|
206
|
-
<semantic:flowNodeRef>_be29f267-9d56-46ef-8bbc-e13513b25fce</semantic:flowNodeRef>
|
|
207
|
-
<semantic:flowNodeRef>_3a19ce2d-e30d-461c-aeaa-b2acb118f9a4</semantic:flowNodeRef>
|
|
208
|
-
<semantic:flowNodeRef>_ba16239e-181e-4b9f-bc5b-0bb2ee973450</semantic:flowNodeRef>
|
|
209
|
-
<semantic:flowNodeRef>_087d0602-ff51-491e-a021-d2e7c940dbd8</semantic:flowNodeRef>
|
|
210
|
-
<semantic:flowNodeRef>_49e94b5f-ce21-4c2b-b78d-3cde5c09c15e</semantic:flowNodeRef>
|
|
211
|
-
<semantic:flowNodeRef>_a38484e2-7bdb-48b1-b62e-139d51d6a147</semantic:flowNodeRef>
|
|
212
|
-
<semantic:flowNodeRef>_c889aa27-e389-48eb-aa18-613ec53614e7</semantic:flowNodeRef>
|
|
213
|
-
<semantic:flowNodeRef>_f27040d5-765c-493c-bbe7-9fb6ad04cbdc</semantic:flowNodeRef>
|
|
214
|
-
<semantic:flowNodeRef>_0263ca9e-2ca0-4f4e-b7dd-86e15dcf2447</semantic:flowNodeRef>
|
|
215
|
-
<semantic:flowNodeRef>_796ccbc5-ad88-465c-849a-87447a0283d3</semantic:flowNodeRef>
|
|
216
|
-
<semantic:flowNodeRef>_05c6bc89-5265-435c-8a9e-533c44a6888b</semantic:flowNodeRef>
|
|
217
|
-
<semantic:flowNodeRef>_511d95ed-38f9-473e-9466-525285a007f5</semantic:flowNodeRef>
|
|
218
|
-
<semantic:flowNodeRef>_187063b6-107e-4ac9-bdb3-e8ce9d83763d</semantic:flowNodeRef>
|
|
219
|
-
<semantic:flowNodeRef>_f07e4bd2-768d-42c6-a8d5-24d1c3bfa3cb</semantic:flowNodeRef>
|
|
220
|
-
<semantic:flowNodeRef>_663e9963-9cf6-4032-9652-3a20f50dcda3</semantic:flowNodeRef>
|
|
221
|
-
<semantic:flowNodeRef>_034907bf-d3d7-4629-818c-14c3e69d5bc6</semantic:flowNodeRef>
|
|
222
|
-
</semantic:lane>
|
|
223
|
-
<semantic:lane name="Lane 2" id="_3400f56a-4565-47d1-91db-0ba17b958cb2">
|
|
224
|
-
<semantic:flowNodeRef>_d58753a7-d38b-49cd-914d-14e4cdaa4449</semantic:flowNodeRef>
|
|
225
|
-
<semantic:flowNodeRef>_147b1900-7e7d-4b8f-b243-0155265f1c00</semantic:flowNodeRef>
|
|
226
|
-
<semantic:flowNodeRef>_25beeb17-acc3-4cca-9590-f1cd2f353434</semantic:flowNodeRef>
|
|
227
|
-
<semantic:flowNodeRef>_928cd158-ebe1-4c0a-9c3e-42e77d663aa2</semantic:flowNodeRef>
|
|
228
|
-
<semantic:flowNodeRef>_0ab0e0ac-f88b-4402-9986-e95a72dfc8a3</semantic:flowNodeRef>
|
|
229
|
-
<semantic:flowNodeRef>_242b8e6c-681c-438e-ab34-729255121eff</semantic:flowNodeRef>
|
|
230
|
-
<semantic:flowNodeRef>_25a1f26b-d8b8-4b9b-b768-f14b8d104f9c</semantic:flowNodeRef>
|
|
231
|
-
<semantic:flowNodeRef>_8476a0f7-36b7-4666-a3b2-c18efcc68a94</semantic:flowNodeRef>
|
|
232
|
-
<semantic:flowNodeRef>_10ecbff1-cd15-4a5c-9aa5-6f2a35479416</semantic:flowNodeRef>
|
|
233
|
-
<semantic:flowNodeRef>_4f5e6e50-d9d0-4f97-959a-d1b8e1e32788</semantic:flowNodeRef>
|
|
234
|
-
<semantic:flowNodeRef>_cbebc7f2-9fb5-4fbf-a6dc-13140c784da7</semantic:flowNodeRef>
|
|
235
|
-
<semantic:flowNodeRef>_df7727a0-f509-45eb-bb89-85753f439576</semantic:flowNodeRef>
|
|
236
|
-
<semantic:flowNodeRef>_189118eb-65fc-43e8-8a34-a155b113914f</semantic:flowNodeRef>
|
|
237
|
-
<semantic:flowNodeRef>_d92d850c-37ac-47ea-9344-dc986289de47</semantic:flowNodeRef>
|
|
238
|
-
<semantic:flowNodeRef>_1215d072-524b-4724-99d7-a0a406435904</semantic:flowNodeRef>
|
|
239
|
-
<semantic:flowNodeRef>_dfb273c6-0ad3-4030-9e72-638adf7ca75f</semantic:flowNodeRef>
|
|
240
|
-
<semantic:flowNodeRef>_56ab3884-4b26-4398-be6f-5f0bb5f81be4</semantic:flowNodeRef>
|
|
241
|
-
<semantic:flowNodeRef>_0e99d67a-a88a-4631-85cc-aa1f9cd8cc5e</semantic:flowNodeRef>
|
|
242
|
-
</semantic:lane>
|
|
243
|
-
</semantic:laneSet>
|
|
244
|
-
<semantic:subProcess triggeredByEvent="false" completionQuantity="1" isForCompensation="false" startQuantity="1" name="Expanded Sub-Process 2" id="_7e6ccf38-e740-4537-a439-a8e984d066de">
|
|
245
|
-
<semantic:incoming>_3e8b97e7-d6a5-44dc-b5ca-6f2c39ba4911</semantic:incoming>
|
|
246
|
-
<semantic:outgoing>_70617827-824b-4797-b424-4179b8b6cbdd</semantic:outgoing>
|
|
247
|
-
<semantic:startEvent name="Start Event 5 None" id="_1df01cbc-5d8c-444e-b1db-da3efdee254a">
|
|
248
|
-
<semantic:outgoing>_2d1047ce-fdd5-4cb6-9f0c-0ee8d6d3044a</semantic:outgoing>
|
|
249
|
-
</semantic:startEvent>
|
|
250
|
-
<semantic:serviceTask implementation="##WebService" completionQuantity="1" isForCompensation="false" startQuantity="1" name="Service Task 22" id="_6936f794-7bbb-4aa1-ae48-3a35bab4e2f4">
|
|
251
|
-
<semantic:incoming>_2d1047ce-fdd5-4cb6-9f0c-0ee8d6d3044a</semantic:incoming>
|
|
252
|
-
<semantic:outgoing>_062ae395-4aba-408b-ac64-4987752be95b</semantic:outgoing>
|
|
253
|
-
<semantic:multiInstanceLoopCharacteristics isSequential="false"/>
|
|
254
|
-
</semantic:serviceTask>
|
|
255
|
-
<semantic:endEvent name="End Event 8 None" id="_4f744697-3643-41a9-9d07-84c78e2df64b">
|
|
256
|
-
<semantic:incoming>_062ae395-4aba-408b-ac64-4987752be95b</semantic:incoming>
|
|
257
|
-
</semantic:endEvent>
|
|
258
|
-
<semantic:sequenceFlow sourceRef="_1df01cbc-5d8c-444e-b1db-da3efdee254a" targetRef="_6936f794-7bbb-4aa1-ae48-3a35bab4e2f4" name="" id="_2d1047ce-fdd5-4cb6-9f0c-0ee8d6d3044a"/>
|
|
259
|
-
<semantic:sequenceFlow sourceRef="_6936f794-7bbb-4aa1-ae48-3a35bab4e2f4" targetRef="_4f744697-3643-41a9-9d07-84c78e2df64b" name="" id="_062ae395-4aba-408b-ac64-4987752be95b"/>
|
|
260
|
-
</semantic:subProcess>
|
|
261
|
-
<semantic:boundaryEvent attachedToRef="_7e6ccf38-e740-4537-a439-a8e984d066de" cancelActivity="false" parallelMultiple="false" name="Boundary Intermediate Event Non-Interrupting Timer" id="_5a6baa94-303a-4750-bde2-e1cd6edace37">
|
|
262
|
-
<semantic:outgoing>_e59dbf35-3f4e-4701-bc2a-75e32cbaa732</semantic:outgoing>
|
|
263
|
-
<semantic:timerEventDefinition>
|
|
264
|
-
<semantic:timeDate/>
|
|
265
|
-
</semantic:timerEventDefinition>
|
|
266
|
-
</semantic:boundaryEvent>
|
|
267
|
-
<semantic:boundaryEvent attachedToRef="_7e6ccf38-e740-4537-a439-a8e984d066de" cancelActivity="true" parallelMultiple="false" name="Boundary Intermediate Event Interrupting Error" id="_3c56e6dc-bc87-4d98-b499-462c5b741c5a">
|
|
268
|
-
<semantic:outgoing>_708324bb-26d0-4358-a96f-a4fabc14069f</semantic:outgoing>
|
|
269
|
-
<semantic:errorEventDefinition/>
|
|
270
|
-
</semantic:boundaryEvent>
|
|
271
|
-
<semantic:serviceTask implementation="##WebService" completionQuantity="1" isForCompensation="false" startQuantity="1" name="Service Task 15" id="_fa90f891-fc07-463a-97c9-2ee0812351e1">
|
|
272
|
-
<semantic:incoming>_c1931975-c1c3-499e-8a57-89b61affba3a</semantic:incoming>
|
|
273
|
-
<semantic:outgoing>_c8c10b02-ea53-4a0c-b605-b3252d5560cd</semantic:outgoing>
|
|
274
|
-
</semantic:serviceTask>
|
|
275
|
-
<semantic:boundaryEvent attachedToRef="_fa90f891-fc07-463a-97c9-2ee0812351e1" cancelActivity="true" parallelMultiple="false" name="Boundary Intermediate Event Interrupting Conditional" id="_68ca1f8b-5028-4079-9e35-619b529f4d71">
|
|
276
|
-
<semantic:outgoing>_78361e03-8ab9-4317-b8f6-2daa90f20f54</semantic:outgoing>
|
|
277
|
-
<semantic:conditionalEventDefinition>
|
|
278
|
-
<semantic:condition/>
|
|
279
|
-
</semantic:conditionalEventDefinition>
|
|
280
|
-
</semantic:boundaryEvent>
|
|
281
|
-
<semantic:callActivity calledElement="WFP-0-" name="Collapsed Call Activity" id="_1237e756-d53c-4591-a731-dafffbf0b3f9">
|
|
282
|
-
<semantic:incoming>_837a8629-1540-473c-b41f-7e13ad80c052</semantic:incoming>
|
|
283
|
-
<semantic:outgoing>_b77e4b02-22b9-4a57-b0f9-4248410d0675</semantic:outgoing>
|
|
284
|
-
</semantic:callActivity>
|
|
285
|
-
<semantic:boundaryEvent attachedToRef="_1237e756-d53c-4591-a731-dafffbf0b3f9" cancelActivity="false" parallelMultiple="false" name="Boundary Intermediate Event Non-Interrupting Escalation" id="_45ceee21-0f15-4bf8-87a9-b3f808173e61">
|
|
286
|
-
<semantic:outgoing>_07b92d12-375f-41c5-b0a9-8961ac773afe</semantic:outgoing>
|
|
287
|
-
<semantic:escalationEventDefinition/>
|
|
288
|
-
</semantic:boundaryEvent>
|
|
289
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 23" id="_73343358-7838-48a1-baf2-2b0266e3a55b">
|
|
290
|
-
<semantic:incoming>_70617827-824b-4797-b424-4179b8b6cbdd</semantic:incoming>
|
|
291
|
-
<semantic:incoming>_2257c019-bc17-4ba9-9e07-a9de7913ada3</semantic:incoming>
|
|
292
|
-
<semantic:outgoing>_02f751bb-2e42-489a-bef1-cc5360d5c3d8</semantic:outgoing>
|
|
293
|
-
</semantic:task>
|
|
294
|
-
<semantic:boundaryEvent attachedToRef="_73343358-7838-48a1-baf2-2b0266e3a55b" cancelActivity="false" parallelMultiple="false" name="Boundary Intermediate Event Non-Interrupting Signal" id="_e454657a-0173-41a4-a4c7-d16ec224f2e1">
|
|
295
|
-
<semantic:outgoing>_a639a36d-a1df-43b1-8ed1-e06afa899733</semantic:outgoing>
|
|
296
|
-
<semantic:signalEventDefinition/>
|
|
297
|
-
</semantic:boundaryEvent>
|
|
298
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 21" id="_137281ee-758e-4c36-8942-74c5d807e1b3">
|
|
299
|
-
<semantic:incoming>_2a32599c-d1f4-4f2c-bf65-0f0e4f6ac87f</semantic:incoming>
|
|
300
|
-
<semantic:outgoing>_3e8b97e7-d6a5-44dc-b5ca-6f2c39ba4911</semantic:outgoing>
|
|
301
|
-
</semantic:task>
|
|
302
|
-
<semantic:boundaryEvent attachedToRef="_137281ee-758e-4c36-8942-74c5d807e1b3" cancelActivity="true" parallelMultiple="false" name="Boundary Intermediate Event Interrupting Timer" id="_79341f54-50d4-4c60-85f3-fe8839a7554b">
|
|
303
|
-
<semantic:outgoing>_4c3f3102-d31a-4a71-a3d0-b65cb61a94ea</semantic:outgoing>
|
|
304
|
-
<semantic:timerEventDefinition>
|
|
305
|
-
<semantic:timeDate/>
|
|
306
|
-
</semantic:timerEventDefinition>
|
|
307
|
-
</semantic:boundaryEvent>
|
|
308
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 17" id="_15e9a3bf-53de-40d8-8364-7f534b175ff4">
|
|
309
|
-
<semantic:incoming>_b77e4b02-22b9-4a57-b0f9-4248410d0675</semantic:incoming>
|
|
310
|
-
<semantic:outgoing>_ce44f766-7c92-43e2-93cf-1e2ba7110c4a</semantic:outgoing>
|
|
311
|
-
</semantic:task>
|
|
312
|
-
<semantic:boundaryEvent attachedToRef="_15e9a3bf-53de-40d8-8364-7f534b175ff4" cancelActivity="false" parallelMultiple="false" name="Boundary Intermediate Event Non-Interrupting Message" id="_e369fd30-1a71-4d0e-b4d7-2174dd5ba388">
|
|
313
|
-
<semantic:outgoing>_504b3bd1-54f6-4f20-8244-32f4ec639248</semantic:outgoing>
|
|
314
|
-
<semantic:messageEventDefinition/>
|
|
315
|
-
</semantic:boundaryEvent>
|
|
316
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 18" id="_dbca671f-08b6-4b58-a614-62b98fa36be5">
|
|
317
|
-
<semantic:incoming>_8b98cde1-aec2-46e8-8be2-d9aa244fcda6</semantic:incoming>
|
|
318
|
-
<semantic:incoming>_07b92d12-375f-41c5-b0a9-8961ac773afe</semantic:incoming>
|
|
319
|
-
<semantic:outgoing>_bd5730fa-544e-4a99-a238-57171787d52c</semantic:outgoing>
|
|
320
|
-
</semantic:task>
|
|
321
|
-
<semantic:intermediateCatchEvent parallelMultiple="false" name="Intermediate Event Message Catch" id="_f2081fdb-3b8a-480b-9f61-fbf683e2018c">
|
|
322
|
-
<semantic:incoming>_7cae752c-c2bd-438b-8d24-48196805a4e8</semantic:incoming>
|
|
323
|
-
<semantic:outgoing>_e062c113-2da3-40f1-845e-6fd48ccc880f</semantic:outgoing>
|
|
324
|
-
<semantic:messageEventDefinition/>
|
|
325
|
-
</semantic:intermediateCatchEvent>
|
|
326
|
-
<semantic:eventBasedGateway eventGatewayType="Exclusive" instantiate="false" gatewayDirection="Unspecified" name="Event Base Gateway 3" id="_be29f267-9d56-46ef-8bbc-e13513b25fce">
|
|
327
|
-
<semantic:incoming>_168f4ce9-ccf7-4833-b38b-0140ff601d40</semantic:incoming>
|
|
328
|
-
<semantic:outgoing>_ab34472d-95a4-459c-a13b-5ed8b8b75eca</semantic:outgoing>
|
|
329
|
-
<semantic:outgoing>_5853836e-d7ca-45e2-852a-7db8c3c642bb</semantic:outgoing>
|
|
330
|
-
<semantic:outgoing>_7cae752c-c2bd-438b-8d24-48196805a4e8</semantic:outgoing>
|
|
331
|
-
</semantic:eventBasedGateway>
|
|
332
|
-
<semantic:intermediateThrowEvent name="" id="_3a19ce2d-e30d-461c-aeaa-b2acb118f9a4">
|
|
333
|
-
<semantic:incoming>_bd5730fa-544e-4a99-a238-57171787d52c</semantic:incoming>
|
|
334
|
-
<semantic:outgoing>_2257c019-bc17-4ba9-9e07-a9de7913ada3</semantic:outgoing>
|
|
335
|
-
<semantic:escalationEventDefinition/>
|
|
336
|
-
</semantic:intermediateThrowEvent>
|
|
337
|
-
<semantic:callActivity calledElement="Process_ba16239e-181e-4b9f-bc5b-0bb2ee973450" name="Expanded Call Activity" id="_ba16239e-181e-4b9f-bc5b-0bb2ee973450">
|
|
338
|
-
<semantic:incoming>_5106fe5e-184d-4069-8c1c-54f81fd577a9</semantic:incoming>
|
|
339
|
-
<semantic:outgoing>_c1931975-c1c3-499e-8a57-89b61affba3a</semantic:outgoing>
|
|
340
|
-
</semantic:callActivity>
|
|
341
|
-
<semantic:endEvent name="End Event 7 None" id="_087d0602-ff51-491e-a021-d2e7c940dbd8">
|
|
342
|
-
<semantic:incoming>_ce44f766-7c92-43e2-93cf-1e2ba7110c4a</semantic:incoming>
|
|
343
|
-
<semantic:incoming>_b54d5ab0-66d8-4595-8a89-9d3e255f75ba</semantic:incoming>
|
|
344
|
-
<semantic:incoming>_02f751bb-2e42-489a-bef1-cc5360d5c3d8</semantic:incoming>
|
|
345
|
-
</semantic:endEvent>
|
|
346
|
-
<semantic:exclusiveGateway default="_670ceb69-cd3a-46e8-96a0-a520a8fc589b" gatewayDirection="Unspecified" name="Exclusive Gateway 4" id="_49e94b5f-ce21-4c2b-b78d-3cde5c09c15e">
|
|
347
|
-
<semantic:incoming>_8095da9c-0faa-47b9-85d4-2df24e021770</semantic:incoming>
|
|
348
|
-
<semantic:outgoing>_670ceb69-cd3a-46e8-96a0-a520a8fc589b</semantic:outgoing>
|
|
349
|
-
<semantic:outgoing>_8b98cde1-aec2-46e8-8be2-d9aa244fcda6</semantic:outgoing>
|
|
350
|
-
</semantic:exclusiveGateway>
|
|
351
|
-
<semantic:startEvent name="Start Event 2 Message" id="_a38484e2-7bdb-48b1-b62e-139d51d6a147">
|
|
352
|
-
<semantic:outgoing>_a63c8cd6-eee8-4fbe-be5e-f6980b180b52</semantic:outgoing>
|
|
353
|
-
<semantic:messageEventDefinition messageRef="Message_1373638080955"/>
|
|
354
|
-
</semantic:startEvent>
|
|
355
|
-
<semantic:endEvent name="End Event 6 Message" id="_c889aa27-e389-48eb-aa18-613ec53614e7">
|
|
356
|
-
<semantic:incoming>_cc2f1bcd-2a97-48c7-94ae-0899e56402ea</semantic:incoming>
|
|
357
|
-
<semantic:messageEventDefinition messageRef="Message_1373638080954"/>
|
|
358
|
-
</semantic:endEvent>
|
|
359
|
-
<semantic:intermediateThrowEvent name="Intermediate Event Link" id="_f27040d5-765c-493c-bbe7-9fb6ad04cbdc">
|
|
360
|
-
<semantic:incoming>_78361e03-8ab9-4317-b8f6-2daa90f20f54</semantic:incoming>
|
|
361
|
-
<semantic:linkEventDefinition name="Intermediate Event Link"/>
|
|
362
|
-
</semantic:intermediateThrowEvent>
|
|
363
|
-
<semantic:subProcess triggeredByEvent="false" completionQuantity="1" isForCompensation="false" startQuantity="1" name="Collapsed Sub-Process 2" id="_0263ca9e-2ca0-4f4e-b7dd-86e15dcf2447">
|
|
364
|
-
<semantic:incoming>_e062c113-2da3-40f1-845e-6fd48ccc880f</semantic:incoming>
|
|
365
|
-
<semantic:outgoing>_8095da9c-0faa-47b9-85d4-2df24e021770</semantic:outgoing>
|
|
366
|
-
</semantic:subProcess>
|
|
367
|
-
<semantic:intermediateThrowEvent name="Intermediate Event Message Throw" id="_796ccbc5-ad88-465c-849a-87447a0283d3">
|
|
368
|
-
<semantic:incoming>_670ceb69-cd3a-46e8-96a0-a520a8fc589b</semantic:incoming>
|
|
369
|
-
<semantic:outgoing>_837a8629-1540-473c-b41f-7e13ad80c052</semantic:outgoing>
|
|
370
|
-
<semantic:messageEventDefinition/>
|
|
371
|
-
</semantic:intermediateThrowEvent>
|
|
372
|
-
<semantic:intermediateCatchEvent parallelMultiple="false" name="Intermediate Event Message Catch 2" id="_05c6bc89-5265-435c-8a9e-533c44a6888b">
|
|
373
|
-
<semantic:incoming>_ab34472d-95a4-459c-a13b-5ed8b8b75eca</semantic:incoming>
|
|
374
|
-
<semantic:outgoing>_2a32599c-d1f4-4f2c-bf65-0f0e4f6ac87f</semantic:outgoing>
|
|
375
|
-
<semantic:messageEventDefinition/>
|
|
376
|
-
</semantic:intermediateCatchEvent>
|
|
377
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 11" id="_511d95ed-38f9-473e-9466-525285a007f5">
|
|
378
|
-
<semantic:incoming>_a63c8cd6-eee8-4fbe-be5e-f6980b180b52</semantic:incoming>
|
|
379
|
-
<semantic:outgoing>_168f4ce9-ccf7-4833-b38b-0140ff601d40</semantic:outgoing>
|
|
380
|
-
</semantic:task>
|
|
381
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 19" id="_187063b6-107e-4ac9-bdb3-e8ce9d83763d">
|
|
382
|
-
<semantic:incoming>_504b3bd1-54f6-4f20-8244-32f4ec639248</semantic:incoming>
|
|
383
|
-
<semantic:outgoing>_b54d5ab0-66d8-4595-8a89-9d3e255f75ba</semantic:outgoing>
|
|
384
|
-
</semantic:task>
|
|
385
|
-
<semantic:receiveTask implementation="##WebService" instantiate="false" completionQuantity="1" isForCompensation="false" startQuantity="1" name="Receive Task 16" id="_f07e4bd2-768d-42c6-a8d5-24d1c3bfa3cb">
|
|
386
|
-
<semantic:incoming>_c8c10b02-ea53-4a0c-b605-b3252d5560cd</semantic:incoming>
|
|
387
|
-
<semantic:outgoing>_cc2f1bcd-2a97-48c7-94ae-0899e56402ea</semantic:outgoing>
|
|
388
|
-
</semantic:receiveTask>
|
|
389
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 24" id="_663e9963-9cf6-4032-9652-3a20f50dcda3">
|
|
390
|
-
<semantic:incoming>_a639a36d-a1df-43b1-8ed1-e06afa899733</semantic:incoming>
|
|
391
|
-
<semantic:outgoing>_9e4cd50c-cd6b-4523-8dbe-ebece9b823cb</semantic:outgoing>
|
|
392
|
-
</semantic:task>
|
|
393
|
-
<semantic:intermediateCatchEvent parallelMultiple="false" name="Intermediate Event Timer Catch" id="_034907bf-d3d7-4629-818c-14c3e69d5bc6">
|
|
394
|
-
<semantic:incoming>_5853836e-d7ca-45e2-852a-7db8c3c642bb</semantic:incoming>
|
|
395
|
-
<semantic:outgoing>_5106fe5e-184d-4069-8c1c-54f81fd577a9</semantic:outgoing>
|
|
396
|
-
<semantic:timerEventDefinition>
|
|
397
|
-
<semantic:timeDate/>
|
|
398
|
-
</semantic:timerEventDefinition>
|
|
399
|
-
</semantic:intermediateCatchEvent>
|
|
400
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 32" id="_d58753a7-d38b-49cd-914d-14e4cdaa4449">
|
|
401
|
-
<semantic:incoming>_a3fffd23-7ce0-4199-8918-c9df7a2c8158</semantic:incoming>
|
|
402
|
-
<semantic:outgoing>_b9a903b5-4525-42d1-ae5b-24f26d774556</semantic:outgoing>
|
|
403
|
-
</semantic:task>
|
|
404
|
-
<semantic:boundaryEvent attachedToRef="_d58753a7-d38b-49cd-914d-14e4cdaa4449" cancelActivity="true" parallelMultiple="false" name="" id="_209105e0-96fc-4278-8451-3b2a1dd18ec9">
|
|
405
|
-
<semantic:outgoing>_aa88dfff-5242-4699-b722-a593e54537ce</semantic:outgoing>
|
|
406
|
-
<semantic:signalEventDefinition/>
|
|
407
|
-
</semantic:boundaryEvent>
|
|
408
|
-
<semantic:endEvent name="End Event 14" id="_147b1900-7e7d-4b8f-b243-0155265f1c00">
|
|
409
|
-
<semantic:incoming>_219e1df4-5bfe-4485-a4fd-dcfeeaa7c3d6</semantic:incoming>
|
|
410
|
-
</semantic:endEvent>
|
|
411
|
-
<semantic:startEvent name="Start Event 6 Signal" id="_25beeb17-acc3-4cca-9590-f1cd2f353434">
|
|
412
|
-
<semantic:outgoing>_7c690c39-4274-40c5-a0d2-b503acabbf93</semantic:outgoing>
|
|
413
|
-
<semantic:signalEventDefinition/>
|
|
414
|
-
</semantic:startEvent>
|
|
415
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 28" id="_928cd158-ebe1-4c0a-9c3e-42e77d663aa2">
|
|
416
|
-
<semantic:incoming>_831dbaee-1434-45fc-9c7e-bedd44ad9ea7</semantic:incoming>
|
|
417
|
-
<semantic:outgoing>_202c373c-f243-413d-904e-9132a0c0e923</semantic:outgoing>
|
|
418
|
-
</semantic:task>
|
|
419
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 33" id="_0ab0e0ac-f88b-4402-9986-e95a72dfc8a3">
|
|
420
|
-
<semantic:incoming>_aa88dfff-5242-4699-b722-a593e54537ce</semantic:incoming>
|
|
421
|
-
<semantic:outgoing>_219e1df4-5bfe-4485-a4fd-dcfeeaa7c3d6</semantic:outgoing>
|
|
422
|
-
</semantic:task>
|
|
423
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 25" id="_242b8e6c-681c-438e-ab34-729255121eff">
|
|
424
|
-
<semantic:incoming>_7c690c39-4274-40c5-a0d2-b503acabbf93</semantic:incoming>
|
|
425
|
-
<semantic:outgoing>_fdd08093-e5b4-4e9e-8088-26887892078a</semantic:outgoing>
|
|
426
|
-
</semantic:task>
|
|
427
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 30" id="_25a1f26b-d8b8-4b9b-b768-f14b8d104f9c">
|
|
428
|
-
<semantic:incoming>_e59dbf35-3f4e-4701-bc2a-75e32cbaa732</semantic:incoming>
|
|
429
|
-
<semantic:outgoing>_37312691-7037-44d1-8696-fc6f2021e7a6</semantic:outgoing>
|
|
430
|
-
</semantic:task>
|
|
431
|
-
<semantic:intermediateThrowEvent name="Intermediate Event Signal Throw 2" id="_8476a0f7-36b7-4666-a3b2-c18efcc68a94">
|
|
432
|
-
<semantic:incoming>_be71b068-7fa6-4f76-b0a3-8760f4a2911a</semantic:incoming>
|
|
433
|
-
<semantic:outgoing>_f61be5ab-acb2-4348-a9a0-bdfdde0c42ad</semantic:outgoing>
|
|
434
|
-
<semantic:signalEventDefinition/>
|
|
435
|
-
</semantic:intermediateThrowEvent>
|
|
436
|
-
<semantic:inclusiveGateway gatewayDirection="Unspecified" name="Inclusive Gateway 6" id="_10ecbff1-cd15-4a5c-9aa5-6f2a35479416">
|
|
437
|
-
<semantic:incoming>_00140039-2e5d-4c58-9197-1f8512b54c99</semantic:incoming>
|
|
438
|
-
<semantic:incoming>_f61be5ab-acb2-4348-a9a0-bdfdde0c42ad</semantic:incoming>
|
|
439
|
-
<semantic:outgoing>_831dbaee-1434-45fc-9c7e-bedd44ad9ea7</semantic:outgoing>
|
|
440
|
-
</semantic:inclusiveGateway>
|
|
441
|
-
<semantic:intermediateCatchEvent parallelMultiple="false" name="Intermediate Event Link" id="_4f5e6e50-d9d0-4f97-959a-d1b8e1e32788">
|
|
442
|
-
<semantic:outgoing>_c9768243-8e1a-4b09-907b-3f27fa831a6e</semantic:outgoing>
|
|
443
|
-
<semantic:linkEventDefinition name="Intermediate Event Link"/>
|
|
444
|
-
</semantic:intermediateCatchEvent>
|
|
445
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 26" id="_cbebc7f2-9fb5-4fbf-a6dc-13140c784da7">
|
|
446
|
-
<semantic:incoming>_022aa2b9-f472-49be-b00b-2eec7f075acf</semantic:incoming>
|
|
447
|
-
<semantic:outgoing>_be71b068-7fa6-4f76-b0a3-8760f4a2911a</semantic:outgoing>
|
|
448
|
-
</semantic:task>
|
|
449
|
-
<semantic:parallelGateway gatewayDirection="Unspecified" name="Parallel Gateway 7" id="_df7727a0-f509-45eb-bb89-85753f439576">
|
|
450
|
-
<semantic:incoming>_202c373c-f243-413d-904e-9132a0c0e923</semantic:incoming>
|
|
451
|
-
<semantic:incoming>_b9a903b5-4525-42d1-ae5b-24f26d774556</semantic:incoming>
|
|
452
|
-
<semantic:outgoing>_0dbfad2a-7b07-4b7b-87b4-3819d28f175d</semantic:outgoing>
|
|
453
|
-
</semantic:parallelGateway>
|
|
454
|
-
<semantic:subProcess triggeredByEvent="false" completionQuantity="1" isForCompensation="false" startQuantity="1" name="Expanded Sub-Process 3" id="_189118eb-65fc-43e8-8a34-a155b113914f">
|
|
455
|
-
<semantic:incoming>_40d118ea-6a9b-4210-a1f1-e093831e0df0</semantic:incoming>
|
|
456
|
-
<semantic:incoming>_c9768243-8e1a-4b09-907b-3f27fa831a6e</semantic:incoming>
|
|
457
|
-
<semantic:outgoing>_a3fffd23-7ce0-4199-8918-c9df7a2c8158</semantic:outgoing>
|
|
458
|
-
<semantic:startEvent name="Start Event 7" id="_21976b84-4ddd-4ddc-a5a3-825335550796">
|
|
459
|
-
<semantic:outgoing>_1f05bcca-f418-4dc6-a78c-a9dde2fab53d</semantic:outgoing>
|
|
460
|
-
</semantic:startEvent>
|
|
461
|
-
<semantic:intermediateCatchEvent parallelMultiple="false" name="Intermediate Event Signal Catch" id="_e233b5e1-244d-422e-8886-4588b7566122">
|
|
462
|
-
<semantic:incoming>_1f05bcca-f418-4dc6-a78c-a9dde2fab53d</semantic:incoming>
|
|
463
|
-
<semantic:outgoing>_03b1de69-7605-4fc2-9797-2309271c208c</semantic:outgoing>
|
|
464
|
-
<semantic:signalEventDefinition/>
|
|
465
|
-
</semantic:intermediateCatchEvent>
|
|
466
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 31" id="_6d90f706-17c9-4635-87c2-ccab31e9a32d">
|
|
467
|
-
<semantic:incoming>_03b1de69-7605-4fc2-9797-2309271c208c</semantic:incoming>
|
|
468
|
-
<semantic:outgoing>_955edc35-abcc-4cdb-a890-0d7ec15167ae</semantic:outgoing>
|
|
469
|
-
</semantic:task>
|
|
470
|
-
<semantic:exclusiveGateway gatewayDirection="Unspecified" name="Exclusive Gateway 7" id="_84918a6a-5e98-40c6-9155-c081bb5bdee8">
|
|
471
|
-
<semantic:incoming>_955edc35-abcc-4cdb-a890-0d7ec15167ae</semantic:incoming>
|
|
472
|
-
<semantic:outgoing>_8021571a-7a77-426b-b824-545cc61f7334</semantic:outgoing>
|
|
473
|
-
<semantic:outgoing>_5d70a293-03ea-4a73-bed0-65ad145796d6</semantic:outgoing>
|
|
474
|
-
</semantic:exclusiveGateway>
|
|
475
|
-
<semantic:endEvent name="End Event 13 Error" id="_d60db966-c03d-4f0e-a5bd-945525fa0aaf">
|
|
476
|
-
<semantic:incoming>_5d70a293-03ea-4a73-bed0-65ad145796d6</semantic:incoming>
|
|
477
|
-
<semantic:errorEventDefinition/>
|
|
478
|
-
</semantic:endEvent>
|
|
479
|
-
<semantic:endEvent name="End Event 12" id="_cd7b1449-fc16-4015-befe-cc9b5aa1df27">
|
|
480
|
-
<semantic:incoming>_8021571a-7a77-426b-b824-545cc61f7334</semantic:incoming>
|
|
481
|
-
</semantic:endEvent>
|
|
482
|
-
<semantic:sequenceFlow sourceRef="_21976b84-4ddd-4ddc-a5a3-825335550796" targetRef="_e233b5e1-244d-422e-8886-4588b7566122" name="" id="_1f05bcca-f418-4dc6-a78c-a9dde2fab53d"/>
|
|
483
|
-
<semantic:sequenceFlow sourceRef="_e233b5e1-244d-422e-8886-4588b7566122" targetRef="_6d90f706-17c9-4635-87c2-ccab31e9a32d" name="" id="_03b1de69-7605-4fc2-9797-2309271c208c"/>
|
|
484
|
-
<semantic:sequenceFlow sourceRef="_6d90f706-17c9-4635-87c2-ccab31e9a32d" targetRef="_84918a6a-5e98-40c6-9155-c081bb5bdee8" name="" id="_955edc35-abcc-4cdb-a890-0d7ec15167ae"/>
|
|
485
|
-
<semantic:sequenceFlow sourceRef="_84918a6a-5e98-40c6-9155-c081bb5bdee8" targetRef="_cd7b1449-fc16-4015-befe-cc9b5aa1df27" name="" id="_8021571a-7a77-426b-b824-545cc61f7334"/>
|
|
486
|
-
<semantic:sequenceFlow sourceRef="_84918a6a-5e98-40c6-9155-c081bb5bdee8" targetRef="_d60db966-c03d-4f0e-a5bd-945525fa0aaf" name="" id="_5d70a293-03ea-4a73-bed0-65ad145796d6"/>
|
|
487
|
-
</semantic:subProcess>
|
|
488
|
-
<semantic:endEvent name="End Event 10" id="_d92d850c-37ac-47ea-9344-dc986289de47">
|
|
489
|
-
<semantic:incoming>_e03319e1-0dff-4337-9443-b053651000a0</semantic:incoming>
|
|
490
|
-
</semantic:endEvent>
|
|
491
|
-
<semantic:parallelGateway gatewayDirection="Unspecified" name="Parallel Gateway 5" id="_1215d072-524b-4724-99d7-a0a406435904">
|
|
492
|
-
<semantic:incoming>_fdd08093-e5b4-4e9e-8088-26887892078a</semantic:incoming>
|
|
493
|
-
<semantic:outgoing>_022aa2b9-f472-49be-b00b-2eec7f075acf</semantic:outgoing>
|
|
494
|
-
<semantic:outgoing>_40d118ea-6a9b-4210-a1f1-e093831e0df0</semantic:outgoing>
|
|
495
|
-
</semantic:parallelGateway>
|
|
496
|
-
<semantic:endEvent name="End Event 11 Escalation" id="_dfb273c6-0ad3-4030-9e72-638adf7ca75f">
|
|
497
|
-
<semantic:incoming>_9e4cd50c-cd6b-4523-8dbe-ebece9b823cb</semantic:incoming>
|
|
498
|
-
<semantic:incoming>_37312691-7037-44d1-8696-fc6f2021e7a6</semantic:incoming>
|
|
499
|
-
<semantic:incoming>_0dbfad2a-7b07-4b7b-87b4-3819d28f175d</semantic:incoming>
|
|
500
|
-
<semantic:escalationEventDefinition/>
|
|
501
|
-
</semantic:endEvent>
|
|
502
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 29" id="_56ab3884-4b26-4398-be6f-5f0bb5f81be4">
|
|
503
|
-
<semantic:incoming>_708324bb-26d0-4358-a96f-a4fabc14069f</semantic:incoming>
|
|
504
|
-
<semantic:outgoing>_e03319e1-0dff-4337-9443-b053651000a0</semantic:outgoing>
|
|
505
|
-
</semantic:task>
|
|
506
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 27" id="_0e99d67a-a88a-4631-85cc-aa1f9cd8cc5e">
|
|
507
|
-
<semantic:incoming>_4c3f3102-d31a-4a71-a3d0-b65cb61a94ea</semantic:incoming>
|
|
508
|
-
<semantic:outgoing>_00140039-2e5d-4c58-9197-1f8512b54c99</semantic:outgoing>
|
|
509
|
-
</semantic:task>
|
|
510
|
-
<semantic:dataStoreReference dataStoreRef="DS1373638079677" name="Data Store Reference" id="_b9385abf-d293-40b7-848b-8add4db48415"/>
|
|
511
|
-
<semantic:sequenceFlow sourceRef="_a38484e2-7bdb-48b1-b62e-139d51d6a147" targetRef="_511d95ed-38f9-473e-9466-525285a007f5" name="" id="_a63c8cd6-eee8-4fbe-be5e-f6980b180b52"/>
|
|
512
|
-
<semantic:sequenceFlow sourceRef="_be29f267-9d56-46ef-8bbc-e13513b25fce" targetRef="_05c6bc89-5265-435c-8a9e-533c44a6888b" name="" id="_ab34472d-95a4-459c-a13b-5ed8b8b75eca"/>
|
|
513
|
-
<semantic:sequenceFlow sourceRef="_be29f267-9d56-46ef-8bbc-e13513b25fce" targetRef="_034907bf-d3d7-4629-818c-14c3e69d5bc6" name="" id="_5853836e-d7ca-45e2-852a-7db8c3c642bb"/>
|
|
514
|
-
<semantic:sequenceFlow sourceRef="_511d95ed-38f9-473e-9466-525285a007f5" targetRef="_be29f267-9d56-46ef-8bbc-e13513b25fce" name="" id="_168f4ce9-ccf7-4833-b38b-0140ff601d40"/>
|
|
515
|
-
<semantic:sequenceFlow sourceRef="_be29f267-9d56-46ef-8bbc-e13513b25fce" targetRef="_f2081fdb-3b8a-480b-9f61-fbf683e2018c" name="" id="_7cae752c-c2bd-438b-8d24-48196805a4e8"/>
|
|
516
|
-
<semantic:sequenceFlow sourceRef="_034907bf-d3d7-4629-818c-14c3e69d5bc6" targetRef="_ba16239e-181e-4b9f-bc5b-0bb2ee973450" name="" id="_5106fe5e-184d-4069-8c1c-54f81fd577a9"/>
|
|
517
|
-
<semantic:sequenceFlow sourceRef="_f2081fdb-3b8a-480b-9f61-fbf683e2018c" targetRef="_0263ca9e-2ca0-4f4e-b7dd-86e15dcf2447" name="" id="_e062c113-2da3-40f1-845e-6fd48ccc880f"/>
|
|
518
|
-
<semantic:sequenceFlow sourceRef="_05c6bc89-5265-435c-8a9e-533c44a6888b" targetRef="_137281ee-758e-4c36-8942-74c5d807e1b3" name="" id="_2a32599c-d1f4-4f2c-bf65-0f0e4f6ac87f"/>
|
|
519
|
-
<semantic:sequenceFlow sourceRef="_0263ca9e-2ca0-4f4e-b7dd-86e15dcf2447" targetRef="_49e94b5f-ce21-4c2b-b78d-3cde5c09c15e" name="" id="_8095da9c-0faa-47b9-85d4-2df24e021770"/>
|
|
520
|
-
<semantic:sequenceFlow sourceRef="_49e94b5f-ce21-4c2b-b78d-3cde5c09c15e" targetRef="_796ccbc5-ad88-465c-849a-87447a0283d3" name="Default Sequence Flow 2" id="_670ceb69-cd3a-46e8-96a0-a520a8fc589b"/>
|
|
521
|
-
<semantic:sequenceFlow sourceRef="_49e94b5f-ce21-4c2b-b78d-3cde5c09c15e" targetRef="_dbca671f-08b6-4b58-a614-62b98fa36be5" name="" id="_8b98cde1-aec2-46e8-8be2-d9aa244fcda6"/>
|
|
522
|
-
<semantic:sequenceFlow sourceRef="_796ccbc5-ad88-465c-849a-87447a0283d3" targetRef="_1237e756-d53c-4591-a731-dafffbf0b3f9" name="" id="_837a8629-1540-473c-b41f-7e13ad80c052"/>
|
|
523
|
-
<semantic:sequenceFlow sourceRef="_79341f54-50d4-4c60-85f3-fe8839a7554b" targetRef="_0e99d67a-a88a-4631-85cc-aa1f9cd8cc5e" name="" id="_4c3f3102-d31a-4a71-a3d0-b65cb61a94ea"/>
|
|
524
|
-
<semantic:sequenceFlow sourceRef="_45ceee21-0f15-4bf8-87a9-b3f808173e61" targetRef="_dbca671f-08b6-4b58-a614-62b98fa36be5" name="" id="_07b92d12-375f-41c5-b0a9-8961ac773afe"/>
|
|
525
|
-
<semantic:sequenceFlow sourceRef="_ba16239e-181e-4b9f-bc5b-0bb2ee973450" targetRef="_fa90f891-fc07-463a-97c9-2ee0812351e1" name="" id="_c1931975-c1c3-499e-8a57-89b61affba3a"/>
|
|
526
|
-
<semantic:sequenceFlow sourceRef="_25beeb17-acc3-4cca-9590-f1cd2f353434" targetRef="_242b8e6c-681c-438e-ab34-729255121eff" name="" id="_7c690c39-4274-40c5-a0d2-b503acabbf93"/>
|
|
527
|
-
<semantic:sequenceFlow sourceRef="_242b8e6c-681c-438e-ab34-729255121eff" targetRef="_1215d072-524b-4724-99d7-a0a406435904" name="" id="_fdd08093-e5b4-4e9e-8088-26887892078a"/>
|
|
528
|
-
<semantic:sequenceFlow sourceRef="_1215d072-524b-4724-99d7-a0a406435904" targetRef="_cbebc7f2-9fb5-4fbf-a6dc-13140c784da7" name="" id="_022aa2b9-f472-49be-b00b-2eec7f075acf"/>
|
|
529
|
-
<semantic:sequenceFlow sourceRef="_1215d072-524b-4724-99d7-a0a406435904" targetRef="_189118eb-65fc-43e8-8a34-a155b113914f" name="" id="_40d118ea-6a9b-4210-a1f1-e093831e0df0"/>
|
|
530
|
-
<semantic:sequenceFlow sourceRef="_fa90f891-fc07-463a-97c9-2ee0812351e1" targetRef="_f07e4bd2-768d-42c6-a8d5-24d1c3bfa3cb" name="" id="_c8c10b02-ea53-4a0c-b605-b3252d5560cd"/>
|
|
531
|
-
<semantic:sequenceFlow sourceRef="_68ca1f8b-5028-4079-9e35-619b529f4d71" targetRef="_f27040d5-765c-493c-bbe7-9fb6ad04cbdc" name="" id="_78361e03-8ab9-4317-b8f6-2daa90f20f54"/>
|
|
532
|
-
<semantic:sequenceFlow sourceRef="_f07e4bd2-768d-42c6-a8d5-24d1c3bfa3cb" targetRef="_c889aa27-e389-48eb-aa18-613ec53614e7" name="" id="_cc2f1bcd-2a97-48c7-94ae-0899e56402ea"/>
|
|
533
|
-
<semantic:sequenceFlow sourceRef="_4f5e6e50-d9d0-4f97-959a-d1b8e1e32788" targetRef="_189118eb-65fc-43e8-8a34-a155b113914f" name="" id="_c9768243-8e1a-4b09-907b-3f27fa831a6e"/>
|
|
534
|
-
<semantic:sequenceFlow sourceRef="_cbebc7f2-9fb5-4fbf-a6dc-13140c784da7" targetRef="_8476a0f7-36b7-4666-a3b2-c18efcc68a94" name="" id="_be71b068-7fa6-4f76-b0a3-8760f4a2911a"/>
|
|
535
|
-
<semantic:sequenceFlow sourceRef="_137281ee-758e-4c36-8942-74c5d807e1b3" targetRef="_7e6ccf38-e740-4537-a439-a8e984d066de" name="" id="_3e8b97e7-d6a5-44dc-b5ca-6f2c39ba4911"/>
|
|
536
|
-
<semantic:sequenceFlow sourceRef="_0e99d67a-a88a-4631-85cc-aa1f9cd8cc5e" targetRef="_10ecbff1-cd15-4a5c-9aa5-6f2a35479416" name="" id="_00140039-2e5d-4c58-9197-1f8512b54c99"/>
|
|
537
|
-
<semantic:sequenceFlow sourceRef="_8476a0f7-36b7-4666-a3b2-c18efcc68a94" targetRef="_10ecbff1-cd15-4a5c-9aa5-6f2a35479416" name="" id="_f61be5ab-acb2-4348-a9a0-bdfdde0c42ad"/>
|
|
538
|
-
<semantic:sequenceFlow sourceRef="_dbca671f-08b6-4b58-a614-62b98fa36be5" targetRef="_3a19ce2d-e30d-461c-aeaa-b2acb118f9a4" name="" id="_bd5730fa-544e-4a99-a238-57171787d52c"/>
|
|
539
|
-
<semantic:sequenceFlow sourceRef="_1237e756-d53c-4591-a731-dafffbf0b3f9" targetRef="_15e9a3bf-53de-40d8-8364-7f534b175ff4" name="" id="_b77e4b02-22b9-4a57-b0f9-4248410d0675"/>
|
|
540
|
-
<semantic:sequenceFlow sourceRef="_15e9a3bf-53de-40d8-8364-7f534b175ff4" targetRef="_087d0602-ff51-491e-a021-d2e7c940dbd8" name="" id="_ce44f766-7c92-43e2-93cf-1e2ba7110c4a"/>
|
|
541
|
-
<semantic:sequenceFlow sourceRef="_7e6ccf38-e740-4537-a439-a8e984d066de" targetRef="_73343358-7838-48a1-baf2-2b0266e3a55b" name="" id="_70617827-824b-4797-b424-4179b8b6cbdd"/>
|
|
542
|
-
<semantic:sequenceFlow sourceRef="_187063b6-107e-4ac9-bdb3-e8ce9d83763d" targetRef="_087d0602-ff51-491e-a021-d2e7c940dbd8" name="" id="_b54d5ab0-66d8-4595-8a89-9d3e255f75ba"/>
|
|
543
|
-
<semantic:sequenceFlow sourceRef="_e369fd30-1a71-4d0e-b4d7-2174dd5ba388" targetRef="_187063b6-107e-4ac9-bdb3-e8ce9d83763d" name="" id="_504b3bd1-54f6-4f20-8244-32f4ec639248"/>
|
|
544
|
-
<semantic:sequenceFlow sourceRef="_3c56e6dc-bc87-4d98-b499-462c5b741c5a" targetRef="_56ab3884-4b26-4398-be6f-5f0bb5f81be4" name="" id="_708324bb-26d0-4358-a96f-a4fabc14069f"/>
|
|
545
|
-
<semantic:sequenceFlow sourceRef="_56ab3884-4b26-4398-be6f-5f0bb5f81be4" targetRef="_d92d850c-37ac-47ea-9344-dc986289de47" name="" id="_e03319e1-0dff-4337-9443-b053651000a0"/>
|
|
546
|
-
<semantic:sequenceFlow sourceRef="_5a6baa94-303a-4750-bde2-e1cd6edace37" targetRef="_25a1f26b-d8b8-4b9b-b768-f14b8d104f9c" name="" id="_e59dbf35-3f4e-4701-bc2a-75e32cbaa732"/>
|
|
547
|
-
<semantic:sequenceFlow sourceRef="_3a19ce2d-e30d-461c-aeaa-b2acb118f9a4" targetRef="_73343358-7838-48a1-baf2-2b0266e3a55b" name="" id="_2257c019-bc17-4ba9-9e07-a9de7913ada3"/>
|
|
548
|
-
<semantic:sequenceFlow sourceRef="_73343358-7838-48a1-baf2-2b0266e3a55b" targetRef="_087d0602-ff51-491e-a021-d2e7c940dbd8" name="" id="_02f751bb-2e42-489a-bef1-cc5360d5c3d8"/>
|
|
549
|
-
<semantic:sequenceFlow sourceRef="_e454657a-0173-41a4-a4c7-d16ec224f2e1" targetRef="_663e9963-9cf6-4032-9652-3a20f50dcda3" name="" id="_a639a36d-a1df-43b1-8ed1-e06afa899733"/>
|
|
550
|
-
<semantic:sequenceFlow sourceRef="_663e9963-9cf6-4032-9652-3a20f50dcda3" targetRef="_dfb273c6-0ad3-4030-9e72-638adf7ca75f" name="" id="_9e4cd50c-cd6b-4523-8dbe-ebece9b823cb"/>
|
|
551
|
-
<semantic:sequenceFlow sourceRef="_189118eb-65fc-43e8-8a34-a155b113914f" targetRef="_d58753a7-d38b-49cd-914d-14e4cdaa4449" name="" id="_a3fffd23-7ce0-4199-8918-c9df7a2c8158"/>
|
|
552
|
-
<semantic:sequenceFlow sourceRef="_25a1f26b-d8b8-4b9b-b768-f14b8d104f9c" targetRef="_dfb273c6-0ad3-4030-9e72-638adf7ca75f" name="" id="_37312691-7037-44d1-8696-fc6f2021e7a6"/>
|
|
553
|
-
<semantic:sequenceFlow sourceRef="_10ecbff1-cd15-4a5c-9aa5-6f2a35479416" targetRef="_928cd158-ebe1-4c0a-9c3e-42e77d663aa2" name="" id="_831dbaee-1434-45fc-9c7e-bedd44ad9ea7"/>
|
|
554
|
-
<semantic:sequenceFlow sourceRef="_928cd158-ebe1-4c0a-9c3e-42e77d663aa2" targetRef="_df7727a0-f509-45eb-bb89-85753f439576" name="" id="_202c373c-f243-413d-904e-9132a0c0e923"/>
|
|
555
|
-
<semantic:sequenceFlow sourceRef="_df7727a0-f509-45eb-bb89-85753f439576" targetRef="_dfb273c6-0ad3-4030-9e72-638adf7ca75f" name="" id="_0dbfad2a-7b07-4b7b-87b4-3819d28f175d"/>
|
|
556
|
-
<semantic:sequenceFlow sourceRef="_209105e0-96fc-4278-8451-3b2a1dd18ec9" targetRef="_0ab0e0ac-f88b-4402-9986-e95a72dfc8a3" name="" id="_aa88dfff-5242-4699-b722-a593e54537ce"/>
|
|
557
|
-
<semantic:sequenceFlow sourceRef="_0ab0e0ac-f88b-4402-9986-e95a72dfc8a3" targetRef="_147b1900-7e7d-4b8f-b243-0155265f1c00" name="" id="_219e1df4-5bfe-4485-a4fd-dcfeeaa7c3d6"/>
|
|
558
|
-
<semantic:sequenceFlow sourceRef="_d58753a7-d38b-49cd-914d-14e4cdaa4449" targetRef="_df7727a0-f509-45eb-bb89-85753f439576" name="" id="_b9a903b5-4525-42d1-ae5b-24f26d774556"/>
|
|
559
|
-
</semantic:process>
|
|
560
|
-
<semantic:process isExecutable="false" id="WFP-0-">
|
|
561
|
-
<semantic:startEvent name="Start Event 8" id="_820dcc70-45ac-4a1e-88ae-f1b4ff925ef6">
|
|
562
|
-
<semantic:outgoing>_1c5e547a-2391-4133-8199-850cdc024971</semantic:outgoing>
|
|
563
|
-
</semantic:startEvent>
|
|
564
|
-
<semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Task 34" id="_13fbe8ab-af64-4b54-8efb-4c91dd6c6c18">
|
|
565
|
-
<semantic:incoming>_1c5e547a-2391-4133-8199-850cdc024971</semantic:incoming>
|
|
566
|
-
<semantic:outgoing>_af94c58e-db10-449f-978d-03e3b375b5a5</semantic:outgoing>
|
|
567
|
-
</semantic:task>
|
|
568
|
-
<semantic:endEvent name="End Event 15" id="_3cec2a74-8a45-4ef3-a196-690ba64f1b2b">
|
|
569
|
-
<semantic:incoming>_af94c58e-db10-449f-978d-03e3b375b5a5</semantic:incoming>
|
|
570
|
-
</semantic:endEvent>
|
|
571
|
-
<semantic:sequenceFlow sourceRef="_820dcc70-45ac-4a1e-88ae-f1b4ff925ef6" targetRef="_13fbe8ab-af64-4b54-8efb-4c91dd6c6c18" name="" id="_1c5e547a-2391-4133-8199-850cdc024971"/>
|
|
572
|
-
<semantic:sequenceFlow sourceRef="_13fbe8ab-af64-4b54-8efb-4c91dd6c6c18" targetRef="_3cec2a74-8a45-4ef3-a196-690ba64f1b2b" name="" id="_af94c58e-db10-449f-978d-03e3b375b5a5"/>
|
|
573
|
-
</semantic:process>
|
|
574
|
-
<semantic:message id="Message_1373638080954"/>
|
|
575
|
-
<semantic:message id="Message_1373638080955"/>
|
|
576
|
-
<semantic:category id="Cat1373638080956">
|
|
577
|
-
<semantic:categoryValue value="Group" id="Value_Cat1373638080956"/>
|
|
578
|
-
</semantic:category>
|
|
579
|
-
<semantic:collaboration id="C1373638080953">
|
|
580
|
-
<semantic:participant name="Participant" processRef="WFP-6-1" id="_cde15ee4-b395-43a3-9f5e-9028446f8a52"/>
|
|
581
|
-
<semantic:participant name="Pool" processRef="WFP-6-2" id="_55bb31e8-9e62-48ea-8f0e-1a748c04bbf6"/>
|
|
582
|
-
<semantic:messageFlow messageRef="Message_1373638080954" name="Message Flow 2" sourceRef="_c889aa27-e389-48eb-aa18-613ec53614e7" targetRef="_a01498ae-086c-4adc-9229-ec3135bc2bcf" id="_9428f666-fc8a-41be-8a77-9b280e14e7ae"/>
|
|
583
|
-
<semantic:messageFlow messageRef="Message_1373638080955" name="Message Flow 1" sourceRef="_76ee26df-2c95-495b-9d9a-cb806aea6baf" targetRef="_a38484e2-7bdb-48b1-b62e-139d51d6a147" id="_09e7cb23-4a1b-4165-b93a-cf635c223ee5"/>
|
|
584
|
-
<semantic:group categoryValueRef="Value_Cat1373638080956" id="_48d300c1-487a-409b-a04a-b195e222ef90"/>
|
|
585
|
-
</semantic:collaboration>
|
|
586
|
-
<bpmndi:BPMNDiagram documentation="" id="Trisotech_Visio-_6" name="B.2.0" resolution="96.00000267028808">
|
|
587
|
-
<bpmndi:BPMNPlane bpmnElement="C1373638080953">
|
|
588
|
-
<bpmndi:BPMNShape bpmnElement="_cde15ee4-b395-43a3-9f5e-9028446f8a52" isHorizontal="true" id="S1373638080848__cde15ee4-b395-43a3-9f5e-9028446f8a52">
|
|
589
|
-
<dc:Bounds height="318.0" width="1954.0" x="14.0" y="72.0"/>
|
|
590
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
591
|
-
<dc:Bounds height="53.3635647444375" width="12.804751171874997" x="18.0" y="204.0"/>
|
|
592
|
-
</bpmndi:BPMNLabel>
|
|
593
|
-
</bpmndi:BPMNShape>
|
|
594
|
-
<bpmndi:BPMNShape bpmnElement="_55bb31e8-9e62-48ea-8f0e-1a748c04bbf6" isHorizontal="true" id="S1373638080850__55bb31e8-9e62-48ea-8f0e-1a748c04bbf6">
|
|
595
|
-
<dc:Bounds height="1092.0" width="1862.0" x="13.0" y="414.0"/>
|
|
596
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
597
|
-
<dc:Bounds height="24.316811814750004" width="12.804751171874997" x="17.0" y="947.0"/>
|
|
598
|
-
</bpmndi:BPMNLabel>
|
|
599
|
-
</bpmndi:BPMNShape>
|
|
600
|
-
<bpmndi:BPMNShape bpmnElement="_4a6df7ac-26d8-4718-ac05-90af463d5e23" isHorizontal="true" id="S1373638080851__4a6df7ac-26d8-4718-ac05-90af463d5e23">
|
|
601
|
-
<dc:Bounds height="660.0" width="1831.0" x="44.0" y="414.0"/>
|
|
602
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
603
|
-
<dc:Bounds height="35.5928127913125" width="12.804751171874997" x="44.0" y="726.0"/>
|
|
604
|
-
</bpmndi:BPMNLabel>
|
|
605
|
-
</bpmndi:BPMNShape>
|
|
606
|
-
<bpmndi:BPMNShape bpmnElement="_3400f56a-4565-47d1-91db-0ba17b958cb2" isHorizontal="true" id="S1373638080852__3400f56a-4565-47d1-91db-0ba17b958cb2">
|
|
607
|
-
<dc:Bounds height="432.0" width="1831.0" x="44.0" y="1074.0"/>
|
|
608
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
609
|
-
<dc:Bounds height="35.5928127913125" width="12.804751171874997" x="44.0" y="1272.0"/>
|
|
610
|
-
</bpmndi:BPMNLabel>
|
|
611
|
-
</bpmndi:BPMNShape>
|
|
612
|
-
<bpmndi:BPMNShape bpmnElement="_200f43e7-1385-46e2-a380-3ef16ebe7847" id="S1373638080853__200f43e7-1385-46e2-a380-3ef16ebe7847">
|
|
613
|
-
<dc:Bounds height="30.0" width="30.0" x="546.0" y="456.0"/>
|
|
614
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
615
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="513.6776675445727" y="491.3333333333333"/>
|
|
616
|
-
</bpmndi:BPMNLabel>
|
|
617
|
-
</bpmndi:BPMNShape>
|
|
618
|
-
<bpmndi:BPMNShape bpmnElement="_cba8fbed-2bb6-40a9-8ac5-83e827ce9d9f" id="S1373638080854__cba8fbed-2bb6-40a9-8ac5-83e827ce9d9f">
|
|
619
|
-
<dc:Bounds height="30.0" width="30.0" x="546.0" y="534.0"/>
|
|
620
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
621
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="513.6776675445727" y="569.3333333333334"/>
|
|
622
|
-
</bpmndi:BPMNLabel>
|
|
623
|
-
</bpmndi:BPMNShape>
|
|
624
|
-
<bpmndi:BPMNShape bpmnElement="_c57a5344-213f-4834-a6c3-94ce878b413c" id="S1373638080855__c57a5344-213f-4834-a6c3-94ce878b413c">
|
|
625
|
-
<dc:Bounds height="68.0" width="83.0" x="640.0" y="456.0"/>
|
|
626
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
627
|
-
<dc:Bounds height="51.204604687499994" width="72.48293963254594" x="645.3333333333334" y="464.38194962475393"/>
|
|
628
|
-
</bpmndi:BPMNLabel>
|
|
629
|
-
</bpmndi:BPMNShape>
|
|
630
|
-
<bpmndi:BPMNShape bpmnElement="_7f4fe4ea-901f-4c74-bcd4-e933495712fd" id="S1373638080856__7f4fe4ea-901f-4c74-bcd4-e933495712fd">
|
|
631
|
-
<dc:Bounds height="68.0" width="83.0" x="763.0" y="456.0"/>
|
|
632
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
633
|
-
<dc:Bounds height="25.604702343750013" width="72.48293963254594" x="768.3333333333334" y="477.1819007966289"/>
|
|
634
|
-
</bpmndi:BPMNLabel>
|
|
635
|
-
</bpmndi:BPMNShape>
|
|
636
|
-
<bpmndi:BPMNShape bpmnElement="_86b052b4-225c-424e-b900-bb94bdd77cec" id="S1373638080857__86b052b4-225c-424e-b900-bb94bdd77cec">
|
|
637
|
-
<dc:Bounds height="32.0" width="32.0" x="802.0" y="508.0"/>
|
|
638
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
639
|
-
<dc:Bounds height="51.204604687499994" width="94.93333333333335" x="770.5963254453334" y="545.3333333333334"/>
|
|
640
|
-
</bpmndi:BPMNLabel>
|
|
641
|
-
</bpmndi:BPMNShape>
|
|
642
|
-
<bpmndi:BPMNShape bpmnElement="_3bfec246-ab94-4807-a79a-3df91ac13800" id="S1373638080858__3bfec246-ab94-4807-a79a-3df91ac13800">
|
|
643
|
-
<dc:Bounds height="68.0" width="83.0" x="885.0" y="456.0"/>
|
|
644
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
645
|
-
<dc:Bounds height="25.604702343750013" width="72.48293963254594" x="890.3333333333334" y="477.1819007966289"/>
|
|
646
|
-
</bpmndi:BPMNLabel>
|
|
647
|
-
</bpmndi:BPMNShape>
|
|
648
|
-
<bpmndi:BPMNShape bpmnElement="_778ff738-a5af-4373-a8da-0fbbfae9e00a" id="S1373638080859__778ff738-a5af-4373-a8da-0fbbfae9e00a">
|
|
649
|
-
<dc:Bounds height="32.0" width="32.0" x="920.0" y="543.0"/>
|
|
650
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
651
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="888.5963254593177" y="580.3333333333334"/>
|
|
652
|
-
</bpmndi:BPMNLabel>
|
|
653
|
-
</bpmndi:BPMNShape>
|
|
654
|
-
<bpmndi:BPMNShape bpmnElement="_ed405919-9fd6-47d0-bb00-9be7d5467efb" id="S1373638080860__ed405919-9fd6-47d0-bb00-9be7d5467efb">
|
|
655
|
-
<dc:Bounds height="32.0" width="32.0" x="1003.0" y="474.0"/>
|
|
656
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
657
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="971.5963254593177" y="511.3333333333333"/>
|
|
658
|
-
</bpmndi:BPMNLabel>
|
|
659
|
-
</bpmndi:BPMNShape>
|
|
660
|
-
<bpmndi:BPMNShape bpmnElement="_c9870992-6643-4094-acfd-d76e5e37941b" id="S1373638080861__c9870992-6643-4094-acfd-d76e5e37941b">
|
|
661
|
-
<dc:Bounds height="68.0" width="83.0" x="1139.0" y="235.0"/>
|
|
662
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
663
|
-
<dc:Bounds height="25.604702343750013" width="72.48293963254594" x="1144.3333333333333" y="256.18190079662895"/>
|
|
664
|
-
</bpmndi:BPMNLabel>
|
|
665
|
-
</bpmndi:BPMNShape>
|
|
666
|
-
<bpmndi:BPMNShape bpmnElement="_708d55c8-684a-4e3b-a69d-69c620cd0ac0" id="S1373638080862__708d55c8-684a-4e3b-a69d-69c620cd0ac0">
|
|
667
|
-
<dc:Bounds height="32.0" width="32.0" x="1179.0" y="287.0"/>
|
|
668
|
-
<bpmndi:BPMNLabel/>
|
|
669
|
-
</bpmndi:BPMNShape>
|
|
670
|
-
<bpmndi:BPMNShape bpmnElement="_2a08c361-be51-437e-a86d-c62798c14e83" id="S1373638080863__2a08c361-be51-437e-a86d-c62798c14e83">
|
|
671
|
-
<dc:Bounds height="68.0" width="83.0" x="1367.0" y="119.0"/>
|
|
672
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
673
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="1372.3333333333333" y="146.58187638256646"/>
|
|
674
|
-
</bpmndi:BPMNLabel>
|
|
675
|
-
</bpmndi:BPMNShape>
|
|
676
|
-
<bpmndi:BPMNShape bpmnElement="_732c0641-b12f-448b-b9f8-a68b355782e3" id="S1373638080864__732c0641-b12f-448b-b9f8-a68b355782e3">
|
|
677
|
-
<dc:Bounds height="32.0" width="32.0" x="1407.0" y="171.0"/>
|
|
678
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
679
|
-
<dc:Bounds height="51.204604687499994" width="94.93333333333335" x="1379.7407285949394" y="208.40536438462212"/>
|
|
680
|
-
</bpmndi:BPMNLabel>
|
|
681
|
-
</bpmndi:BPMNShape>
|
|
682
|
-
<bpmndi:BPMNShape bpmnElement="_8f41085a-3302-4cfc-9231-23bb4b43c7a1" id="S1373638080865__8f41085a-3302-4cfc-9231-23bb4b43c7a1">
|
|
683
|
-
<dc:Bounds height="68.0" width="83.0" x="1331.0" y="297.0"/>
|
|
684
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
685
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="1336.3333333333333" y="324.5818763825664"/>
|
|
686
|
-
</bpmndi:BPMNLabel>
|
|
687
|
-
</bpmndi:BPMNShape>
|
|
688
|
-
<bpmndi:BPMNShape bpmnElement="_4e71bf73-1719-401e-a9a2-85dc89fc1150" id="S1373638080866__4e71bf73-1719-401e-a9a2-85dc89fc1150">
|
|
689
|
-
<dc:Bounds height="30.0" width="30.0" x="71.0" y="139.0"/>
|
|
690
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
691
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="38.67766754457273" y="174.33333333333337"/>
|
|
692
|
-
</bpmndi:BPMNLabel>
|
|
693
|
-
</bpmndi:BPMNShape>
|
|
694
|
-
<bpmndi:BPMNShape bpmnElement="_5cc02d0f-c090-4e48-8da3-f32cbbca9565" id="S1373638080867__5cc02d0f-c090-4e48-8da3-f32cbbca9565">
|
|
695
|
-
<dc:Bounds height="32.0" width="32.0" x="1705.0" y="315.0"/>
|
|
696
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
697
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="1673.5963254593175" y="352.3333333333333"/>
|
|
698
|
-
</bpmndi:BPMNLabel>
|
|
699
|
-
</bpmndi:BPMNShape>
|
|
700
|
-
<bpmndi:BPMNShape bpmnElement="_b67ba682-c8d6-465b-b538-c287db18d1be" id="S1373638080868__b67ba682-c8d6-465b-b538-c287db18d1be">
|
|
701
|
-
<dc:Bounds height="32.0" width="32.0" x="1753.0" y="198.0"/>
|
|
702
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
703
|
-
<dc:Bounds height="25.604702343750013" width="117.33333333333331" x="1716.3963254593177" y="239.21339685962118"/>
|
|
704
|
-
</bpmndi:BPMNLabel>
|
|
705
|
-
</bpmndi:BPMNShape>
|
|
706
|
-
<bpmndi:BPMNShape bpmnElement="_0e87da16-736e-45b2-95e5-8f45940f3adf" id="S1373638080869__0e87da16-736e-45b2-95e5-8f45940f3adf">
|
|
707
|
-
<dc:Bounds height="68.0" width="83.0" x="401.0" y="120.0"/>
|
|
708
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
709
|
-
<dc:Bounds height="25.604702343750013" width="72.48293963254594" x="406.3333333333333" y="141.18190079662895"/>
|
|
710
|
-
</bpmndi:BPMNLabel>
|
|
711
|
-
</bpmndi:BPMNShape>
|
|
712
|
-
<bpmndi:BPMNShape bpmnElement="_ac1fde31-c0cd-4a8a-9728-a5fb49602de7" id="S1373638080870__ac1fde31-c0cd-4a8a-9728-a5fb49602de7">
|
|
713
|
-
<dc:Bounds height="68.0" width="83.0" x="701.0" y="120.0"/>
|
|
714
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
715
|
-
<dc:Bounds height="25.604702343750013" width="72.48293963254594" x="706.3333333333334" y="141.18190079662895"/>
|
|
716
|
-
</bpmndi:BPMNLabel>
|
|
717
|
-
</bpmndi:BPMNShape>
|
|
718
|
-
<bpmndi:BPMNShape bpmnElement="_dec393e7-f182-4d31-b05f-e33ac3a5e35f" id="S1373638080871__dec393e7-f182-4d31-b05f-e33ac3a5e35f">
|
|
719
|
-
<dc:Bounds height="42.0" width="42.0" x="538.0" y="133.0"/>
|
|
720
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
721
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="511.3207349081364" y="179.39449922182564"/>
|
|
722
|
-
</bpmndi:BPMNLabel>
|
|
723
|
-
</bpmndi:BPMNShape>
|
|
724
|
-
<bpmndi:BPMNShape bpmnElement="_397c783e-ad6a-4cf3-8266-9b41962c83bd" id="S1373638080872__397c783e-ad6a-4cf3-8266-9b41962c83bd">
|
|
725
|
-
<dc:Bounds height="42.0" width="42.0" x="1649.0" y="193.0"/>
|
|
726
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
727
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="1622.3207349081365" y="245.88896299673985"/>
|
|
728
|
-
</bpmndi:BPMNLabel>
|
|
729
|
-
</bpmndi:BPMNShape>
|
|
730
|
-
<bpmndi:BPMNShape bpmnElement="_c9cb2415-6a2e-49d6-84b9-27babcde4088" id="S1373638080873__c9cb2415-6a2e-49d6-84b9-27babcde4088">
|
|
731
|
-
<dc:Bounds height="32.0" width="32.0" x="1473.0" y="315.0"/>
|
|
732
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
733
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="1441.5963254453334" y="352.3333333333333"/>
|
|
734
|
-
</bpmndi:BPMNLabel>
|
|
735
|
-
</bpmndi:BPMNShape>
|
|
736
|
-
<bpmndi:BPMNShape bpmnElement="_a01498ae-086c-4adc-9229-ec3135bc2bcf" id="S1373638080874__a01498ae-086c-4adc-9229-ec3135bc2bcf">
|
|
737
|
-
<dc:Bounds height="68.0" width="83.0" x="1563.0" y="297.0"/>
|
|
738
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
739
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="1568.3333333333333" y="324.5818763825664"/>
|
|
740
|
-
</bpmndi:BPMNLabel>
|
|
741
|
-
</bpmndi:BPMNShape>
|
|
742
|
-
<bpmndi:BPMNShape bpmnElement="_76ee26df-2c95-495b-9d9a-cb806aea6baf" id="S1373638080875__76ee26df-2c95-495b-9d9a-cb806aea6baf">
|
|
743
|
-
<dc:Bounds height="68.0" width="83.0" x="264.0" y="120.0"/>
|
|
744
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
745
|
-
<dc:Bounds height="25.604702343750013" width="72.48293963254594" x="269.3333333333333" y="141.18190079662895"/>
|
|
746
|
-
</bpmndi:BPMNLabel>
|
|
747
|
-
</bpmndi:BPMNShape>
|
|
748
|
-
<bpmndi:BPMNShape bpmnElement="_149a6e1d-0385-4d0f-a90c-c2150a291a67" isExpanded="false" id="S1373638080876__149a6e1d-0385-4d0f-a90c-c2150a291a67">
|
|
749
|
-
<dc:Bounds height="79.0" width="97.0" x="1084.0" y="114.0"/>
|
|
750
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
751
|
-
<dc:Bounds height="51.204604687499994" width="86.18773333333334" x="1089.3333333333333" y="127.77544311079544"/>
|
|
752
|
-
</bpmndi:BPMNLabel>
|
|
753
|
-
</bpmndi:BPMNShape>
|
|
754
|
-
<bpmndi:BPMNShape bpmnElement="_303e68ec-dbb3-4d90-8a96-26e0be44f5f3" isExpanded="true" id="S1373638080877__303e68ec-dbb3-4d90-8a96-26e0be44f5f3">
|
|
755
|
-
<dc:Bounds height="119.0" width="299.0" x="785.0" y="204.0"/>
|
|
756
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
757
|
-
<dc:Bounds height="25.604702343750013" width="123.93131376787507" x="790.3333333333334" y="208.88253109965927"/>
|
|
758
|
-
</bpmndi:BPMNLabel>
|
|
759
|
-
</bpmndi:BPMNShape>
|
|
760
|
-
<bpmndi:BPMNShape bpmnElement="_ef372c4d-6c65-4ad2-bc22-5c25e5d0870e" id="S1373638080878__ef372c4d-6c65-4ad2-bc22-5c25e5d0870e">
|
|
761
|
-
<dc:Bounds height="30.0" width="30.0" x="815.0" y="248.0"/>
|
|
762
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
763
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="782.6776675445728" y="283.3333333333333"/>
|
|
764
|
-
</bpmndi:BPMNLabel>
|
|
765
|
-
</bpmndi:BPMNShape>
|
|
766
|
-
<bpmndi:BPMNShape bpmnElement="_b9343536-6490-4559-8365-71d5c4cbb7cb" id="S1373638080879__b9343536-6490-4559-8365-71d5c4cbb7cb">
|
|
767
|
-
<dc:Bounds height="68.0" width="83.0" x="890.0" y="230.0"/>
|
|
768
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
769
|
-
<dc:Bounds height="38.404653515625" width="72.48293963254594" x="895.3333333333334" y="244.78192521069144"/>
|
|
770
|
-
</bpmndi:BPMNLabel>
|
|
771
|
-
</bpmndi:BPMNShape>
|
|
772
|
-
<bpmndi:BPMNShape bpmnElement="_a9b9c08d-377a-49a8-a869-f82308702018" id="S1373638080880__a9b9c08d-377a-49a8-a869-f82308702018">
|
|
773
|
-
<dc:Bounds height="32.0" width="32.0" x="1026.0" y="248.0"/>
|
|
774
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
775
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="994.5963254593177" y="285.3333333333333"/>
|
|
776
|
-
</bpmndi:BPMNLabel>
|
|
777
|
-
</bpmndi:BPMNShape>
|
|
778
|
-
<bpmndi:BPMNShape bpmnElement="_0326fdf5-7c71-41d9-838c-ab141a1b1ed0" id="S1373638080881__0326fdf5-7c71-41d9-838c-ab141a1b1ed0">
|
|
779
|
-
<dc:Bounds height="32.0" width="32.0" x="889.0" y="138.0"/>
|
|
780
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
781
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="857.5963254453334" y="175.33333333333334"/>
|
|
782
|
-
</bpmndi:BPMNLabel>
|
|
783
|
-
</bpmndi:BPMNShape>
|
|
784
|
-
<bpmndi:BPMNShape bpmnElement="_a74c1d4d-db90-43ff-8920-139a300b39a5" id="S1373638080882__a74c1d4d-db90-43ff-8920-139a300b39a5">
|
|
785
|
-
<dc:Bounds height="80.0" width="97.0" x="634.0" y="224.0"/>
|
|
786
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
787
|
-
<dc:Bounds height="51.204604687499994" width="86.60892388451433" x="639.3333333333334" y="238.60313788531235"/>
|
|
788
|
-
</bpmndi:BPMNLabel>
|
|
789
|
-
</bpmndi:BPMNShape>
|
|
790
|
-
<bpmndi:BPMNShape bpmnElement="_f3698a93-fe0b-4f49-bfa6-68d055936af3" id="S1373638080883__f3698a93-fe0b-4f49-bfa6-68d055936af3">
|
|
791
|
-
<dc:Bounds height="68.0" width="83.0" x="1503.0" y="180.0"/>
|
|
792
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
793
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="1508.3333333333333" y="207.58187638256646"/>
|
|
794
|
-
</bpmndi:BPMNLabel>
|
|
795
|
-
</bpmndi:BPMNShape>
|
|
796
|
-
<bpmndi:BPMNShape bpmnElement="_d84e5824-7bb7-4057-9dba-6c8794f7948c" id="S1373638080884__d84e5824-7bb7-4057-9dba-6c8794f7948c">
|
|
797
|
-
<dc:Bounds height="68.0" width="83.0" x="137.0" y="120.0"/>
|
|
798
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
799
|
-
<dc:Bounds height="25.604702343750013" width="72.48293963254594" x="142.33333333333334" y="141.18190079662895"/>
|
|
800
|
-
</bpmndi:BPMNLabel>
|
|
801
|
-
</bpmndi:BPMNShape>
|
|
802
|
-
<bpmndi:BPMNShape bpmnElement="_aa8c769a-276c-4589-b182-7c7bbd0a9e1e" id="S1373638080885__aa8c769a-276c-4589-b182-7c7bbd0a9e1e">
|
|
803
|
-
<dc:Bounds height="38.0" width="30.0" x="365.0" y="266.0"/>
|
|
804
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
805
|
-
<dc:Bounds height="12.804751171875001" width="100.26666666666667" x="329.9847769028871" y="307.04644331170033"/>
|
|
806
|
-
</bpmndi:BPMNLabel>
|
|
807
|
-
</bpmndi:BPMNShape>
|
|
808
|
-
<bpmndi:BPMNShape bpmnElement="_4815ea6a-ede2-489b-8b37-2cdb2835b02c" id="S1373638080887__4815ea6a-ede2-489b-8b37-2cdb2835b02c">
|
|
809
|
-
<dc:Bounds height="23.0" width="102.0" x="930.0" y="344.0"/>
|
|
810
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849"/>
|
|
811
|
-
</bpmndi:BPMNShape>
|
|
812
|
-
<bpmndi:BPMNShape bpmnElement="_7e6ccf38-e740-4537-a439-a8e984d066de" isExpanded="true" id="S1373638080888__7e6ccf38-e740-4537-a439-a8e984d066de">
|
|
813
|
-
<dc:Bounds height="132.0" width="330.0" x="727.0" y="842.0"/>
|
|
814
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
815
|
-
<dc:Bounds height="12.804751171875008" width="123.93131376787507" x="732.3333333333334" y="847.3333333333334"/>
|
|
816
|
-
</bpmndi:BPMNLabel>
|
|
817
|
-
</bpmndi:BPMNShape>
|
|
818
|
-
<bpmndi:BPMNShape bpmnElement="_1df01cbc-5d8c-444e-b1db-da3efdee254a" id="S1373638080889__1df01cbc-5d8c-444e-b1db-da3efdee254a">
|
|
819
|
-
<dc:Bounds height="30.0" width="30.0" x="763.0" y="892.0"/>
|
|
820
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
821
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="730.6776675445728" y="927.3333333333333"/>
|
|
822
|
-
</bpmndi:BPMNLabel>
|
|
823
|
-
</bpmndi:BPMNShape>
|
|
824
|
-
<bpmndi:BPMNShape bpmnElement="_6936f794-7bbb-4aa1-ae48-3a35bab4e2f4" id="S1373638080890__6936f794-7bbb-4aa1-ae48-3a35bab4e2f4">
|
|
825
|
-
<dc:Bounds height="68.0" width="83.0" x="847.0" y="873.0"/>
|
|
826
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
827
|
-
<dc:Bounds height="25.604702343750013" width="72.48293963254594" x="852.3333333333334" y="894.181900796629"/>
|
|
828
|
-
</bpmndi:BPMNLabel>
|
|
829
|
-
</bpmndi:BPMNShape>
|
|
830
|
-
<bpmndi:BPMNShape bpmnElement="_4f744697-3643-41a9-9d07-84c78e2df64b" id="S1373638080891__4f744697-3643-41a9-9d07-84c78e2df64b">
|
|
831
|
-
<dc:Bounds height="32.0" width="32.0" x="989.0" y="891.0"/>
|
|
832
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
833
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="957.5963254593177" y="928.3333333333333"/>
|
|
834
|
-
</bpmndi:BPMNLabel>
|
|
835
|
-
</bpmndi:BPMNShape>
|
|
836
|
-
<bpmndi:BPMNShape bpmnElement="_5a6baa94-303a-4750-bde2-e1cd6edace37" id="S1373638080892__5a6baa94-303a-4750-bde2-e1cd6edace37">
|
|
837
|
-
<dc:Bounds height="32.0" width="32.0" x="989.0" y="958.0"/>
|
|
838
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
839
|
-
<dc:Bounds height="51.204604687499994" width="94.93333333333335" x="957.5963254453334" y="994.350453575746"/>
|
|
840
|
-
</bpmndi:BPMNLabel>
|
|
841
|
-
</bpmndi:BPMNShape>
|
|
842
|
-
<bpmndi:BPMNShape bpmnElement="_3c56e6dc-bc87-4d98-b499-462c5b741c5a" id="S1373638080893__3c56e6dc-bc87-4d98-b499-462c5b741c5a">
|
|
843
|
-
<dc:Bounds height="32.0" width="32.0" x="870.0" y="958.0"/>
|
|
844
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
845
|
-
<dc:Bounds height="38.404653515625" width="94.93333333333335" x="838.5963254453334" y="994.7504291616835"/>
|
|
846
|
-
</bpmndi:BPMNLabel>
|
|
847
|
-
</bpmndi:BPMNShape>
|
|
848
|
-
<bpmndi:BPMNShape bpmnElement="_fa90f891-fc07-463a-97c9-2ee0812351e1" id="S1373638080894__fa90f891-fc07-463a-97c9-2ee0812351e1">
|
|
849
|
-
<dc:Bounds height="68.0" width="83.0" x="1152.0" y="463.0"/>
|
|
850
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
851
|
-
<dc:Bounds height="25.604702343750013" width="72.48293963254594" x="1157.3333333333333" y="484.1819007966289"/>
|
|
852
|
-
</bpmndi:BPMNLabel>
|
|
853
|
-
</bpmndi:BPMNShape>
|
|
854
|
-
<bpmndi:BPMNShape bpmnElement="_68ca1f8b-5028-4079-9e35-619b529f4d71" id="S1373638080895__68ca1f8b-5028-4079-9e35-619b529f4d71">
|
|
855
|
-
<dc:Bounds height="32.0" width="32.0" x="1192.0" y="515.0"/>
|
|
856
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
857
|
-
<dc:Bounds height="51.204604687499994" width="94.93333333333335" x="1160.5963254453334" y="550.281565400754"/>
|
|
858
|
-
</bpmndi:BPMNLabel>
|
|
859
|
-
</bpmndi:BPMNShape>
|
|
860
|
-
<bpmndi:BPMNShape bpmnElement="_1237e756-d53c-4591-a731-dafffbf0b3f9" isExpanded="false" id="S1373638080896__1237e756-d53c-4591-a731-dafffbf0b3f9">
|
|
861
|
-
<dc:Bounds height="75.0" width="92.0" x="1024.0" y="628.0"/>
|
|
862
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
863
|
-
<dc:Bounds height="25.604702343750013" width="81.51472544533334" x="1029.3333333333333" y="652.4870793277614"/>
|
|
864
|
-
</bpmndi:BPMNLabel>
|
|
865
|
-
</bpmndi:BPMNShape>
|
|
866
|
-
<bpmndi:BPMNShape bpmnElement="_45ceee21-0f15-4bf8-87a9-b3f808173e61" id="S1373638080897__45ceee21-0f15-4bf8-87a9-b3f808173e61">
|
|
867
|
-
<dc:Bounds height="32.0" width="32.0" x="1081.0" y="687.0"/>
|
|
868
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
869
|
-
<dc:Bounds height="51.204604687499994" width="94.93333333333335" x="1049.5963254453334" y="722.1799072531645"/>
|
|
870
|
-
</bpmndi:BPMNLabel>
|
|
871
|
-
</bpmndi:BPMNShape>
|
|
872
|
-
<bpmndi:BPMNShape bpmnElement="_73343358-7838-48a1-baf2-2b0266e3a55b" id="S1373638080898__73343358-7838-48a1-baf2-2b0266e3a55b">
|
|
873
|
-
<dc:Bounds height="68.0" width="83.0" x="1281.0" y="874.0"/>
|
|
874
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
875
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="1286.3333333333333" y="901.5818763825664"/>
|
|
876
|
-
</bpmndi:BPMNLabel>
|
|
877
|
-
</bpmndi:BPMNShape>
|
|
878
|
-
<bpmndi:BPMNShape bpmnElement="_e454657a-0173-41a4-a4c7-d16ec224f2e1" id="S1373638080899__e454657a-0173-41a4-a4c7-d16ec224f2e1">
|
|
879
|
-
<dc:Bounds height="32.0" width="32.0" x="1321.0" y="926.0"/>
|
|
880
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
881
|
-
<dc:Bounds height="51.204604687499994" width="94.93333333333335" x="1289.5963254453334" y="964.3347055442501"/>
|
|
882
|
-
</bpmndi:BPMNLabel>
|
|
883
|
-
</bpmndi:BPMNShape>
|
|
884
|
-
<bpmndi:BPMNShape bpmnElement="_137281ee-758e-4c36-8942-74c5d807e1b3" id="S1373638080900__137281ee-758e-4c36-8942-74c5d807e1b3">
|
|
885
|
-
<dc:Bounds height="68.0" width="83.0" x="540.0" y="874.0"/>
|
|
886
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
887
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="545.3333333333334" y="901.5818763825664"/>
|
|
888
|
-
</bpmndi:BPMNLabel>
|
|
889
|
-
</bpmndi:BPMNShape>
|
|
890
|
-
<bpmndi:BPMNShape bpmnElement="_79341f54-50d4-4c60-85f3-fe8839a7554b" id="S1373638080901__79341f54-50d4-4c60-85f3-fe8839a7554b">
|
|
891
|
-
<dc:Bounds height="32.0" width="32.0" x="579.0" y="926.0"/>
|
|
892
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
893
|
-
<dc:Bounds height="51.204604687499994" width="94.93333333333335" x="547.5963254453334" y="963.3333333333334"/>
|
|
894
|
-
</bpmndi:BPMNLabel>
|
|
895
|
-
</bpmndi:BPMNShape>
|
|
896
|
-
<bpmndi:BPMNShape bpmnElement="_15e9a3bf-53de-40d8-8364-7f534b175ff4" id="S1373638080902__15e9a3bf-53de-40d8-8364-7f534b175ff4">
|
|
897
|
-
<dc:Bounds height="68.0" width="83.0" x="1378.0" y="632.0"/>
|
|
898
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
899
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="1383.3333333333333" y="659.5818763825664"/>
|
|
900
|
-
</bpmndi:BPMNLabel>
|
|
901
|
-
</bpmndi:BPMNShape>
|
|
902
|
-
<bpmndi:BPMNShape bpmnElement="_e369fd30-1a71-4d0e-b4d7-2174dd5ba388" id="S1373638080903__e369fd30-1a71-4d0e-b4d7-2174dd5ba388">
|
|
903
|
-
<dc:Bounds height="32.0" width="32.0" x="1418.0" y="684.0"/>
|
|
904
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
905
|
-
<dc:Bounds height="51.204604687499994" width="94.93333333333335" x="1386.5963254453332" y="719.336760652926"/>
|
|
906
|
-
</bpmndi:BPMNLabel>
|
|
907
|
-
</bpmndi:BPMNShape>
|
|
908
|
-
<bpmndi:BPMNShape bpmnElement="_dbca671f-08b6-4b58-a614-62b98fa36be5" id="S1373638080904__dbca671f-08b6-4b58-a614-62b98fa36be5">
|
|
909
|
-
<dc:Bounds height="68.0" width="83.0" x="1156.0" y="754.0"/>
|
|
910
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
911
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="1161.3333333333333" y="781.5818763825664"/>
|
|
912
|
-
</bpmndi:BPMNLabel>
|
|
913
|
-
</bpmndi:BPMNShape>
|
|
914
|
-
<bpmndi:BPMNShape bpmnElement="_f2081fdb-3b8a-480b-9f61-fbf683e2018c" id="S1373638080905__f2081fdb-3b8a-480b-9f61-fbf683e2018c">
|
|
915
|
-
<dc:Bounds height="32.0" width="32.0" x="424.0" y="650.0"/>
|
|
916
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
917
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="392.5963254453333" y="687.3333333333334"/>
|
|
918
|
-
</bpmndi:BPMNLabel>
|
|
919
|
-
</bpmndi:BPMNShape>
|
|
920
|
-
<bpmndi:BPMNShape bpmnElement="_be29f267-9d56-46ef-8bbc-e13513b25fce" id="S1373638080906__be29f267-9d56-46ef-8bbc-e13513b25fce">
|
|
921
|
-
<dc:Bounds height="42.0" width="42.0" x="312.0" y="645.0"/>
|
|
922
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
923
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="285.32073490813644" y="692.3333333333334"/>
|
|
924
|
-
</bpmndi:BPMNLabel>
|
|
925
|
-
</bpmndi:BPMNShape>
|
|
926
|
-
<bpmndi:BPMNShape bpmnElement="_3a19ce2d-e30d-461c-aeaa-b2acb118f9a4" id="S1373638080907__3a19ce2d-e30d-461c-aeaa-b2acb118f9a4">
|
|
927
|
-
<dc:Bounds height="32.0" width="32.0" x="1307.0" y="772.0"/>
|
|
928
|
-
<bpmndi:BPMNLabel/>
|
|
929
|
-
</bpmndi:BPMNShape>
|
|
930
|
-
<bpmndi:BPMNShape bpmnElement="_ba16239e-181e-4b9f-bc5b-0bb2ee973450" isExpanded="true" id="S1373638080908__ba16239e-181e-4b9f-bc5b-0bb2ee973450">
|
|
931
|
-
<dc:Bounds height="185.0" width="547.0" x="519.0" y="427.0"/>
|
|
932
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
933
|
-
<dc:Bounds height="12.804751171875008" width="109.09244658037508" x="524.3333333333334" y="432.35168326463616"/>
|
|
934
|
-
</bpmndi:BPMNLabel>
|
|
935
|
-
</bpmndi:BPMNShape>
|
|
936
|
-
<bpmndi:BPMNShape bpmnElement="_087d0602-ff51-491e-a021-d2e7c940dbd8" id="S1373638080909__087d0602-ff51-491e-a021-d2e7c940dbd8">
|
|
937
|
-
<dc:Bounds height="32.0" width="32.0" x="1623.0" y="650.0"/>
|
|
938
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
939
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="1591.5963254593182" y="695.5346322880783"/>
|
|
940
|
-
</bpmndi:BPMNLabel>
|
|
941
|
-
</bpmndi:BPMNShape>
|
|
942
|
-
<bpmndi:BPMNShape bpmnElement="_49e94b5f-ce21-4c2b-b78d-3cde5c09c15e" isMarkerVisible="true" id="S1373638080910__49e94b5f-ce21-4c2b-b78d-3cde5c09c15e">
|
|
943
|
-
<dc:Bounds height="42.0" width="42.0" x="681.0" y="645.0"/>
|
|
944
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
945
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="654.3207349081366" y="692.3333333333334"/>
|
|
946
|
-
</bpmndi:BPMNLabel>
|
|
947
|
-
</bpmndi:BPMNShape>
|
|
948
|
-
<bpmndi:BPMNShape bpmnElement="_a38484e2-7bdb-48b1-b62e-139d51d6a147" id="S1373638080911__a38484e2-7bdb-48b1-b62e-139d51d6a147">
|
|
949
|
-
<dc:Bounds height="30.0" width="30.0" x="116.0" y="651.0"/>
|
|
950
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
951
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="83.67766754457271" y="686.3333333333334"/>
|
|
952
|
-
</bpmndi:BPMNLabel>
|
|
953
|
-
</bpmndi:BPMNShape>
|
|
954
|
-
<bpmndi:BPMNShape bpmnElement="_c889aa27-e389-48eb-aa18-613ec53614e7" id="S1373638080912__c889aa27-e389-48eb-aa18-613ec53614e7">
|
|
955
|
-
<dc:Bounds height="32.0" width="32.0" x="1623.0" y="481.0"/>
|
|
956
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
957
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="1591.5963254593175" y="518.3333333333334"/>
|
|
958
|
-
</bpmndi:BPMNLabel>
|
|
959
|
-
</bpmndi:BPMNShape>
|
|
960
|
-
<bpmndi:BPMNShape bpmnElement="_f27040d5-765c-493c-bbe7-9fb6ad04cbdc" id="S1373638080913__f27040d5-765c-493c-bbe7-9fb6ad04cbdc">
|
|
961
|
-
<dc:Bounds height="32.0" width="32.0" x="1307.0" y="573.0"/>
|
|
962
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
963
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="1275.5963254453334" y="610.3333333333334"/>
|
|
964
|
-
</bpmndi:BPMNLabel>
|
|
965
|
-
</bpmndi:BPMNShape>
|
|
966
|
-
<bpmndi:BPMNShape bpmnElement="_0263ca9e-2ca0-4f4e-b7dd-86e15dcf2447" isExpanded="false" id="S1373638080914__0263ca9e-2ca0-4f4e-b7dd-86e15dcf2447">
|
|
967
|
-
<dc:Bounds height="68.0" width="83.0" x="540.0" y="632.0"/>
|
|
968
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
969
|
-
<dc:Bounds height="38.404653515625" width="72.48293963254594" x="545.3333333333334" y="646.7819252106915"/>
|
|
970
|
-
</bpmndi:BPMNLabel>
|
|
971
|
-
</bpmndi:BPMNShape>
|
|
972
|
-
<bpmndi:BPMNShape bpmnElement="_796ccbc5-ad88-465c-849a-87447a0283d3" id="S1373638080915__796ccbc5-ad88-465c-849a-87447a0283d3">
|
|
973
|
-
<dc:Bounds height="32.0" width="32.0" x="875.0" y="650.0"/>
|
|
974
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
975
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="843.5963254453334" y="687.3333333333334"/>
|
|
976
|
-
</bpmndi:BPMNLabel>
|
|
977
|
-
</bpmndi:BPMNShape>
|
|
978
|
-
<bpmndi:BPMNShape bpmnElement="_05c6bc89-5265-435c-8a9e-533c44a6888b" id="S1373638080916__05c6bc89-5265-435c-8a9e-533c44a6888b">
|
|
979
|
-
<dc:Bounds height="32.0" width="32.0" x="398.0" y="892.0"/>
|
|
980
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
981
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="366.5963254453333" y="929.3333333333334"/>
|
|
982
|
-
</bpmndi:BPMNLabel>
|
|
983
|
-
</bpmndi:BPMNShape>
|
|
984
|
-
<bpmndi:BPMNShape bpmnElement="_511d95ed-38f9-473e-9466-525285a007f5" id="S1373638080917__511d95ed-38f9-473e-9466-525285a007f5">
|
|
985
|
-
<dc:Bounds height="68.0" width="83.0" x="180.0" y="632.0"/>
|
|
986
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
987
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="185.33333333333334" y="659.5818763825664"/>
|
|
988
|
-
</bpmndi:BPMNLabel>
|
|
989
|
-
</bpmndi:BPMNShape>
|
|
990
|
-
<bpmndi:BPMNShape bpmnElement="_187063b6-107e-4ac9-bdb3-e8ce9d83763d" id="S1373638080918__187063b6-107e-4ac9-bdb3-e8ce9d83763d">
|
|
991
|
-
<dc:Bounds height="68.0" width="83.0" x="1491.0" y="740.0"/>
|
|
992
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
993
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="1496.3333333333333" y="767.5818763825664"/>
|
|
994
|
-
</bpmndi:BPMNLabel>
|
|
995
|
-
</bpmndi:BPMNShape>
|
|
996
|
-
<bpmndi:BPMNShape bpmnElement="_f07e4bd2-768d-42c6-a8d5-24d1c3bfa3cb" id="S1373638080919__f07e4bd2-768d-42c6-a8d5-24d1c3bfa3cb">
|
|
997
|
-
<dc:Bounds height="68.0" width="83.0" x="1429.0" y="463.0"/>
|
|
998
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
999
|
-
<dc:Bounds height="25.604702343750013" width="72.48293963254594" x="1434.3333333333333" y="484.1819007966289"/>
|
|
1000
|
-
</bpmndi:BPMNLabel>
|
|
1001
|
-
</bpmndi:BPMNShape>
|
|
1002
|
-
<bpmndi:BPMNShape bpmnElement="_663e9963-9cf6-4032-9652-3a20f50dcda3" id="S1373638080920__663e9963-9cf6-4032-9652-3a20f50dcda3">
|
|
1003
|
-
<dc:Bounds height="68.0" width="83.0" x="1491.0" y="970.0"/>
|
|
1004
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1005
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="1496.3333333333333" y="997.5818763825664"/>
|
|
1006
|
-
</bpmndi:BPMNLabel>
|
|
1007
|
-
</bpmndi:BPMNShape>
|
|
1008
|
-
<bpmndi:BPMNShape bpmnElement="_034907bf-d3d7-4629-818c-14c3e69d5bc6" id="S1373638080921__034907bf-d3d7-4629-818c-14c3e69d5bc6">
|
|
1009
|
-
<dc:Bounds height="32.0" width="32.0" x="412.0" y="500.0"/>
|
|
1010
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1011
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="380.5963254453333" y="537.3333333333334"/>
|
|
1012
|
-
</bpmndi:BPMNLabel>
|
|
1013
|
-
</bpmndi:BPMNShape>
|
|
1014
|
-
<bpmndi:BPMNShape bpmnElement="_d58753a7-d38b-49cd-914d-14e4cdaa4449" id="S1373638080922__d58753a7-d38b-49cd-914d-14e4cdaa4449">
|
|
1015
|
-
<dc:Bounds height="68.0" width="83.0" x="1089.0" y="1346.0"/>
|
|
1016
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1017
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="1094.3333333333333" y="1373.5818763825664"/>
|
|
1018
|
-
</bpmndi:BPMNLabel>
|
|
1019
|
-
</bpmndi:BPMNShape>
|
|
1020
|
-
<bpmndi:BPMNShape bpmnElement="_209105e0-96fc-4278-8451-3b2a1dd18ec9" id="S1373638080923__209105e0-96fc-4278-8451-3b2a1dd18ec9">
|
|
1021
|
-
<dc:Bounds height="32.0" width="32.0" x="1129.0" y="1398.0"/>
|
|
1022
|
-
<bpmndi:BPMNLabel/>
|
|
1023
|
-
</bpmndi:BPMNShape>
|
|
1024
|
-
<bpmndi:BPMNShape bpmnElement="_147b1900-7e7d-4b8f-b243-0155265f1c00" id="S1373638080924__147b1900-7e7d-4b8f-b243-0155265f1c00">
|
|
1025
|
-
<dc:Bounds height="32.0" width="32.0" x="1411.0" y="1436.0"/>
|
|
1026
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1027
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="1379.5963254593175" y="1473.3333333333333"/>
|
|
1028
|
-
</bpmndi:BPMNLabel>
|
|
1029
|
-
</bpmndi:BPMNShape>
|
|
1030
|
-
<bpmndi:BPMNShape bpmnElement="_25beeb17-acc3-4cca-9590-f1cd2f353434" id="S1373638080925__25beeb17-acc3-4cca-9590-f1cd2f353434">
|
|
1031
|
-
<dc:Bounds height="30.0" width="30.0" x="303.0" y="1231.0"/>
|
|
1032
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1033
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="270.67766754457267" y="1266.3333333333333"/>
|
|
1034
|
-
</bpmndi:BPMNLabel>
|
|
1035
|
-
</bpmndi:BPMNShape>
|
|
1036
|
-
<bpmndi:BPMNShape bpmnElement="_928cd158-ebe1-4c0a-9c3e-42e77d663aa2" id="S1373638080926__928cd158-ebe1-4c0a-9c3e-42e77d663aa2">
|
|
1037
|
-
<dc:Bounds height="68.0" width="83.0" x="882.0" y="1154.0"/>
|
|
1038
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1039
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="887.3333333333334" y="1181.5818763825664"/>
|
|
1040
|
-
</bpmndi:BPMNLabel>
|
|
1041
|
-
</bpmndi:BPMNShape>
|
|
1042
|
-
<bpmndi:BPMNShape bpmnElement="_0ab0e0ac-f88b-4402-9986-e95a72dfc8a3" id="S1373638080927__0ab0e0ac-f88b-4402-9986-e95a72dfc8a3">
|
|
1043
|
-
<dc:Bounds height="68.0" width="83.0" x="1275.0" y="1418.0"/>
|
|
1044
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1045
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="1280.3333333333333" y="1445.5818763825664"/>
|
|
1046
|
-
</bpmndi:BPMNLabel>
|
|
1047
|
-
</bpmndi:BPMNShape>
|
|
1048
|
-
<bpmndi:BPMNShape bpmnElement="_242b8e6c-681c-438e-ab34-729255121eff" id="S1373638080928__242b8e6c-681c-438e-ab34-729255121eff">
|
|
1049
|
-
<dc:Bounds height="68.0" width="83.0" x="381.0" y="1212.0"/>
|
|
1050
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1051
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="386.3333333333333" y="1239.5818763825664"/>
|
|
1052
|
-
</bpmndi:BPMNLabel>
|
|
1053
|
-
</bpmndi:BPMNShape>
|
|
1054
|
-
<bpmndi:BPMNShape bpmnElement="_25a1f26b-d8b8-4b9b-b768-f14b8d104f9c" id="S1373638080929__25a1f26b-d8b8-4b9b-b768-f14b8d104f9c">
|
|
1055
|
-
<dc:Bounds height="68.0" width="83.0" x="1276.0" y="1098.0"/>
|
|
1056
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1057
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="1281.3333333333333" y="1125.5818763825664"/>
|
|
1058
|
-
</bpmndi:BPMNLabel>
|
|
1059
|
-
</bpmndi:BPMNShape>
|
|
1060
|
-
<bpmndi:BPMNShape bpmnElement="_8476a0f7-36b7-4666-a3b2-c18efcc68a94" id="S1373638080930__8476a0f7-36b7-4666-a3b2-c18efcc68a94">
|
|
1061
|
-
<dc:Bounds height="32.0" width="32.0" x="741.0" y="1230.0"/>
|
|
1062
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1063
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="709.5963254453334" y="1267.333333333333"/>
|
|
1064
|
-
</bpmndi:BPMNLabel>
|
|
1065
|
-
</bpmndi:BPMNShape>
|
|
1066
|
-
<bpmndi:BPMNShape bpmnElement="_10ecbff1-cd15-4a5c-9aa5-6f2a35479416" id="S1373638080931__10ecbff1-cd15-4a5c-9aa5-6f2a35479416">
|
|
1067
|
-
<dc:Bounds height="42.0" width="42.0" x="807.0" y="1167.0"/>
|
|
1068
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1069
|
-
<dc:Bounds height="25.604702343750013" width="96.0" x="779.7874015748029" y="1219.0979226743725"/>
|
|
1070
|
-
</bpmndi:BPMNLabel>
|
|
1071
|
-
</bpmndi:BPMNShape>
|
|
1072
|
-
<bpmndi:BPMNShape bpmnElement="_4f5e6e50-d9d0-4f97-959a-d1b8e1e32788" id="S1373638080932__4f5e6e50-d9d0-4f97-959a-d1b8e1e32788">
|
|
1073
|
-
<dc:Bounds height="32.0" width="32.0" x="473.0" y="1394.0"/>
|
|
1074
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1075
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="441.5963254453333" y="1431.333333333333"/>
|
|
1076
|
-
</bpmndi:BPMNLabel>
|
|
1077
|
-
</bpmndi:BPMNShape>
|
|
1078
|
-
<bpmndi:BPMNShape bpmnElement="_cbebc7f2-9fb5-4fbf-a6dc-13140c784da7" id="S1373638080933__cbebc7f2-9fb5-4fbf-a6dc-13140c784da7">
|
|
1079
|
-
<dc:Bounds height="68.0" width="83.0" x="603.0" y="1212.0"/>
|
|
1080
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1081
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="608.3333333333334" y="1239.5818763825664"/>
|
|
1082
|
-
</bpmndi:BPMNLabel>
|
|
1083
|
-
</bpmndi:BPMNShape>
|
|
1084
|
-
<bpmndi:BPMNShape bpmnElement="_df7727a0-f509-45eb-bb89-85753f439576" id="S1373638080934__df7727a0-f509-45eb-bb89-85753f439576">
|
|
1085
|
-
<dc:Bounds height="42.0" width="42.0" x="1197.0" y="1241.0"/>
|
|
1086
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1087
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="1170.3207349081367" y="1289.8732149652435"/>
|
|
1088
|
-
</bpmndi:BPMNLabel>
|
|
1089
|
-
</bpmndi:BPMNShape>
|
|
1090
|
-
<bpmndi:BPMNShape bpmnElement="_189118eb-65fc-43e8-8a34-a155b113914f" isExpanded="true" id="S1373638080935__189118eb-65fc-43e8-8a34-a155b113914f">
|
|
1091
|
-
<dc:Bounds height="170.0" width="413.0" x="603.0" y="1298.0"/>
|
|
1092
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1093
|
-
<dc:Bounds height="12.804751171875008" width="123.93131376787507" x="608.3333333333334" y="1303.0232044858028"/>
|
|
1094
|
-
</bpmndi:BPMNLabel>
|
|
1095
|
-
</bpmndi:BPMNShape>
|
|
1096
|
-
<bpmndi:BPMNShape bpmnElement="_21976b84-4ddd-4ddc-a5a3-825335550796" id="S1373638080936__21976b84-4ddd-4ddc-a5a3-825335550796">
|
|
1097
|
-
<dc:Bounds height="30.0" width="30.0" x="624.0" y="1336.0"/>
|
|
1098
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1099
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="591.6776675445728" y="1371.3333333333333"/>
|
|
1100
|
-
</bpmndi:BPMNLabel>
|
|
1101
|
-
</bpmndi:BPMNShape>
|
|
1102
|
-
<bpmndi:BPMNShape bpmnElement="_e233b5e1-244d-422e-8886-4588b7566122" id="S1373638080937__e233b5e1-244d-422e-8886-4588b7566122">
|
|
1103
|
-
<dc:Bounds height="32.0" width="32.0" x="691.0" y="1335.0"/>
|
|
1104
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1105
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="659.5963254453334" y="1372.333333333333"/>
|
|
1106
|
-
</bpmndi:BPMNLabel>
|
|
1107
|
-
</bpmndi:BPMNShape>
|
|
1108
|
-
<bpmndi:BPMNShape bpmnElement="_6d90f706-17c9-4635-87c2-ccab31e9a32d" id="S1373638080938__6d90f706-17c9-4635-87c2-ccab31e9a32d">
|
|
1109
|
-
<dc:Bounds height="68.0" width="83.0" x="757.0" y="1317.0"/>
|
|
1110
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1111
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="762.3333333333334" y="1344.5818763825664"/>
|
|
1112
|
-
</bpmndi:BPMNLabel>
|
|
1113
|
-
</bpmndi:BPMNShape>
|
|
1114
|
-
<bpmndi:BPMNShape bpmnElement="_84918a6a-5e98-40c6-9155-c081bb5bdee8" isMarkerVisible="true" id="S1373638080939__84918a6a-5e98-40c6-9155-c081bb5bdee8">
|
|
1115
|
-
<dc:Bounds height="42.0" width="42.0" x="875.0" y="1331.0"/>
|
|
1116
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1117
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="848.3207349081366" y="1378.333333333333"/>
|
|
1118
|
-
</bpmndi:BPMNLabel>
|
|
1119
|
-
</bpmndi:BPMNShape>
|
|
1120
|
-
<bpmndi:BPMNShape bpmnElement="_d60db966-c03d-4f0e-a5bd-945525fa0aaf" id="S1373638080940__d60db966-c03d-4f0e-a5bd-945525fa0aaf">
|
|
1121
|
-
<dc:Bounds height="32.0" width="32.0" x="955.0" y="1394.0"/>
|
|
1122
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1123
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="923.5963254593177" y="1431.3333333333333"/>
|
|
1124
|
-
</bpmndi:BPMNLabel>
|
|
1125
|
-
</bpmndi:BPMNShape>
|
|
1126
|
-
<bpmndi:BPMNShape bpmnElement="_cd7b1449-fc16-4015-befe-cc9b5aa1df27" id="S1373638080941__cd7b1449-fc16-4015-befe-cc9b5aa1df27">
|
|
1127
|
-
<dc:Bounds height="32.0" width="32.0" x="958.0" y="1335.0"/>
|
|
1128
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1129
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="929.2084979056809" y="1372.9522023310271"/>
|
|
1130
|
-
</bpmndi:BPMNLabel>
|
|
1131
|
-
</bpmndi:BPMNShape>
|
|
1132
|
-
<bpmndi:BPMNShape bpmnElement="_d92d850c-37ac-47ea-9344-dc986289de47" id="S1373638080942__d92d850c-37ac-47ea-9344-dc986289de47">
|
|
1133
|
-
<dc:Bounds height="32.0" width="32.0" x="1147.0" y="1110.0"/>
|
|
1134
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1135
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="1115.5963254593175" y="1147.3333333333333"/>
|
|
1136
|
-
</bpmndi:BPMNLabel>
|
|
1137
|
-
</bpmndi:BPMNShape>
|
|
1138
|
-
<bpmndi:BPMNShape bpmnElement="_1215d072-524b-4724-99d7-a0a406435904" id="S1373638080943__1215d072-524b-4724-99d7-a0a406435904">
|
|
1139
|
-
<dc:Bounds height="42.0" width="42.0" x="513.0" y="1225.0"/>
|
|
1140
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1141
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="486.3207349081364" y="1277.7944748077632"/>
|
|
1142
|
-
</bpmndi:BPMNLabel>
|
|
1143
|
-
</bpmndi:BPMNShape>
|
|
1144
|
-
<bpmndi:BPMNShape bpmnElement="_dfb273c6-0ad3-4030-9e72-638adf7ca75f" id="S1373638080944__dfb273c6-0ad3-4030-9e72-638adf7ca75f">
|
|
1145
|
-
<dc:Bounds height="32.0" width="32.0" x="1631.0" y="1246.0"/>
|
|
1146
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1147
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="1599.5963254593175" y="1283.333333333333"/>
|
|
1148
|
-
</bpmndi:BPMNLabel>
|
|
1149
|
-
</bpmndi:BPMNShape>
|
|
1150
|
-
<bpmndi:BPMNShape bpmnElement="_56ab3884-4b26-4398-be6f-5f0bb5f81be4" id="S1373638080945__56ab3884-4b26-4398-be6f-5f0bb5f81be4">
|
|
1151
|
-
<dc:Bounds height="68.0" width="83.0" x="1000.0" y="1092.0"/>
|
|
1152
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1153
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="1005.3333333333335" y="1119.5818763825664"/>
|
|
1154
|
-
</bpmndi:BPMNLabel>
|
|
1155
|
-
</bpmndi:BPMNShape>
|
|
1156
|
-
<bpmndi:BPMNShape bpmnElement="_0e99d67a-a88a-4631-85cc-aa1f9cd8cc5e" id="S1373638080946__0e99d67a-a88a-4631-85cc-aa1f9cd8cc5e">
|
|
1157
|
-
<dc:Bounds height="68.0" width="83.0" x="699.0" y="1086.0"/>
|
|
1158
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1159
|
-
<dc:Bounds height="12.804751171875008" width="72.48293963254594" x="704.3333333333334" y="1113.5818763825664"/>
|
|
1160
|
-
</bpmndi:BPMNLabel>
|
|
1161
|
-
</bpmndi:BPMNShape>
|
|
1162
|
-
<bpmndi:BPMNShape bpmnElement="_b9385abf-d293-40b7-848b-8add4db48415" id="S1373638080947__b9385abf-d293-40b7-848b-8add4db48415">
|
|
1163
|
-
<dc:Bounds height="27.0" width="32.0" x="531.0" y="751.0"/>
|
|
1164
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1165
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="499.6583333333333" y="781.5197648828125"/>
|
|
1166
|
-
</bpmndi:BPMNLabel>
|
|
1167
|
-
</bpmndi:BPMNShape>
|
|
1168
|
-
<bpmndi:BPMNShape bpmnElement="_48d300c1-487a-409b-a04a-b195e222ef90" id="S1373638080957__48d300c1-487a-409b-a04a-b195e222ef90">
|
|
1169
|
-
<dc:Bounds height="500.0" width="330.0" x="165.0" y="483.0"/>
|
|
1170
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1171
|
-
<dc:Bounds height="12.804751171874997" width="32.6140530256875" x="454.3859469743125" y="465.6702591886722"/>
|
|
1172
|
-
</bpmndi:BPMNLabel>
|
|
1173
|
-
</bpmndi:BPMNShape>
|
|
1174
|
-
<bpmndi:BPMNEdge bpmnElement="_8b98cde1-aec2-46e8-8be2-d9aa244fcda6" id="E1373638080958__8b98cde1-aec2-46e8-8be2-d9aa244fcda6">
|
|
1175
|
-
<di:waypoint x="702.0" y="687.0"/>
|
|
1176
|
-
<di:waypoint x="702.0" y="800.0"/>
|
|
1177
|
-
<di:waypoint x="1156.0" y="799.0"/>
|
|
1178
|
-
<bpmndi:BPMNLabel/>
|
|
1179
|
-
</bpmndi:BPMNEdge>
|
|
1180
|
-
<bpmndi:BPMNEdge bpmnElement="_be71b068-7fa6-4f76-b0a3-8760f4a2911a" id="E1373638080959__be71b068-7fa6-4f76-b0a3-8760f4a2911a">
|
|
1181
|
-
<di:waypoint x="686.0" y="1246.0"/>
|
|
1182
|
-
<di:waypoint x="704.0" y="1246.0"/>
|
|
1183
|
-
<di:waypoint x="741.0" y="1246.0"/>
|
|
1184
|
-
<bpmndi:BPMNLabel/>
|
|
1185
|
-
</bpmndi:BPMNEdge>
|
|
1186
|
-
<bpmndi:BPMNEdge bpmnElement="_fdd08093-e5b4-4e9e-8088-26887892078a" id="E1373638080960__fdd08093-e5b4-4e9e-8088-26887892078a">
|
|
1187
|
-
<di:waypoint x="465.0" y="1246.0"/>
|
|
1188
|
-
<di:waypoint x="483.0" y="1246.0"/>
|
|
1189
|
-
<di:waypoint x="513.0" y="1246.0"/>
|
|
1190
|
-
<bpmndi:BPMNLabel/>
|
|
1191
|
-
</bpmndi:BPMNEdge>
|
|
1192
|
-
<bpmndi:BPMNEdge bpmnElement="_b41b9c86-bc41-4b6e-ac32-70e1342e6128" id="E1373638080961__b41b9c86-bc41-4b6e-ac32-70e1342e6128">
|
|
1193
|
-
<di:waypoint x="1450.0" y="153.0"/>
|
|
1194
|
-
<di:waypoint x="1669.0" y="153.0"/>
|
|
1195
|
-
<di:waypoint x="1670.0" y="193.0"/>
|
|
1196
|
-
<bpmndi:BPMNLabel/>
|
|
1197
|
-
</bpmndi:BPMNEdge>
|
|
1198
|
-
<bpmndi:BPMNEdge bpmnElement="_2752e07c-f2e4-4384-8721-70e4abea9765" id="E1373638080963__2752e07c-f2e4-4384-8721-70e4abea9765">
|
|
1199
|
-
<di:waypoint x="1690.0" y="214.0"/>
|
|
1200
|
-
<di:waypoint x="1753.0" y="214.0"/>
|
|
1201
|
-
<bpmndi:BPMNLabel/>
|
|
1202
|
-
</bpmndi:BPMNEdge>
|
|
1203
|
-
<bpmndi:BPMNEdge bpmnElement="_088b81bd-2a43-43a7-86c9-34c1cdd5f11b" id="E1373638080964__088b81bd-2a43-43a7-86c9-34c1cdd5f11b">
|
|
1204
|
-
<di:waypoint x="846.0" y="490.0"/>
|
|
1205
|
-
<di:waypoint x="885.0" y="490.0"/>
|
|
1206
|
-
<bpmndi:BPMNLabel/>
|
|
1207
|
-
</bpmndi:BPMNEdge>
|
|
1208
|
-
<bpmndi:BPMNEdge bpmnElement="_2d1047ce-fdd5-4cb6-9f0c-0ee8d6d3044a" id="E1373638080965__2d1047ce-fdd5-4cb6-9f0c-0ee8d6d3044a">
|
|
1209
|
-
<di:waypoint x="794.0" y="907.0"/>
|
|
1210
|
-
<di:waypoint x="812.0" y="907.0"/>
|
|
1211
|
-
<di:waypoint x="847.0" y="907.0"/>
|
|
1212
|
-
<bpmndi:BPMNLabel/>
|
|
1213
|
-
</bpmndi:BPMNEdge>
|
|
1214
|
-
<bpmndi:BPMNEdge bpmnElement="_cc2f1bcd-2a97-48c7-94ae-0899e56402ea" id="E1373638080966__cc2f1bcd-2a97-48c7-94ae-0899e56402ea">
|
|
1215
|
-
<di:waypoint x="1512.0" y="497.0"/>
|
|
1216
|
-
<di:waypoint x="1530.0" y="497.0"/>
|
|
1217
|
-
<di:waypoint x="1623.0" y="497.0"/>
|
|
1218
|
-
<bpmndi:BPMNLabel/>
|
|
1219
|
-
</bpmndi:BPMNEdge>
|
|
1220
|
-
<bpmndi:BPMNEdge bpmnElement="_aa88dfff-5242-4699-b722-a593e54537ce" id="E1373638080967__aa88dfff-5242-4699-b722-a593e54537ce">
|
|
1221
|
-
<di:waypoint x="1145.0" y="1430.0"/>
|
|
1222
|
-
<di:waypoint x="1145.0" y="1452.0"/>
|
|
1223
|
-
<di:waypoint x="1275.0" y="1452.0"/>
|
|
1224
|
-
<bpmndi:BPMNLabel/>
|
|
1225
|
-
</bpmndi:BPMNEdge>
|
|
1226
|
-
<bpmndi:BPMNEdge bpmnElement="_0dbfad2a-7b07-4b7b-87b4-3819d28f175d" id="E1373638080968__0dbfad2a-7b07-4b7b-87b4-3819d28f175d">
|
|
1227
|
-
<di:waypoint x="1239.0" y="1262.0"/>
|
|
1228
|
-
<di:waypoint x="1631.0" y="1262.0"/>
|
|
1229
|
-
<bpmndi:BPMNLabel/>
|
|
1230
|
-
</bpmndi:BPMNEdge>
|
|
1231
|
-
<bpmndi:BPMNEdge bpmnElement="_3e8b97e7-d6a5-44dc-b5ca-6f2c39ba4911" id="E1373638080969__3e8b97e7-d6a5-44dc-b5ca-6f2c39ba4911">
|
|
1232
|
-
<di:waypoint x="623.0" y="908.0"/>
|
|
1233
|
-
<di:waypoint x="641.0" y="908.0"/>
|
|
1234
|
-
<di:waypoint x="727.0" y="908.0"/>
|
|
1235
|
-
<bpmndi:BPMNLabel/>
|
|
1236
|
-
</bpmndi:BPMNEdge>
|
|
1237
|
-
<bpmndi:BPMNEdge bpmnElement="_7cae752c-c2bd-438b-8d24-48196805a4e8" id="E1373638080970__7cae752c-c2bd-438b-8d24-48196805a4e8">
|
|
1238
|
-
<di:waypoint x="354.0" y="666.0"/>
|
|
1239
|
-
<di:waypoint x="372.0" y="666.0"/>
|
|
1240
|
-
<di:waypoint x="424.0" y="666.0"/>
|
|
1241
|
-
<bpmndi:BPMNLabel/>
|
|
1242
|
-
</bpmndi:BPMNEdge>
|
|
1243
|
-
<bpmndi:BPMNEdge bpmnElement="_60ed96e6-5954-48de-861b-7d1e3c1fb23e" id="E1373638080971__60ed96e6-5954-48de-861b-7d1e3c1fb23e">
|
|
1244
|
-
<di:waypoint x="576.0" y="471.0"/>
|
|
1245
|
-
<di:waypoint x="594.0" y="471.0"/>
|
|
1246
|
-
<di:waypoint x="594.0" y="479.0"/>
|
|
1247
|
-
<di:waypoint x="640.0" y="479.0"/>
|
|
1248
|
-
<bpmndi:BPMNLabel/>
|
|
1249
|
-
</bpmndi:BPMNEdge>
|
|
1250
|
-
<bpmndi:BPMNEdge bpmnElement="_e03319e1-0dff-4337-9443-b053651000a0" id="E1373638080972__e03319e1-0dff-4337-9443-b053651000a0">
|
|
1251
|
-
<di:waypoint x="1083.0" y="1126.0"/>
|
|
1252
|
-
<di:waypoint x="1101.0" y="1126.0"/>
|
|
1253
|
-
<di:waypoint x="1147.0" y="1126.0"/>
|
|
1254
|
-
<bpmndi:BPMNLabel/>
|
|
1255
|
-
</bpmndi:BPMNEdge>
|
|
1256
|
-
<bpmndi:BPMNEdge bpmnElement="_9428f666-fc8a-41be-8a77-9b280e14e7ae" id="E1373638080973__9428f666-fc8a-41be-8a77-9b280e14e7ae">
|
|
1257
|
-
<di:waypoint x="1639.0" y="481.0"/>
|
|
1258
|
-
<di:waypoint x="1639.0" y="463.0"/>
|
|
1259
|
-
<di:waypoint x="1605.0" y="463.0"/>
|
|
1260
|
-
<di:waypoint x="1605.0" y="365.0"/>
|
|
1261
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1262
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="1565.0237567304075" y="469.02249280629366"/>
|
|
1263
|
-
</bpmndi:BPMNLabel>
|
|
1264
|
-
</bpmndi:BPMNEdge>
|
|
1265
|
-
<bpmndi:BPMNEdge bpmnElement="_e503a157-f034-4a8a-ae12-aa524a8ebeee" id="E1373638080974__e503a157-f034-4a8a-ae12-aa524a8ebeee">
|
|
1266
|
-
<di:waypoint x="1505.0" y="331.0"/>
|
|
1267
|
-
<di:waypoint x="1523.0" y="331.0"/>
|
|
1268
|
-
<di:waypoint x="1563.0" y="331.0"/>
|
|
1269
|
-
<bpmndi:BPMNLabel/>
|
|
1270
|
-
</bpmndi:BPMNEdge>
|
|
1271
|
-
<bpmndi:BPMNEdge bpmnElement="_de249cbe-d431-4e1f-bc8c-a90aec438683" id="E1373638080975__de249cbe-d431-4e1f-bc8c-a90aec438683">
|
|
1272
|
-
<di:waypoint x="1586.0" y="214.0"/>
|
|
1273
|
-
<di:waypoint x="1604.0" y="214.0"/>
|
|
1274
|
-
<di:waypoint x="1649.0" y="214.0"/>
|
|
1275
|
-
<bpmndi:BPMNLabel/>
|
|
1276
|
-
</bpmndi:BPMNEdge>
|
|
1277
|
-
<bpmndi:BPMNEdge bpmnElement="_ce44f766-7c92-43e2-93cf-1e2ba7110c4a" id="E1373638080976__ce44f766-7c92-43e2-93cf-1e2ba7110c4a">
|
|
1278
|
-
<di:waypoint x="1461.0" y="666.0"/>
|
|
1279
|
-
<di:waypoint x="1479.0" y="666.0"/>
|
|
1280
|
-
<di:waypoint x="1623.0" y="666.0"/>
|
|
1281
|
-
<bpmndi:BPMNLabel/>
|
|
1282
|
-
</bpmndi:BPMNEdge>
|
|
1283
|
-
<bpmndi:BPMNEdge bpmnElement="_07b92d12-375f-41c5-b0a9-8961ac773afe" id="E1373638080977__07b92d12-375f-41c5-b0a9-8961ac773afe">
|
|
1284
|
-
<di:waypoint x="1098.0" y="720.0"/>
|
|
1285
|
-
<di:waypoint x="1098.0" y="777.0"/>
|
|
1286
|
-
<di:waypoint x="1156.0" y="776.0"/>
|
|
1287
|
-
<bpmndi:BPMNLabel/>
|
|
1288
|
-
</bpmndi:BPMNEdge>
|
|
1289
|
-
<bpmndi:BPMNEdge bpmnElement="_062ae395-4aba-408b-ac64-4987752be95b" id="E1373638080978__062ae395-4aba-408b-ac64-4987752be95b">
|
|
1290
|
-
<di:waypoint x="930.0" y="907.0"/>
|
|
1291
|
-
<di:waypoint x="948.0" y="907.0"/>
|
|
1292
|
-
<di:waypoint x="989.0" y="907.0"/>
|
|
1293
|
-
<bpmndi:BPMNLabel/>
|
|
1294
|
-
</bpmndi:BPMNEdge>
|
|
1295
|
-
<bpmndi:BPMNEdge bpmnElement="_37312691-7037-44d1-8696-fc6f2021e7a6" id="E1373638080979__37312691-7037-44d1-8696-fc6f2021e7a6">
|
|
1296
|
-
<di:waypoint x="1359.0" y="1132.0"/>
|
|
1297
|
-
<di:waypoint x="1647.0" y="1132.0"/>
|
|
1298
|
-
<di:waypoint x="1647.0" y="1246.0"/>
|
|
1299
|
-
<bpmndi:BPMNLabel/>
|
|
1300
|
-
</bpmndi:BPMNEdge>
|
|
1301
|
-
<bpmndi:BPMNEdge bpmnElement="_2a32599c-d1f4-4f2c-bf65-0f0e4f6ac87f" id="E1373638080980__2a32599c-d1f4-4f2c-bf65-0f0e4f6ac87f">
|
|
1302
|
-
<di:waypoint x="430.0" y="908.0"/>
|
|
1303
|
-
<di:waypoint x="448.0" y="908.0"/>
|
|
1304
|
-
<di:waypoint x="540.0" y="908.0"/>
|
|
1305
|
-
<bpmndi:BPMNLabel/>
|
|
1306
|
-
</bpmndi:BPMNEdge>
|
|
1307
|
-
<bpmndi:BPMNEdge bpmnElement="_19a7094a-7bdf-4819-af86-be22d2cfdc49" id="E1373638080981__19a7094a-7bdf-4819-af86-be22d2cfdc49">
|
|
1308
|
-
<di:waypoint x="220.0" y="154.0"/>
|
|
1309
|
-
<di:waypoint x="264.0" y="154.0"/>
|
|
1310
|
-
<bpmndi:BPMNLabel/>
|
|
1311
|
-
</bpmndi:BPMNEdge>
|
|
1312
|
-
<bpmndi:BPMNEdge bpmnElement="_875031ae-f87c-45a3-ae60-ba0cb0ce0bc1" id="E1373638080982__875031ae-f87c-45a3-ae60-ba0cb0ce0bc1">
|
|
1313
|
-
<di:waypoint x="1646.0" y="331.0"/>
|
|
1314
|
-
<di:waypoint x="1664.0" y="331.0"/>
|
|
1315
|
-
<di:waypoint x="1705.0" y="331.0"/>
|
|
1316
|
-
<bpmndi:BPMNLabel/>
|
|
1317
|
-
</bpmndi:BPMNEdge>
|
|
1318
|
-
<bpmndi:BPMNEdge bpmnElement="_8321494b-9c3c-483a-b4d2-79e6254211c0" id="E1373638080983__8321494b-9c3c-483a-b4d2-79e6254211c0">
|
|
1319
|
-
<di:waypoint x="1222.0" y="269.0"/>
|
|
1320
|
-
<di:waypoint x="1669.0" y="269.0"/>
|
|
1321
|
-
<di:waypoint x="1670.0" y="234.0"/>
|
|
1322
|
-
<bpmndi:BPMNLabel/>
|
|
1323
|
-
</bpmndi:BPMNEdge>
|
|
1324
|
-
<bpmndi:BPMNEdge bpmnElement="_955edc35-abcc-4cdb-a890-0d7ec15167ae" id="E1373638080984__955edc35-abcc-4cdb-a890-0d7ec15167ae">
|
|
1325
|
-
<di:waypoint x="841.0" y="1351.0"/>
|
|
1326
|
-
<di:waypoint x="859.0" y="1351.0"/>
|
|
1327
|
-
<di:waypoint x="875.0" y="1351.0"/>
|
|
1328
|
-
<bpmndi:BPMNLabel/>
|
|
1329
|
-
</bpmndi:BPMNEdge>
|
|
1330
|
-
<bpmndi:BPMNEdge bpmnElement="_a3fffd23-7ce0-4199-8918-c9df7a2c8158" id="E1373638080985__a3fffd23-7ce0-4199-8918-c9df7a2c8158">
|
|
1331
|
-
<di:waypoint x="1015.0" y="1379.0"/>
|
|
1332
|
-
<di:waypoint x="1033.0" y="1379.0"/>
|
|
1333
|
-
<di:waypoint x="1089.0" y="1380.0"/>
|
|
1334
|
-
<bpmndi:BPMNLabel/>
|
|
1335
|
-
</bpmndi:BPMNEdge>
|
|
1336
|
-
<bpmndi:BPMNEdge bpmnElement="_40d118ea-6a9b-4210-a1f1-e093831e0df0" id="E1373638080986__40d118ea-6a9b-4210-a1f1-e093831e0df0">
|
|
1337
|
-
<di:waypoint x="534.0" y="1267.0"/>
|
|
1338
|
-
<di:waypoint x="534.0" y="1339.0"/>
|
|
1339
|
-
<di:waypoint x="603.0" y="1338.0"/>
|
|
1340
|
-
<bpmndi:BPMNLabel/>
|
|
1341
|
-
</bpmndi:BPMNEdge>
|
|
1342
|
-
<bpmndi:BPMNEdge bpmnElement="_1f05bcca-f418-4dc6-a78c-a9dde2fab53d" id="E1373638080987__1f05bcca-f418-4dc6-a78c-a9dde2fab53d">
|
|
1343
|
-
<di:waypoint x="654.0" y="1351.0"/>
|
|
1344
|
-
<di:waypoint x="691.0" y="1351.0"/>
|
|
1345
|
-
<bpmndi:BPMNLabel/>
|
|
1346
|
-
</bpmndi:BPMNEdge>
|
|
1347
|
-
<bpmndi:BPMNEdge bpmnElement="_7c690c39-4274-40c5-a0d2-b503acabbf93" id="E1373638080988__7c690c39-4274-40c5-a0d2-b503acabbf93">
|
|
1348
|
-
<di:waypoint x="333.0" y="1246.0"/>
|
|
1349
|
-
<di:waypoint x="351.0" y="1246.0"/>
|
|
1350
|
-
<di:waypoint x="381.0" y="1246.0"/>
|
|
1351
|
-
<bpmndi:BPMNLabel/>
|
|
1352
|
-
</bpmndi:BPMNEdge>
|
|
1353
|
-
<bpmndi:BPMNEdge bpmnElement="_e1f948a6-db76-4c35-ba36-e430eecb63a4" id="E1373638080989__e1f948a6-db76-4c35-ba36-e430eecb63a4">
|
|
1354
|
-
<di:waypoint x="347.0" y="154.0"/>
|
|
1355
|
-
<di:waypoint x="401.0" y="154.0"/>
|
|
1356
|
-
<bpmndi:BPMNLabel/>
|
|
1357
|
-
</bpmndi:BPMNEdge>
|
|
1358
|
-
<bpmndi:BPMNEdge bpmnElement="_9e4cd50c-cd6b-4523-8dbe-ebece9b823cb" id="E1373638080990__9e4cd50c-cd6b-4523-8dbe-ebece9b823cb">
|
|
1359
|
-
<di:waypoint x="1574.0" y="1004.0"/>
|
|
1360
|
-
<di:waypoint x="1647.0" y="1004.0"/>
|
|
1361
|
-
<di:waypoint x="1647.0" y="1246.0"/>
|
|
1362
|
-
<bpmndi:BPMNLabel/>
|
|
1363
|
-
</bpmndi:BPMNEdge>
|
|
1364
|
-
<bpmndi:BPMNEdge bpmnElement="_03b1de69-7605-4fc2-9797-2309271c208c" id="E1373638080991__03b1de69-7605-4fc2-9797-2309271c208c">
|
|
1365
|
-
<di:waypoint x="723.0" y="1351.0"/>
|
|
1366
|
-
<di:waypoint x="741.0" y="1351.0"/>
|
|
1367
|
-
<di:waypoint x="757.0" y="1351.0"/>
|
|
1368
|
-
<bpmndi:BPMNLabel/>
|
|
1369
|
-
</bpmndi:BPMNEdge>
|
|
1370
|
-
<bpmndi:BPMNEdge bpmnElement="_9ff30396-5ef2-42c0-ab4b-5343fbb0af21" id="E1373638080992__9ff30396-5ef2-42c0-ab4b-5343fbb0af21">
|
|
1371
|
-
<di:waypoint x="968.0" y="490.0"/>
|
|
1372
|
-
<di:waypoint x="986.0" y="490.0"/>
|
|
1373
|
-
<di:waypoint x="1003.0" y="490.0"/>
|
|
1374
|
-
<bpmndi:BPMNLabel/>
|
|
1375
|
-
</bpmndi:BPMNEdge>
|
|
1376
|
-
<bpmndi:BPMNEdge bpmnElement="_a639a36d-a1df-43b1-8ed1-e06afa899733" id="E1373638080993__a639a36d-a1df-43b1-8ed1-e06afa899733">
|
|
1377
|
-
<di:waypoint x="1337.0" y="958.0"/>
|
|
1378
|
-
<di:waypoint x="1337.0" y="1004.0"/>
|
|
1379
|
-
<di:waypoint x="1491.0" y="1004.0"/>
|
|
1380
|
-
<bpmndi:BPMNLabel/>
|
|
1381
|
-
</bpmndi:BPMNEdge>
|
|
1382
|
-
<bpmndi:BPMNEdge bpmnElement="_5f52bb2a-c49d-43ae-9253-7b89a8251b2b" id="E1373638080994__5f52bb2a-c49d-43ae-9253-7b89a8251b2b">
|
|
1383
|
-
<di:waypoint x="1414.0" y="331.0"/>
|
|
1384
|
-
<di:waypoint x="1432.0" y="331.0"/>
|
|
1385
|
-
<di:waypoint x="1473.0" y="331.0"/>
|
|
1386
|
-
<bpmndi:BPMNLabel/>
|
|
1387
|
-
</bpmndi:BPMNEdge>
|
|
1388
|
-
<bpmndi:BPMNEdge bpmnElement="_504b3bd1-54f6-4f20-8244-32f4ec639248" id="E1373638080995__504b3bd1-54f6-4f20-8244-32f4ec639248">
|
|
1389
|
-
<di:waypoint x="1434.0" y="716.0"/>
|
|
1390
|
-
<di:waypoint x="1434.0" y="775.0"/>
|
|
1391
|
-
<di:waypoint x="1491.0" y="774.0"/>
|
|
1392
|
-
<bpmndi:BPMNLabel/>
|
|
1393
|
-
</bpmndi:BPMNEdge>
|
|
1394
|
-
<bpmndi:BPMNEdge bpmnElement="_5d70a293-03ea-4a73-bed0-65ad145796d6" id="E1373638080996__5d70a293-03ea-4a73-bed0-65ad145796d6">
|
|
1395
|
-
<di:waypoint x="896.0" y="1372.0"/>
|
|
1396
|
-
<di:waypoint x="896.0" y="1410.0"/>
|
|
1397
|
-
<di:waypoint x="955.0" y="1410.0"/>
|
|
1398
|
-
<bpmndi:BPMNLabel/>
|
|
1399
|
-
</bpmndi:BPMNEdge>
|
|
1400
|
-
<bpmndi:BPMNEdge bpmnElement="_e59dbf35-3f4e-4701-bc2a-75e32cbaa732" id="E1373638080997__e59dbf35-3f4e-4701-bc2a-75e32cbaa732">
|
|
1401
|
-
<di:waypoint x="1005.0" y="990.0"/>
|
|
1402
|
-
<di:waypoint x="1005.0" y="1050.0"/>
|
|
1403
|
-
<di:waypoint x="1238.0" y="1050.0"/>
|
|
1404
|
-
<di:waypoint x="1238.0" y="1132.0"/>
|
|
1405
|
-
<di:waypoint x="1276.0" y="1132.0"/>
|
|
1406
|
-
<bpmndi:BPMNLabel/>
|
|
1407
|
-
</bpmndi:BPMNEdge>
|
|
1408
|
-
<bpmndi:BPMNEdge bpmnElement="_2257c019-bc17-4ba9-9e07-a9de7913ada3" id="E1373638080998__2257c019-bc17-4ba9-9e07-a9de7913ada3">
|
|
1409
|
-
<di:waypoint x="1323.0" y="804.0"/>
|
|
1410
|
-
<di:waypoint x="1323.0" y="822.0"/>
|
|
1411
|
-
<di:waypoint x="1323.0" y="874.0"/>
|
|
1412
|
-
<bpmndi:BPMNLabel/>
|
|
1413
|
-
</bpmndi:BPMNEdge>
|
|
1414
|
-
<bpmndi:BPMNEdge bpmnElement="_c9768243-8e1a-4b09-907b-3f27fa831a6e" id="E1373638080999__c9768243-8e1a-4b09-907b-3f27fa831a6e">
|
|
1415
|
-
<di:waypoint x="505.0" y="1410.0"/>
|
|
1416
|
-
<di:waypoint x="523.0" y="1410.0"/>
|
|
1417
|
-
<di:waypoint x="603.0" y="1410.0"/>
|
|
1418
|
-
<bpmndi:BPMNLabel/>
|
|
1419
|
-
</bpmndi:BPMNEdge>
|
|
1420
|
-
<bpmndi:BPMNEdge bpmnElement="_e0fbb051-0e07-43cc-a8bf-158492541c0f" id="E1373638081000__e0fbb051-0e07-43cc-a8bf-158492541c0f">
|
|
1421
|
-
<di:waypoint x="921.0" y="154.0"/>
|
|
1422
|
-
<di:waypoint x="939.0" y="154.0"/>
|
|
1423
|
-
<di:waypoint x="1084.0" y="153.0"/>
|
|
1424
|
-
<bpmndi:BPMNLabel/>
|
|
1425
|
-
</bpmndi:BPMNEdge>
|
|
1426
|
-
<bpmndi:BPMNEdge bpmnElement="_e062c113-2da3-40f1-845e-6fd48ccc880f" id="E1373638081001__e062c113-2da3-40f1-845e-6fd48ccc880f">
|
|
1427
|
-
<di:waypoint x="457.0" y="666.0"/>
|
|
1428
|
-
<di:waypoint x="475.0" y="666.0"/>
|
|
1429
|
-
<di:waypoint x="540.0" y="666.0"/>
|
|
1430
|
-
<bpmndi:BPMNLabel/>
|
|
1431
|
-
</bpmndi:BPMNEdge>
|
|
1432
|
-
<bpmndi:BPMNEdge bpmnElement="_00140039-2e5d-4c58-9197-1f8512b54c99" id="E1373638081002__00140039-2e5d-4c58-9197-1f8512b54c99">
|
|
1433
|
-
<di:waypoint x="782.0" y="1120.0"/>
|
|
1434
|
-
<di:waypoint x="827.0" y="1120.0"/>
|
|
1435
|
-
<di:waypoint x="828.0" y="1167.0"/>
|
|
1436
|
-
<bpmndi:BPMNLabel/>
|
|
1437
|
-
</bpmndi:BPMNEdge>
|
|
1438
|
-
<bpmndi:BPMNEdge bpmnElement="_5362a7ef-ce7e-4a91-9c38-66c07b1b5f49" id="E1373638081003__5362a7ef-ce7e-4a91-9c38-66c07b1b5f49">
|
|
1439
|
-
<di:waypoint x="827.0" y="323.0"/>
|
|
1440
|
-
<di:waypoint x="827.0" y="356.0"/>
|
|
1441
|
-
<di:waypoint x="930.0" y="356.0"/>
|
|
1442
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849"/>
|
|
1443
|
-
</bpmndi:BPMNEdge>
|
|
1444
|
-
<bpmndi:BPMNEdge bpmnElement="_708324bb-26d0-4358-a96f-a4fabc14069f" id="E1373638081004__708324bb-26d0-4358-a96f-a4fabc14069f">
|
|
1445
|
-
<di:waypoint x="886.0" y="990.0"/>
|
|
1446
|
-
<di:waypoint x="886.0" y="1126.0"/>
|
|
1447
|
-
<di:waypoint x="1000.0" y="1126.0"/>
|
|
1448
|
-
<bpmndi:BPMNLabel/>
|
|
1449
|
-
</bpmndi:BPMNEdge>
|
|
1450
|
-
<bpmndi:BPMNEdge bpmnElement="_78361e03-8ab9-4317-b8f6-2daa90f20f54" id="E1373638081005__78361e03-8ab9-4317-b8f6-2daa90f20f54">
|
|
1451
|
-
<di:waypoint x="1208.0" y="547.0"/>
|
|
1452
|
-
<di:waypoint x="1208.0" y="589.0"/>
|
|
1453
|
-
<di:waypoint x="1307.0" y="589.0"/>
|
|
1454
|
-
<bpmndi:BPMNLabel/>
|
|
1455
|
-
</bpmndi:BPMNEdge>
|
|
1456
|
-
<bpmndi:BPMNEdge bpmnElement="_e6537f9d-e5ea-4abc-a6e8-add13a11b536" id="E1373638081006__e6537f9d-e5ea-4abc-a6e8-add13a11b536">
|
|
1457
|
-
<di:waypoint x="1083.0" y="268.0"/>
|
|
1458
|
-
<di:waypoint x="1101.0" y="268.0"/>
|
|
1459
|
-
<di:waypoint x="1139.0" y="269.0"/>
|
|
1460
|
-
<bpmndi:BPMNLabel/>
|
|
1461
|
-
</bpmndi:BPMNEdge>
|
|
1462
|
-
<bpmndi:BPMNEdge bpmnElement="_a9966baf-d9b9-4be1-a4d9-2906ab5add30" id="E1373638081007__a9966baf-d9b9-4be1-a4d9-2906ab5add30">
|
|
1463
|
-
<di:waypoint x="580.0" y="154.0"/>
|
|
1464
|
-
<di:waypoint x="598.0" y="154.0"/>
|
|
1465
|
-
<di:waypoint x="701.0" y="154.0"/>
|
|
1466
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1467
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="593.1708259530576" y="141.2017410256909"/>
|
|
1468
|
-
</bpmndi:BPMNLabel>
|
|
1469
|
-
</bpmndi:BPMNEdge>
|
|
1470
|
-
<bpmndi:BPMNEdge bpmnElement="_168f4ce9-ccf7-4833-b38b-0140ff601d40" id="E1373638081008__168f4ce9-ccf7-4833-b38b-0140ff601d40">
|
|
1471
|
-
<di:waypoint x="263.0" y="666.0"/>
|
|
1472
|
-
<di:waypoint x="281.0" y="666.0"/>
|
|
1473
|
-
<di:waypoint x="312.0" y="666.0"/>
|
|
1474
|
-
<bpmndi:BPMNLabel/>
|
|
1475
|
-
</bpmndi:BPMNEdge>
|
|
1476
|
-
<bpmndi:BPMNEdge bpmnElement="_a63c8cd6-eee8-4fbe-be5e-f6980b180b52" id="E1373638081009__a63c8cd6-eee8-4fbe-be5e-f6980b180b52">
|
|
1477
|
-
<di:waypoint x="146.0" y="666.0"/>
|
|
1478
|
-
<di:waypoint x="164.0" y="666.0"/>
|
|
1479
|
-
<di:waypoint x="180.0" y="666.0"/>
|
|
1480
|
-
<bpmndi:BPMNLabel/>
|
|
1481
|
-
</bpmndi:BPMNEdge>
|
|
1482
|
-
<bpmndi:BPMNEdge bpmnElement="_670ceb69-cd3a-46e8-96a0-a520a8fc589b" id="E1373638081010__670ceb69-cd3a-46e8-96a0-a520a8fc589b">
|
|
1483
|
-
<di:waypoint x="723.0" y="666.0"/>
|
|
1484
|
-
<di:waypoint x="875.0" y="666.0"/>
|
|
1485
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1486
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="751.5027638886821" y="653.2002670099429"/>
|
|
1487
|
-
</bpmndi:BPMNLabel>
|
|
1488
|
-
</bpmndi:BPMNEdge>
|
|
1489
|
-
<bpmndi:BPMNEdge bpmnElement="_5853836e-d7ca-45e2-852a-7db8c3c642bb" id="E1373638081011__5853836e-d7ca-45e2-852a-7db8c3c642bb">
|
|
1490
|
-
<di:waypoint x="333.0" y="645.0"/>
|
|
1491
|
-
<di:waypoint x="333.0" y="516.0"/>
|
|
1492
|
-
<di:waypoint x="412.0" y="516.0"/>
|
|
1493
|
-
<bpmndi:BPMNLabel/>
|
|
1494
|
-
</bpmndi:BPMNEdge>
|
|
1495
|
-
<bpmndi:BPMNEdge bpmnElement="_54574511-c29e-4157-bb8f-8b26f15faaf5" id="E1373638081012__54574511-c29e-4157-bb8f-8b26f15faaf5">
|
|
1496
|
-
<di:waypoint x="1423.0" y="203.0"/>
|
|
1497
|
-
<di:waypoint x="1423.0" y="213.0"/>
|
|
1498
|
-
<di:waypoint x="1503.0" y="214.0"/>
|
|
1499
|
-
<bpmndi:BPMNLabel/>
|
|
1500
|
-
</bpmndi:BPMNEdge>
|
|
1501
|
-
<bpmndi:BPMNEdge bpmnElement="_b9a903b5-4525-42d1-ae5b-24f26d774556" id="E1373638081013__b9a903b5-4525-42d1-ae5b-24f26d774556">
|
|
1502
|
-
<di:waypoint x="1172.0" y="1380.0"/>
|
|
1503
|
-
<di:waypoint x="1218.0" y="1380.0"/>
|
|
1504
|
-
<di:waypoint x="1218.0" y="1282.0"/>
|
|
1505
|
-
<bpmndi:BPMNLabel/>
|
|
1506
|
-
</bpmndi:BPMNEdge>
|
|
1507
|
-
<bpmndi:BPMNEdge bpmnElement="_202c373c-f243-413d-904e-9132a0c0e923" id="E1373638081014__202c373c-f243-413d-904e-9132a0c0e923">
|
|
1508
|
-
<di:waypoint x="965.0" y="1188.0"/>
|
|
1509
|
-
<di:waypoint x="1218.0" y="1188.0"/>
|
|
1510
|
-
<di:waypoint x="1218.0" y="1241.0"/>
|
|
1511
|
-
<bpmndi:BPMNLabel/>
|
|
1512
|
-
</bpmndi:BPMNEdge>
|
|
1513
|
-
<bpmndi:BPMNEdge bpmnElement="_02f751bb-2e42-489a-bef1-cc5360d5c3d8" id="E1373638081015__02f751bb-2e42-489a-bef1-cc5360d5c3d8">
|
|
1514
|
-
<di:waypoint x="1364.0" y="908.0"/>
|
|
1515
|
-
<di:waypoint x="1638.0" y="908.0"/>
|
|
1516
|
-
<di:waypoint x="1639.0" y="682.0"/>
|
|
1517
|
-
<bpmndi:BPMNLabel/>
|
|
1518
|
-
</bpmndi:BPMNEdge>
|
|
1519
|
-
<bpmndi:BPMNEdge bpmnElement="_b8694c28-408b-4394-b476-41e2a5bcfd94" id="E1373638081016__b8694c28-408b-4394-b476-41e2a5bcfd94">
|
|
1520
|
-
<di:waypoint x="784.0" y="154.0"/>
|
|
1521
|
-
<di:waypoint x="802.0" y="154.0"/>
|
|
1522
|
-
<di:waypoint x="889.0" y="154.0"/>
|
|
1523
|
-
<bpmndi:BPMNLabel/>
|
|
1524
|
-
</bpmndi:BPMNEdge>
|
|
1525
|
-
<bpmndi:BPMNEdge bpmnElement="_4474c77a-01bb-435e-929a-7eb71bd824a8" id="E1373638081017__4474c77a-01bb-435e-929a-7eb71bd824a8">
|
|
1526
|
-
<di:waypoint x="484.0" y="154.0"/>
|
|
1527
|
-
<di:waypoint x="502.0" y="154.0"/>
|
|
1528
|
-
<di:waypoint x="538.0" y="154.0"/>
|
|
1529
|
-
<bpmndi:BPMNLabel/>
|
|
1530
|
-
</bpmndi:BPMNEdge>
|
|
1531
|
-
<bpmndi:BPMNEdge bpmnElement="_c72ddf62-21b8-4895-a7bf-7a765f5981eb" id="E1373638081018__c72ddf62-21b8-4895-a7bf-7a765f5981eb">
|
|
1532
|
-
<di:waypoint x="576.0" y="549.0"/>
|
|
1533
|
-
<di:waypoint x="594.0" y="549.0"/>
|
|
1534
|
-
<di:waypoint x="594.0" y="502.0"/>
|
|
1535
|
-
<di:waypoint x="640.0" y="502.0"/>
|
|
1536
|
-
<bpmndi:BPMNLabel/>
|
|
1537
|
-
</bpmndi:BPMNEdge>
|
|
1538
|
-
<bpmndi:BPMNEdge bpmnElement="_8021571a-7a77-426b-b824-545cc61f7334" id="E1373638081019__8021571a-7a77-426b-b824-545cc61f7334">
|
|
1539
|
-
<di:waypoint x="917.0" y="1351.0"/>
|
|
1540
|
-
<di:waypoint x="958.0" y="1351.0"/>
|
|
1541
|
-
<bpmndi:BPMNLabel/>
|
|
1542
|
-
</bpmndi:BPMNEdge>
|
|
1543
|
-
<bpmndi:BPMNEdge bpmnElement="_831dbaee-1434-45fc-9c7e-bedd44ad9ea7" id="E1373638081020__831dbaee-1434-45fc-9c7e-bedd44ad9ea7">
|
|
1544
|
-
<di:waypoint x="848.0" y="1188.0"/>
|
|
1545
|
-
<di:waypoint x="866.0" y="1188.0"/>
|
|
1546
|
-
<di:waypoint x="882.0" y="1188.0"/>
|
|
1547
|
-
<bpmndi:BPMNLabel/>
|
|
1548
|
-
</bpmndi:BPMNEdge>
|
|
1549
|
-
<bpmndi:BPMNEdge bpmnElement="_f906ca20-8666-41ff-9d37-b76e09ac4f94" targetElement="S1373638080869__0e87da16-736e-45b2-95e5-8f45940f3adf" id="E1373638081021__f906ca20-8666-41ff-9d37-b76e09ac4f94">
|
|
1550
|
-
<di:waypoint x="395.0" y="284.0"/>
|
|
1551
|
-
<di:waypoint x="442.0" y="284.0"/>
|
|
1552
|
-
<di:waypoint x="442.0" y="188.0"/>
|
|
1553
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849"/>
|
|
1554
|
-
</bpmndi:BPMNEdge>
|
|
1555
|
-
<bpmndi:BPMNEdge bpmnElement="_b77e4b02-22b9-4a57-b0f9-4248410d0675" id="E1373638081022__b77e4b02-22b9-4a57-b0f9-4248410d0675">
|
|
1556
|
-
<di:waypoint x="1116.0" y="666.0"/>
|
|
1557
|
-
<di:waypoint x="1134.0" y="666.0"/>
|
|
1558
|
-
<di:waypoint x="1378.0" y="666.0"/>
|
|
1559
|
-
<bpmndi:BPMNLabel/>
|
|
1560
|
-
</bpmndi:BPMNEdge>
|
|
1561
|
-
<bpmndi:BPMNEdge bpmnElement="_dbae7e12-67c2-4256-8c50-5811c207ba55" id="E1373638081023__dbae7e12-67c2-4256-8c50-5811c207ba55">
|
|
1562
|
-
<di:waypoint x="1181.0" y="153.0"/>
|
|
1563
|
-
<di:waypoint x="1199.0" y="153.0"/>
|
|
1564
|
-
<di:waypoint x="1367.0" y="153.0"/>
|
|
1565
|
-
<bpmndi:BPMNLabel/>
|
|
1566
|
-
</bpmndi:BPMNEdge>
|
|
1567
|
-
<bpmndi:BPMNEdge bpmnElement="_219e1df4-5bfe-4485-a4fd-dcfeeaa7c3d6" id="E1373638081024__219e1df4-5bfe-4485-a4fd-dcfeeaa7c3d6">
|
|
1568
|
-
<di:waypoint x="1358.0" y="1452.0"/>
|
|
1569
|
-
<di:waypoint x="1376.0" y="1452.0"/>
|
|
1570
|
-
<di:waypoint x="1411.0" y="1452.0"/>
|
|
1571
|
-
<bpmndi:BPMNLabel/>
|
|
1572
|
-
</bpmndi:BPMNEdge>
|
|
1573
|
-
<bpmndi:BPMNEdge bpmnElement="_6c6288e8-43f6-4085-87c7-1ff21c38fe17" id="E1373638081025__6c6288e8-43f6-4085-87c7-1ff21c38fe17">
|
|
1574
|
-
<di:waypoint x="723.0" y="490.0"/>
|
|
1575
|
-
<di:waypoint x="763.0" y="490.0"/>
|
|
1576
|
-
<bpmndi:BPMNLabel/>
|
|
1577
|
-
</bpmndi:BPMNEdge>
|
|
1578
|
-
<bpmndi:BPMNEdge bpmnElement="_837a8629-1540-473c-b41f-7e13ad80c052" id="E1373638081026__837a8629-1540-473c-b41f-7e13ad80c052">
|
|
1579
|
-
<di:waypoint x="907.0" y="666.0"/>
|
|
1580
|
-
<di:waypoint x="925.0" y="666.0"/>
|
|
1581
|
-
<di:waypoint x="1024.0" y="666.0"/>
|
|
1582
|
-
<bpmndi:BPMNLabel/>
|
|
1583
|
-
</bpmndi:BPMNEdge>
|
|
1584
|
-
<bpmndi:BPMNEdge bpmnElement="_2c124731-3338-46e0-81b5-b435f34941c8" id="E1373638081027__2c124731-3338-46e0-81b5-b435f34941c8">
|
|
1585
|
-
<di:waypoint x="101.0" y="154.0"/>
|
|
1586
|
-
<di:waypoint x="119.0" y="154.0"/>
|
|
1587
|
-
<di:waypoint x="137.0" y="154.0"/>
|
|
1588
|
-
<bpmndi:BPMNLabel/>
|
|
1589
|
-
</bpmndi:BPMNEdge>
|
|
1590
|
-
<bpmndi:BPMNEdge bpmnElement="_4c3f3102-d31a-4a71-a3d0-b65cb61a94ea" id="E1373638081028__4c3f3102-d31a-4a71-a3d0-b65cb61a94ea">
|
|
1591
|
-
<di:waypoint x="595.0" y="958.0"/>
|
|
1592
|
-
<di:waypoint x="595.0" y="1120.0"/>
|
|
1593
|
-
<di:waypoint x="699.0" y="1120.0"/>
|
|
1594
|
-
<bpmndi:BPMNLabel/>
|
|
1595
|
-
</bpmndi:BPMNEdge>
|
|
1596
|
-
<bpmndi:BPMNEdge bpmnElement="_70617827-824b-4797-b424-4179b8b6cbdd" id="E1373638081029__70617827-824b-4797-b424-4179b8b6cbdd">
|
|
1597
|
-
<di:waypoint x="1057.0" y="908.0"/>
|
|
1598
|
-
<di:waypoint x="1075.0" y="908.0"/>
|
|
1599
|
-
<di:waypoint x="1281.0" y="908.0"/>
|
|
1600
|
-
<bpmndi:BPMNLabel/>
|
|
1601
|
-
</bpmndi:BPMNEdge>
|
|
1602
|
-
<bpmndi:BPMNEdge bpmnElement="_c8c10b02-ea53-4a0c-b605-b3252d5560cd" id="E1373638081030__c8c10b02-ea53-4a0c-b605-b3252d5560cd">
|
|
1603
|
-
<di:waypoint x="1236.0" y="497.0"/>
|
|
1604
|
-
<di:waypoint x="1254.0" y="497.0"/>
|
|
1605
|
-
<di:waypoint x="1429.0" y="497.0"/>
|
|
1606
|
-
<bpmndi:BPMNLabel/>
|
|
1607
|
-
</bpmndi:BPMNEdge>
|
|
1608
|
-
<bpmndi:BPMNEdge bpmnElement="_09e7cb23-4a1b-4165-b93a-cf635c223ee5" messageVisibleKind="initiating" id="E1373638081031__09e7cb23-4a1b-4165-b93a-cf635c223ee5">
|
|
1609
|
-
<di:waypoint x="305.0" y="188.0"/>
|
|
1610
|
-
<di:waypoint x="305.0" y="342.0"/>
|
|
1611
|
-
<di:waypoint x="130.0" y="342.0"/>
|
|
1612
|
-
<di:waypoint x="131.0" y="651.0"/>
|
|
1613
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1614
|
-
<dc:Bounds height="12.804751171875008" width="94.93333333333335" x="167.10533963254568" y="359.56612835107035"/>
|
|
1615
|
-
</bpmndi:BPMNLabel>
|
|
1616
|
-
</bpmndi:BPMNEdge>
|
|
1617
|
-
<bpmndi:BPMNEdge bpmnElement="_f61be5ab-acb2-4348-a9a0-bdfdde0c42ad" id="E1373638081032__f61be5ab-acb2-4348-a9a0-bdfdde0c42ad">
|
|
1618
|
-
<di:waypoint x="773.0" y="1246.0"/>
|
|
1619
|
-
<di:waypoint x="827.0" y="1246.0"/>
|
|
1620
|
-
<di:waypoint x="828.0" y="1209.0"/>
|
|
1621
|
-
<bpmndi:BPMNLabel/>
|
|
1622
|
-
</bpmndi:BPMNEdge>
|
|
1623
|
-
<bpmndi:BPMNEdge bpmnElement="_da47ac6a-4ea1-4bf6-ad3e-8cc60c0ea8a9" id="E1373638081033__da47ac6a-4ea1-4bf6-ad3e-8cc60c0ea8a9">
|
|
1624
|
-
<di:waypoint x="1195.0" y="319.0"/>
|
|
1625
|
-
<di:waypoint x="1195.0" y="331.0"/>
|
|
1626
|
-
<di:waypoint x="1331.0" y="331.0"/>
|
|
1627
|
-
<bpmndi:BPMNLabel/>
|
|
1628
|
-
</bpmndi:BPMNEdge>
|
|
1629
|
-
<bpmndi:BPMNEdge bpmnElement="_c1931975-c1c3-499e-8a57-89b61affba3a" id="E1373638081034__c1931975-c1c3-499e-8a57-89b61affba3a">
|
|
1630
|
-
<di:waypoint x="1066.0" y="486.0"/>
|
|
1631
|
-
<di:waypoint x="1084.0" y="486.0"/>
|
|
1632
|
-
<di:waypoint x="1152.0" y="485.0"/>
|
|
1633
|
-
<bpmndi:BPMNLabel/>
|
|
1634
|
-
</bpmndi:BPMNEdge>
|
|
1635
|
-
<bpmndi:BPMNEdge bpmnElement="_b54d5ab0-66d8-4595-8a89-9d3e255f75ba" id="E1373638081035__b54d5ab0-66d8-4595-8a89-9d3e255f75ba">
|
|
1636
|
-
<di:waypoint x="1574.0" y="774.0"/>
|
|
1637
|
-
<di:waypoint x="1639.0" y="774.0"/>
|
|
1638
|
-
<di:waypoint x="1639.0" y="682.0"/>
|
|
1639
|
-
<bpmndi:BPMNLabel/>
|
|
1640
|
-
</bpmndi:BPMNEdge>
|
|
1641
|
-
<bpmndi:BPMNEdge bpmnElement="_022aa2b9-f472-49be-b00b-2eec7f075acf" id="E1373638081036__022aa2b9-f472-49be-b00b-2eec7f075acf">
|
|
1642
|
-
<di:waypoint x="554.0" y="1246.0"/>
|
|
1643
|
-
<di:waypoint x="572.0" y="1246.0"/>
|
|
1644
|
-
<di:waypoint x="603.0" y="1246.0"/>
|
|
1645
|
-
<bpmndi:BPMNLabel/>
|
|
1646
|
-
</bpmndi:BPMNEdge>
|
|
1647
|
-
<bpmndi:BPMNEdge bpmnElement="_8095da9c-0faa-47b9-85d4-2df24e021770" id="E1373638081037__8095da9c-0faa-47b9-85d4-2df24e021770">
|
|
1648
|
-
<di:waypoint x="623.0" y="666.0"/>
|
|
1649
|
-
<di:waypoint x="641.0" y="666.0"/>
|
|
1650
|
-
<di:waypoint x="681.0" y="666.0"/>
|
|
1651
|
-
<bpmndi:BPMNLabel/>
|
|
1652
|
-
</bpmndi:BPMNEdge>
|
|
1653
|
-
<bpmndi:BPMNEdge bpmnElement="_bd5730fa-544e-4a99-a238-57171787d52c" id="E1373638081038__bd5730fa-544e-4a99-a238-57171787d52c">
|
|
1654
|
-
<di:waypoint x="1239.0" y="788.0"/>
|
|
1655
|
-
<di:waypoint x="1257.0" y="788.0"/>
|
|
1656
|
-
<di:waypoint x="1307.0" y="788.0"/>
|
|
1657
|
-
<bpmndi:BPMNLabel/>
|
|
1658
|
-
</bpmndi:BPMNEdge>
|
|
1659
|
-
<bpmndi:BPMNEdge bpmnElement="_99e68e88-586e-4f77-9506-f30903307209" id="E1373638081039__99e68e88-586e-4f77-9506-f30903307209">
|
|
1660
|
-
<di:waypoint x="818.0" y="540.0"/>
|
|
1661
|
-
<di:waypoint x="818.0" y="558.0"/>
|
|
1662
|
-
<di:waypoint x="920.0" y="559.0"/>
|
|
1663
|
-
<bpmndi:BPMNLabel/>
|
|
1664
|
-
</bpmndi:BPMNEdge>
|
|
1665
|
-
<bpmndi:BPMNEdge bpmnElement="_ab34472d-95a4-459c-a13b-5ed8b8b75eca" id="E1373638081040__ab34472d-95a4-459c-a13b-5ed8b8b75eca">
|
|
1666
|
-
<di:waypoint x="333.0" y="686.0"/>
|
|
1667
|
-
<di:waypoint x="333.0" y="907.0"/>
|
|
1668
|
-
<di:waypoint x="398.0" y="908.0"/>
|
|
1669
|
-
<bpmndi:BPMNLabel/>
|
|
1670
|
-
</bpmndi:BPMNEdge>
|
|
1671
|
-
<bpmndi:BPMNEdge bpmnElement="_be19c2da-316a-47f6-ad7b-eb6c82bf8609" id="E1373638081041__be19c2da-316a-47f6-ad7b-eb6c82bf8609">
|
|
1672
|
-
<di:waypoint x="559.0" y="175.0"/>
|
|
1673
|
-
<di:waypoint x="559.0" y="264.0"/>
|
|
1674
|
-
<di:waypoint x="634.0" y="264.0"/>
|
|
1675
|
-
<bpmndi:BPMNLabel labelStyle="LS1373638080849">
|
|
1676
|
-
<dc:Bounds height="25.604702343750013" width="94.93333333333335" x="509.59632545931754" y="221.39449922182564"/>
|
|
1677
|
-
</bpmndi:BPMNLabel>
|
|
1678
|
-
</bpmndi:BPMNEdge>
|
|
1679
|
-
<bpmndi:BPMNEdge bpmnElement="_87ffa0fa-1a2d-4149-bbe9-04e20bc1014b" id="E1373638081042__87ffa0fa-1a2d-4149-bbe9-04e20bc1014b">
|
|
1680
|
-
<di:waypoint x="973.0" y="264.0"/>
|
|
1681
|
-
<di:waypoint x="991.0" y="264.0"/>
|
|
1682
|
-
<di:waypoint x="1026.0" y="264.0"/>
|
|
1683
|
-
<bpmndi:BPMNLabel/>
|
|
1684
|
-
</bpmndi:BPMNEdge>
|
|
1685
|
-
<bpmndi:BPMNEdge bpmnElement="_5106fe5e-184d-4069-8c1c-54f81fd577a9" id="E1373638081043__5106fe5e-184d-4069-8c1c-54f81fd577a9">
|
|
1686
|
-
<di:waypoint x="444.0" y="516.0"/>
|
|
1687
|
-
<di:waypoint x="462.0" y="516.0"/>
|
|
1688
|
-
<di:waypoint x="519.0" y="516.0"/>
|
|
1689
|
-
<bpmndi:BPMNLabel/>
|
|
1690
|
-
</bpmndi:BPMNEdge>
|
|
1691
|
-
<bpmndi:BPMNEdge bpmnElement="_c68194b4-3618-4655-b128-7eec67483c84" id="E1373638081044__c68194b4-3618-4655-b128-7eec67483c84">
|
|
1692
|
-
<di:waypoint x="845.0" y="264.0"/>
|
|
1693
|
-
<di:waypoint x="863.0" y="264.0"/>
|
|
1694
|
-
<di:waypoint x="890.0" y="264.0"/>
|
|
1695
|
-
<bpmndi:BPMNLabel/>
|
|
1696
|
-
</bpmndi:BPMNEdge>
|
|
1697
|
-
<bpmndi:BPMNEdge bpmnElement="_ce63770e-9f4b-4bc0-a56c-88401c59f0bf" id="E1373638081045__ce63770e-9f4b-4bc0-a56c-88401c59f0bf">
|
|
1698
|
-
<di:waypoint x="731.0" y="264.0"/>
|
|
1699
|
-
<di:waypoint x="749.0" y="264.0"/>
|
|
1700
|
-
<di:waypoint x="785.0" y="264.0"/>
|
|
1701
|
-
<bpmndi:BPMNLabel/>
|
|
1702
|
-
</bpmndi:BPMNEdge>
|
|
1703
|
-
</bpmndi:BPMNPlane>
|
|
1704
|
-
<bpmndi:BPMNLabelStyle id="LS1373638080849">
|
|
1705
|
-
<dc:Font isBold="false" isItalic="false" isStrikeThrough="false" isUnderline="false" name="Arial" size="11.0"/>
|
|
1706
|
-
</bpmndi:BPMNLabelStyle>
|
|
1707
|
-
</bpmndi:BPMNDiagram>
|
|
1708
|
-
</semantic:definitions>
|
|
1709
|
-
|