@uipath/skills 1.199.0 → 1.200.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (345) hide show
  1. package/.claude-plugin/marketplace.json +1 -1
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/CODEOWNERS +14 -8
  4. package/README.md +18 -3
  5. package/assets/skill-status.json +9 -1
  6. package/assets/uip-catalog-snapshot.json +227 -21
  7. package/package.json +11 -2
  8. package/scripts/npm-package-lifecycle.mjs +46 -0
  9. package/skills/uipath-admin/SKILL.md +5 -1
  10. package/skills/uipath-admin/references/audit-commands.md +1 -1
  11. package/skills/uipath-admin/references/audit-workflow-guide.md +9 -0
  12. package/skills/uipath-agents/SKILL.md +2 -2
  13. package/skills/uipath-agents/references/lowcode/capabilities/context/index.md +7 -0
  14. package/skills/uipath-agents/references/lowcode/capabilities/integration-service/integration-service.md +5 -6
  15. package/skills/uipath-agents/references/lowcode/critical-rules/critical-rules.md +1 -1
  16. package/skills/uipath-agents/references/lowcode/evaluations/evaluation-sets.md +5 -0
  17. package/skills/uipath-agents/references/lowcode/project-lifecycle.md +3 -3
  18. package/skills/uipath-agents/references/lowcode/prompting/autonomous-agent-prompting-guide.md +3 -2
  19. package/skills/uipath-api-workflow/SKILL.md +2 -1
  20. package/skills/uipath-api-workflow/references/cli-reference.md +3 -3
  21. package/skills/uipath-coded-apps/SKILL.md +3 -2
  22. package/skills/uipath-coded-apps/assets/fixtures/governance-dashboard-starter-kit.tar.gz +0 -0
  23. package/skills/uipath-coded-apps/assets/templates/web-app-template.md +1 -1
  24. package/skills/uipath-coded-apps/references/create-web-app.md +60 -48
  25. package/skills/uipath-coded-apps/references/dashboards/CAPABILITY.md +2 -2
  26. package/skills/uipath-coded-apps/references/dashboards/plugins/build/impl.md +2 -2
  27. package/skills/uipath-coded-apps/references/dashboards/primitives/tier-resolution.md +16 -16
  28. package/skills/uipath-coded-apps/references/oauth-scopes.md +28 -272
  29. package/skills/uipath-coded-apps/references/sdk/action-center.md +26 -243
  30. package/skills/uipath-coded-apps/references/sdk/agents.md +20 -130
  31. package/skills/uipath-coded-apps/references/sdk/conversational-agent.md +52 -706
  32. package/skills/uipath-coded-apps/references/sdk/data-fabric.md +20 -237
  33. package/skills/uipath-coded-apps/references/sdk/feedback.md +4 -139
  34. package/skills/uipath-coded-apps/references/sdk/governance-traces.md +7 -55
  35. package/skills/uipath-coded-apps/references/sdk/governance.md +4 -44
  36. package/skills/uipath-coded-apps/references/sdk/imports.md +77 -35
  37. package/skills/uipath-coded-apps/references/sdk/maestro.md +29 -406
  38. package/skills/uipath-coded-apps/references/sdk/orchestrator.md +30 -324
  39. package/skills/uipath-coded-apps/references/sdk/pagination.md +9 -67
  40. package/skills/uipath-coded-apps/references/sdk/traces.md +8 -43
  41. package/skills/uipath-functions/SKILL.md +23 -23
  42. package/skills/uipath-governance/SKILL.md +5 -4
  43. package/skills/uipath-governance/references/cli-cheatsheet.md +2 -1
  44. package/skills/uipath-governance/references/compliance-pack/coverage/impl.md +143 -58
  45. package/skills/uipath-governance/references/compliance-pack/restore/impl.md +61 -0
  46. package/skills/uipath-human-in-the-loop/SKILL.md +4 -2
  47. package/skills/uipath-insights/SKILL.md +17 -18
  48. package/skills/uipath-ixp/SKILL.md +12 -7
  49. package/skills/uipath-ixp/references/cli-reference.md +71 -9
  50. package/skills/uipath-ixp/references/improve-prompts-guide.md +23 -9
  51. package/skills/uipath-ixp/references/label-documents-guide.md +33 -5
  52. package/skills/uipath-maestro-bpmn/SKILL.md +15 -14
  53. package/skills/uipath-maestro-bpmn/references/cli-conventions.md +15 -6
  54. package/skills/uipath-maestro-bpmn/references/structural-bpmn.md +18 -17
  55. package/skills/uipath-maestro-case/SKILL.md +46 -33
  56. package/skills/uipath-maestro-case/assets/templates/sdd-template.md +77 -37
  57. package/skills/uipath-maestro-case/assets/templates/sdd-viewer.html +0 -2
  58. package/skills/uipath-maestro-case/references/bindings-and-expressions.md +3 -1
  59. package/skills/uipath-maestro-case/references/bindings-v2-sync.md +2 -2
  60. package/skills/uipath-maestro-case/references/brownfield.md +15 -5
  61. package/skills/uipath-maestro-case/references/case-commands.md +19 -3
  62. package/skills/uipath-maestro-case/references/case-editing-operations.md +24 -21
  63. package/skills/uipath-maestro-case/references/case-schema.md +38 -16
  64. package/skills/uipath-maestro-case/references/connector-trigger-common.md +15 -8
  65. package/skills/uipath-maestro-case/references/evals/evals.json +35 -18
  66. package/skills/uipath-maestro-case/references/implementation.md +86 -71
  67. package/skills/uipath-maestro-case/references/phase-0-interview.md +92 -23
  68. package/skills/uipath-maestro-case/references/phased-execution.md +70 -55
  69. package/skills/uipath-maestro-case/references/placeholder-tasks.md +5 -5
  70. package/skills/uipath-maestro-case/references/planning.md +57 -9
  71. package/skills/uipath-maestro-case/references/plugins/case/impl-json.md +7 -5
  72. package/skills/uipath-maestro-case/references/plugins/case/planning.md +1 -1
  73. package/skills/uipath-maestro-case/references/plugins/conditions/case-exit-conditions/impl-json.md +5 -5
  74. package/skills/uipath-maestro-case/references/plugins/conditions/stage-entry-conditions/impl-json.md +41 -5
  75. package/skills/uipath-maestro-case/references/plugins/conditions/stage-entry-conditions/planning.md +27 -3
  76. package/skills/uipath-maestro-case/references/plugins/conditions/stage-exit-conditions/impl-json.md +6 -6
  77. package/skills/uipath-maestro-case/references/plugins/conditions/stage-exit-conditions/planning.md +3 -1
  78. package/skills/uipath-maestro-case/references/plugins/conditions/task-entry-conditions/impl-json.md +20 -7
  79. package/skills/uipath-maestro-case/references/plugins/conditions/task-entry-conditions/planning.md +37 -4
  80. package/skills/uipath-maestro-case/references/plugins/sla/impl-json.md +24 -13
  81. package/skills/uipath-maestro-case/references/plugins/sla/planning.md +9 -3
  82. package/skills/uipath-maestro-case/references/plugins/stages/impl-json.md +4 -0
  83. package/skills/uipath-maestro-case/references/plugins/stages/planning.md +4 -1
  84. package/skills/uipath-maestro-case/references/plugins/tasks/action/impl-json.md +3 -1
  85. package/skills/uipath-maestro-case/references/plugins/tasks/action/planning.md +2 -0
  86. package/skills/uipath-maestro-case/references/plugins/tasks/agent/impl-json.md +3 -2
  87. package/skills/uipath-maestro-case/references/plugins/tasks/agent/planning.md +4 -2
  88. package/skills/uipath-maestro-case/references/plugins/tasks/api-workflow/impl-json.md +3 -2
  89. package/skills/uipath-maestro-case/references/plugins/tasks/api-workflow/planning.md +4 -2
  90. package/skills/uipath-maestro-case/references/plugins/tasks/case-management/impl-json.md +3 -2
  91. package/skills/uipath-maestro-case/references/plugins/tasks/case-management/planning.md +4 -2
  92. package/skills/uipath-maestro-case/references/plugins/tasks/connector-activity/impl-json.md +1 -1
  93. package/skills/uipath-maestro-case/references/plugins/tasks/connector-activity/planning.md +2 -0
  94. package/skills/uipath-maestro-case/references/plugins/tasks/connector-trigger/impl-json.md +1 -1
  95. package/skills/uipath-maestro-case/references/plugins/tasks/connector-trigger/planning.md +2 -0
  96. package/skills/uipath-maestro-case/references/plugins/tasks/create-inline-common.md +1 -1
  97. package/skills/uipath-maestro-case/references/plugins/tasks/process/impl-json.md +3 -2
  98. package/skills/uipath-maestro-case/references/plugins/tasks/process/planning.md +6 -4
  99. package/skills/uipath-maestro-case/references/plugins/tasks/rpa/impl-json.md +3 -2
  100. package/skills/uipath-maestro-case/references/plugins/tasks/rpa/planning.md +4 -2
  101. package/skills/uipath-maestro-case/references/plugins/tasks/wait-for-timer/impl-json.md +4 -3
  102. package/skills/uipath-maestro-case/references/plugins/tasks/wait-for-timer/planning.md +4 -0
  103. package/skills/uipath-maestro-case/references/plugins/triggers/event/impl-json.md +17 -14
  104. package/skills/uipath-maestro-case/references/plugins/triggers/event/planning.md +1 -1
  105. package/skills/uipath-maestro-case/references/plugins/triggers/manual/impl-json.md +13 -10
  106. package/skills/uipath-maestro-case/references/plugins/triggers/timer/impl-json.md +18 -16
  107. package/skills/uipath-maestro-case/references/plugins/triggers/timer/planning.md +2 -2
  108. package/skills/uipath-maestro-case/references/plugins/variables/bindings/impl-json.md +1 -1
  109. package/skills/uipath-maestro-case/references/plugins/variables/global-vars/impl-json.md +11 -9
  110. package/skills/uipath-maestro-case/references/plugins/variables/io-binding/impl-json.md +6 -2
  111. package/skills/uipath-maestro-case/references/plugins/variables/io-binding/planning.md +19 -1
  112. package/skills/uipath-maestro-case/references/registry-discovery.md +3 -3
  113. package/skills/uipath-maestro-case/references/sdd-generation-rules.md +155 -51
  114. package/skills/uipath-maestro-case/references/sla-response-shapes.md +74 -0
  115. package/skills/uipath-maestro-flow/SKILL.md +4 -3
  116. package/skills/uipath-maestro-flow/references/author/CAPABILITY.md +3 -0
  117. package/skills/uipath-maestro-flow/references/author/references/editing-operations-json.md +10 -17
  118. package/skills/uipath-maestro-flow/references/author/references/editing-operations.md +1 -1
  119. package/skills/uipath-maestro-flow/references/author/references/greenfield.md +8 -6
  120. package/skills/uipath-maestro-flow/references/author/references/planning-impl.md +1 -1
  121. package/skills/uipath-maestro-flow/references/author/references/plugins/agent/impl.md +4 -9
  122. package/skills/uipath-maestro-flow/references/author/references/plugins/agentic-process/impl.md +3 -7
  123. package/skills/uipath-maestro-flow/references/author/references/plugins/api-workflow/impl.md +5 -8
  124. package/skills/uipath-maestro-flow/references/author/references/plugins/connector/impl.md +11 -4
  125. package/skills/uipath-maestro-flow/references/author/references/plugins/flow/impl.md +3 -7
  126. package/skills/uipath-maestro-flow/references/author/references/plugins/inline-agent/impl.md +14 -17
  127. package/skills/uipath-maestro-flow/references/author/references/plugins/ixp/impl.md +60 -13
  128. package/skills/uipath-maestro-flow/references/author/references/plugins/queue/impl.md +2 -14
  129. package/skills/uipath-maestro-flow/references/author/references/plugins/rpa/impl.md +4 -9
  130. package/skills/uipath-maestro-flow/references/author/references/plugins/script/impl.md +3 -0
  131. package/skills/uipath-maestro-flow/references/author/references/plugins/subflow/impl.md +5 -9
  132. package/skills/uipath-maestro-flow/references/author/references/plugins/transform/impl.md +13 -0
  133. package/skills/uipath-maestro-flow/references/shared/action-nodes.md +2 -2
  134. package/skills/uipath-maestro-flow/references/shared/file-format.md +16 -12
  135. package/skills/uipath-maestro-flow/references/shared/variables-and-expressions.md +3 -3
  136. package/skills/uipath-planner/SKILL.md +1 -1
  137. package/skills/uipath-planner/references/non-pdd-lane-guide.md +1 -1
  138. package/skills/uipath-platform/SKILL.md +1 -1
  139. package/skills/uipath-platform/references/data-fabric/bulk-import.md +10 -27
  140. package/skills/uipath-platform/references/data-fabric/choice-sets.md +7 -64
  141. package/skills/uipath-platform/references/data-fabric/data-fabric.md +76 -267
  142. package/skills/uipath-platform/references/data-fabric/entity-schema.md +23 -99
  143. package/skills/uipath-platform/references/data-fabric/file-attachments.md +5 -28
  144. package/skills/uipath-platform/references/data-fabric/filter-platform-contract.md +2 -2
  145. package/skills/uipath-platform/references/data-fabric/records-query.md +11 -32
  146. package/skills/uipath-platform/references/integration-service/reference-resolution.md +6 -2
  147. package/skills/uipath-platform/references/licensing/consumables-report.md +18 -0
  148. package/skills/uipath-platform/references/licensing/licensing.md +1 -1
  149. package/skills/uipath-platform/references/orchestrator/run-jobs.md +9 -2
  150. package/skills/uipath-platform/references/orchestrator/setup-environment.md +9 -0
  151. package/skills/uipath-platform/references/traces/feedback.md +4 -1
  152. package/skills/uipath-process-mining/SKILL.md +97 -0
  153. package/skills/uipath-process-mining/references/app-types.md +66 -0
  154. package/skills/uipath-process-mining/references/data-model.md +130 -0
  155. package/skills/uipath-process-mining/references/lifecycle-and-rbac.md +67 -0
  156. package/skills/uipath-process-mining/references/model-editing.md +112 -0
  157. package/skills/uipath-process-mining/references/pre-flight.md +119 -0
  158. package/skills/uipath-process-mining/references/querying.md +66 -0
  159. package/skills/uipath-process-mining/references/transformations.md +80 -0
  160. package/skills/uipath-process-mining/references/uip-pm-cli.md +145 -0
  161. package/skills/uipath-review/SKILL.md +23 -18
  162. package/skills/uipath-review/references/agents/agent-grading-rubric.md +1 -1
  163. package/skills/uipath-review/references/agents/agent-review-checklist.md +0 -4
  164. package/skills/uipath-review/references/agents/agents-coded-rules.md +1 -10
  165. package/skills/uipath-review/references/agents/agents-lowcode-rules.md +3 -6
  166. package/skills/uipath-review/references/agents/guardrails/coded-guardrails-review.md +62 -14
  167. package/skills/uipath-review/references/agents/guardrails/guardrails-review.md +60 -4
  168. package/skills/uipath-review/references/review-workflow-guide.md +3 -2
  169. package/skills/uipath-review/references/rule-catalog-workflow.md +4 -5
  170. package/skills/uipath-rpa/.maintenance/pattern-card-maintenance.md +20 -0
  171. package/skills/uipath-rpa/SKILL.md +57 -55
  172. package/skills/uipath-rpa/agents/uipath-project-discovery-agent.md +75 -19
  173. package/skills/uipath-rpa/assets/codedworkflow-template.md +245 -11
  174. package/skills/uipath-rpa/references/cli-reference.md +229 -6
  175. package/skills/uipath-rpa/references/coded/codedworkflow-reference.md +158 -2
  176. package/skills/uipath-rpa/references/coded/integration-service-guide.md +6 -5
  177. package/skills/uipath-rpa/references/coded/operations-guide.md +273 -5
  178. package/skills/uipath-rpa/references/coded-vs-xaml-guide.md +3 -3
  179. package/skills/uipath-rpa/references/common-pattern-card.md +303 -0
  180. package/skills/uipath-rpa/references/data-manipulation-guide.md +18 -3
  181. package/skills/uipath-rpa/references/debugging.md +0 -2
  182. package/skills/uipath-rpa/references/environment-setup.md +309 -1
  183. package/skills/uipath-rpa/references/error-handling-guide.md +1 -1
  184. package/skills/uipath-rpa/references/execution-maps-guide.md +110 -0
  185. package/skills/uipath-rpa/references/is-connector-xaml-guide.md +58 -4
  186. package/skills/uipath-rpa/references/legacy/activity-docs/Excel.md +1 -1
  187. package/skills/uipath-rpa/references/legacy/activity-docs/_DU-PROCESS.md +0 -2
  188. package/skills/uipath-rpa/references/legacy/activity-docs/_INDEX.md +2 -2
  189. package/skills/uipath-rpa/references/legacy/activity-docs/_PATTERNS.md +1 -1
  190. package/skills/uipath-rpa/references/legacy/activity-docs/_REFRAMEWORK.md +2 -7
  191. package/skills/uipath-rpa/references/legacy/cli-reference.md +599 -0
  192. package/skills/uipath-rpa/references/legacy/error-handling-guide.md +2 -2
  193. package/skills/uipath-rpa/references/legacy/legacy-mode-guide.md +16 -16
  194. package/skills/uipath-rpa/references/legacy/project-organization-guide.md +2 -2
  195. package/skills/uipath-rpa/references/legacy/selector-guide.md +163 -1
  196. package/skills/uipath-rpa/references/legacy/testing-guide.md +246 -3
  197. package/skills/uipath-rpa/references/legacy/xaml-basics-and-rules.md +267 -2
  198. package/skills/uipath-rpa/references/library-authoring-guide.md +4 -3
  199. package/skills/uipath-rpa/references/testing-guide.md +2 -28
  200. package/skills/uipath-rpa/references/trigger-pattern-guide.md +1 -1
  201. package/skills/uipath-rpa/references/xaml/canvas-layout-guide.md +140 -33
  202. package/skills/uipath-rpa/references/xaml/common-pitfalls.md +57 -240
  203. package/skills/uipath-rpa/references/xaml/csharp-activity-binding-guide.md +42 -2
  204. package/skills/uipath-rpa/references/xaml/long-running-workflow-guide.md +1 -1
  205. package/skills/uipath-rpa/references/xaml/xaml-basics-and-rules.md +194 -228
  206. package/skills/uipath-solution/references/activate-and-manage.md +22 -0
  207. package/skills/uipath-solution/references/develop-solution.md +26 -2
  208. package/skills/uipath-solution/references/pack-and-deploy.md +43 -9
  209. package/skills/uipath-test/SKILL.md +4 -4
  210. package/skills/uipath-test/references/playwright-first-mile-guide.md +5 -4
  211. package/skills/uipath-test/references/publish-and-link-guide.md +2 -2
  212. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/click-silent-no-op.md +5 -5
  213. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/queue-operation-failed.md +20 -4
  214. package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/summary.md +1 -1
  215. package/skills/uipath-troubleshoot/references/activity-packages/csv-activities/playbooks/read-csv-file-not-found.md +12 -0
  216. package/skills/uipath-troubleshoot/references/activity-packages/mail-activities/playbooks/send-outlook-mail-failures.md +12 -1
  217. package/skills/uipath-troubleshoot/references/activity-packages/system-activities/playbooks/get-asset-activity-bug-silent-failure.md +2 -1
  218. package/skills/uipath-troubleshoot/references/activity-packages/terminal-activities/playbooks/terminal-session-connection-failed.md +5 -1
  219. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/click-silent-no-op.md +5 -5
  220. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/dependency-version-conflict.md +27 -6
  221. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/napplicationcard-view-generation-failed.md +10 -0
  222. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/scope-container-wrong-page.md +1 -1
  223. package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/summary.md +1 -1
  224. package/skills/uipath-troubleshoot/references/activity-packages/web-activities/overview.md +4 -0
  225. package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/http-request-auth-401-403.md +44 -0
  226. package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/http-request-connection-failure.md +2 -1
  227. package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/http-request-content-type-rejected.md +37 -0
  228. package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/http-request-proxy-blocked.md +39 -0
  229. package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/package-version-mismatch.md +42 -0
  230. package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/securestring-misuse-analyzer.md +41 -0
  231. package/skills/uipath-troubleshoot/references/activity-packages/web-activities/summary.md +5 -0
  232. package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/connector-null-reference.md +14 -1
  233. package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/connector-runtime-exception.md +2 -0
  234. package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/is-activities-prerelease-not-found.md +39 -0
  235. package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/response-content-too-large.md +41 -0
  236. package/skills/uipath-troubleshoot/references/products/integration-service/summary.md +9 -0
  237. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/console-conflict-login-to-console.md +40 -0
  238. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/credential-store-unavailable.md +42 -0
  239. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/executor-start-transient-rerun.md +49 -0
  240. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/job-consecutive-system-exceptions.md +47 -0
  241. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/job-faulted-session-timeout.md +19 -19
  242. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/job-output-too-large.md +47 -0
  243. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/job-stopped-generic-exit-code.md +55 -0
  244. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/known-issue-robot-defect.md +40 -0
  245. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/platform-incident-correlation.md +45 -0
  246. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/screen-capture-handle-invalid.md +43 -0
  247. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/serverless-license-quota.md +43 -0
  248. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/serverless-time-limit-exceeded.md +34 -0
  249. package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/workstation-in-use-machine-slots.md +40 -0
  250. package/skills/uipath-troubleshoot/references/products/orchestrator/summary.md +13 -1
  251. package/version-manifest.json +2 -2
  252. package/skills/uipath-maestro-bpmn/validator/README.md +0 -224
  253. package/skills/uipath-maestro-bpmn/validator/model.mjs +0 -419
  254. package/skills/uipath-maestro-bpmn/validator/package.json +0 -17
  255. package/skills/uipath-maestro-bpmn/validator/rules.mjs +0 -1403
  256. package/skills/uipath-maestro-bpmn/validator/samples/invalid-conditional-and-variable.bpmn +0 -25
  257. package/skills/uipath-maestro-bpmn/validator/samples/valid-baseline.bpmn +0 -52
  258. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/A.2.0.bpmn +0 -157
  259. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/A.2.1.bpmn +0 -333
  260. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/B.1.0.bpmn +0 -598
  261. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/B.2.0.bpmn +0 -1709
  262. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.2.0.bpmn +0 -564
  263. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.3.0.bpmn +0 -671
  264. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.4.0.bpmn +0 -1045
  265. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.5.0.bpmn +0 -1176
  266. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.6.0.bpmn +0 -670
  267. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.7.0.bpmn +0 -466
  268. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Can_Parse_Complex_Process_With_Task_Gateway_BoundaryEvent_etc.bpmn +0 -74
  269. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/ExclusiveGatewayDefaultFlow.bpmn +0 -32
  270. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/ExternalAgentWorkflow.bpmn +0 -62
  271. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Golden_Scenario.initial.bpmn +0 -361
  272. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/InclusiveJoinRouteAwayBranch.bpmn +0 -62
  273. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_AsyncExecution_And_Create_CorrectModel.bpmn +0 -74
  274. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_IXP_ExtractionValidation_And_Create_CorrectModel.bpmn +0 -35
  275. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_IXP_Extraction_FileUpload_And_Create_CorrectModel.bpmn +0 -33
  276. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_IXP_Extraction_JobAttachment_And_Create_CorrectModel.bpmn +0 -35
  277. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_SubProcess_With_Multiple_Element_Types.bpmn +0 -76
  278. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/StartEventWithOutputs.bpmn +0 -36
  279. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/StartGatewayEnd.bpmn +0 -44
  280. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/all elements.bpmn +0 -516
  281. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/all_sequence_flow_types.bpmn +0 -173
  282. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/demo.bpmn +0 -181
  283. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/subprocess-example-001-collapsed.bpmn +0 -126
  284. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/subprocess-example-001-expanded.bpmn +0 -122
  285. package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/subprocess-example-003-collapsed_deeply-nested.bpmn +0 -438
  286. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/A.1.0.bpmn +0 -87
  287. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/A.3.0.bpmn +0 -165
  288. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ApiWorkflow.bpmn +0 -39
  289. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/BpmnNestedSubProcessTests.bpmn +0 -102
  290. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/BpmnTimerBoundaryEvents.bpmn +0 -160
  291. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/BpmnXmlWithCatchAllErrorEventSubProcess.bpmn +0 -45
  292. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/BpmnXmlWithSpecificErrorEventSubProcess.bpmn +0 -46
  293. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/CaseManagementWithConstantIdentifier.bpmn +0 -218
  294. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ErrorBoundary.bpmn +0 -78
  295. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ErrorPropagationInEventSubprocess.bpmn +0 -340
  296. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/EventBasedGatewayFirstCatcherWins.bpmn +0 -56
  297. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Example-EventBasedGateway.bpmn +0 -117
  298. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ExclusiveGatewayConditional.bpmn +0 -45
  299. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ExclusiveGatewaySharedEndEvent.bpmn +0 -45
  300. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ExclusiveWithParallelGateway.bpmn +0 -68
  301. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/FourScriptTasks.bpmn +0 -84
  302. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/HitlTaskOnly.bpmn +0 -55
  303. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/InclusiveGatewayForkJoin.bpmn +0 -69
  304. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_BPMN_Elements_And_Create_CorrectModel.bpmn +0 -20
  305. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_HttpRequest_ServiceTask_And_Create_Correct_Model.bpmn +0 -34
  306. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_MessageBoundaryEvent_And_Create_CorrectModel.bpmn +0 -87
  307. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_Script_Task_V2_And_Create_Correct_Model.bpmn +0 -31
  308. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_Sets_Containers_Properly.bpmn +0 -129
  309. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ScriptWritesVariableThenGatewayBranches.bpmn +0 -59
  310. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/boundaryevent.bpmn +0 -30
  311. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/collapsed-subprocess.bpmn +0 -83
  312. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/connectable-types.bpmn +0 -85
  313. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/extensions-orchestrator-start-job.bpmn +0 -80
  314. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/multiparticipantpool.bpmn +0 -77
  315. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/nestedsubprocess.bpmn +0 -36
  316. package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/simple.bpmn +0 -59
  317. package/skills/uipath-maestro-bpmn/validator/test/integration.test.mjs +0 -146
  318. package/skills/uipath-maestro-bpmn/validator/test/model-helpers.mjs +0 -42
  319. package/skills/uipath-maestro-bpmn/validator/test/ported-rule-tests.mjs +0 -983
  320. package/skills/uipath-maestro-bpmn/validator/test/run-tests.mjs +0 -530
  321. package/skills/uipath-maestro-bpmn/validator/uipath-moddle.v1.json +0 -715
  322. package/skills/uipath-maestro-bpmn/validator/validate-bpmn.mjs +0 -164
  323. package/skills/uipath-review/references/agents/agents-common-rules.md +0 -32
  324. package/skills/uipath-rpa/assets/before-after-hooks-template.md +0 -115
  325. package/skills/uipath-rpa/assets/helper-utility-template.md +0 -22
  326. package/skills/uipath-rpa/assets/testcase-template.md +0 -92
  327. package/skills/uipath-rpa/references/coded/coding-guidelines.md +0 -255
  328. package/skills/uipath-rpa/references/coded/inspect-package-guide.md +0 -80
  329. package/skills/uipath-rpa/references/coded/third-party-packages-guide.md +0 -67
  330. package/skills/uipath-rpa/references/connector-capabilities.md +0 -79
  331. package/skills/uipath-rpa/references/legacy/activity-docs/Testing.md +0 -95
  332. package/skills/uipath-rpa/references/legacy/activity-docs/UIAutomation.md +0 -159
  333. package/skills/uipath-rpa/references/legacy/common-pitfalls.md +0 -318
  334. package/skills/uipath-rpa/references/legacy/discovery-workflow.md +0 -147
  335. package/skills/uipath-rpa/references/legacy/environment-setup.md +0 -78
  336. package/skills/uipath-rpa/references/legacy/project-structure.md +0 -206
  337. package/skills/uipath-rpa/references/legacy/test-data-guide.md +0 -142
  338. package/skills/uipath-rpa/references/legacy/validation-and-fixing.md +0 -154
  339. package/skills/uipath-rpa/references/project-structure-guide.md +0 -168
  340. package/skills/uipath-rpa/references/project-structure.md +0 -135
  341. package/skills/uipath-rpa/references/publishing-guide.md +0 -80
  342. package/skills/uipath-rpa/references/validation-guide.md +0 -170
  343. package/skills/uipath-rpa/references/xaml/csharp-expression-pitfalls.md +0 -43
  344. package/skills/uipath-rpa/references/xaml/flowchart-guide.md +0 -113
  345. package/skills/uipath-rpa/references/xaml/workflow-guide.md +0 -258
@@ -1,598 +0,0 @@
1
- <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
2
- <semantic:definitions id="_1373655174418" name="B.1.0" targetNamespace="http://www.trisotech.com/definitions/_1373655174418" 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:dataStore capacity="0" isUnlimited="false" id="DS1373655174514" name="Data&#10;Store Reference"/>
4
- <semantic:globalTask name="Global Task" id="global-task"/>
5
- <semantic:process isExecutable="false" id="Process_ba16239e-181e-4b9f-bc5b-0bb2ee973450">
6
- <semantic:startEvent name="Start Event None 1" id="_200f43e7-1385-46e2-a380-3ef16ebe7847">
7
- <semantic:outgoing>_60ed96e6-5954-48de-861b-7d1e3c1fb23e</semantic:outgoing>
8
- </semantic:startEvent>
9
- <semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Abstract Task 4" id="_c57a5344-213f-4834-a6c3-94ce878b413c">
10
- <semantic:incoming>_60ed96e6-5954-48de-861b-7d1e3c1fb23e</semantic:incoming>
11
- <semantic:outgoing>_6c6288e8-43f6-4085-87c7-1ff21c38fe17</semantic:outgoing>
12
- </semantic:task>
13
- <semantic:endEvent name="End Event None 2" id="_ed405919-9fd6-47d0-bb00-9be7d5467efb">
14
- <semantic:incoming>_6c6288e8-43f6-4085-87c7-1ff21c38fe17</semantic:incoming>
15
- </semantic:endEvent>
16
- <semantic:sequenceFlow sourceRef="_200f43e7-1385-46e2-a380-3ef16ebe7847" targetRef="_c57a5344-213f-4834-a6c3-94ce878b413c" name="" id="_60ed96e6-5954-48de-861b-7d1e3c1fb23e"/>
17
- <semantic:sequenceFlow sourceRef="_c57a5344-213f-4834-a6c3-94ce878b413c" targetRef="_ed405919-9fd6-47d0-bb00-9be7d5467efb" name="" id="_6c6288e8-43f6-4085-87c7-1ff21c38fe17"/>
18
- </semantic:process>
19
- <semantic:process isExecutable="false" id="WFP-6-1">
20
- <semantic:startEvent name="Start Event Timer" id="_e314751e-5c3a-41f2-a1ae-4cb99efa0916">
21
- <semantic:outgoing>_3eaa52c9-8d39-43d1-9528-b4047ff7fcdf</semantic:outgoing>
22
- <semantic:timerEventDefinition>
23
- <semantic:timeDate/>
24
- </semantic:timerEventDefinition>
25
- </semantic:startEvent>
26
- <semantic:endEvent name="End Event None 1" id="_94efa7e0-2322-4fc3-a5bf-6c6296488927">
27
- <semantic:incoming>_bbb25218-69a3-4401-823f-22f468cbd80d</semantic:incoming>
28
- </semantic:endEvent>
29
- <semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Abstract Task 1" id="_219b9ca1-d4c5-497d-a4f7-06a44a6da20e">
30
- <semantic:incoming>_3eaa52c9-8d39-43d1-9528-b4047ff7fcdf</semantic:incoming>
31
- <semantic:outgoing>_a1505d79-bbc0-42cf-866a-401a2f94b675</semantic:outgoing>
32
- </semantic:task>
33
- <semantic:userTask implementation="##WebService" completionQuantity="1" isForCompensation="false" startQuantity="1" name="User&#10;Task 2" id="_f7eade87-bb98-47d3-85c7-66033a62b124">
34
- <semantic:incoming>_a1505d79-bbc0-42cf-866a-401a2f94b675</semantic:incoming>
35
- <semantic:outgoing>_ba610e14-bf4c-4150-a1b1-460fe6a29f83</semantic:outgoing>
36
- </semantic:userTask>
37
- <semantic:serviceTask implementation="##WebService" completionQuantity="1" isForCompensation="false" startQuantity="1" name="Service Task 3" id="_ec919941-53ec-403d-97e1-6a163a063f21">
38
- <semantic:incoming>_ba610e14-bf4c-4150-a1b1-460fe6a29f83</semantic:incoming>
39
- <semantic:outgoing>_bbb25218-69a3-4401-823f-22f468cbd80d</semantic:outgoing>
40
- </semantic:serviceTask>
41
- <semantic:sequenceFlow sourceRef="_e314751e-5c3a-41f2-a1ae-4cb99efa0916" targetRef="_219b9ca1-d4c5-497d-a4f7-06a44a6da20e" name="" id="_3eaa52c9-8d39-43d1-9528-b4047ff7fcdf"/>
42
- <semantic:sequenceFlow sourceRef="_219b9ca1-d4c5-497d-a4f7-06a44a6da20e" targetRef="_f7eade87-bb98-47d3-85c7-66033a62b124" name="" id="_a1505d79-bbc0-42cf-866a-401a2f94b675"/>
43
- <semantic:sequenceFlow sourceRef="_f7eade87-bb98-47d3-85c7-66033a62b124" targetRef="_ec919941-53ec-403d-97e1-6a163a063f21" name="" id="_ba610e14-bf4c-4150-a1b1-460fe6a29f83"/>
44
- <semantic:sequenceFlow sourceRef="_ec919941-53ec-403d-97e1-6a163a063f21" targetRef="_94efa7e0-2322-4fc3-a5bf-6c6296488927" name="" id="_bbb25218-69a3-4401-823f-22f468cbd80d"/>
45
- </semantic:process>
46
- <semantic:process isExecutable="false" id="WFP-6-2">
47
- <semantic:laneSet id="ls_0623a9bd-fd34-462a-b09d-85cb5004be78">
48
- <semantic:lane name="Lane 1" id="_4a6df7ac-26d8-4718-ac05-90af463d5e23">
49
- <semantic:flowNodeRef>_2ee553a1-cb03-41e3-b285-345c826fc88d</semantic:flowNodeRef>
50
- <semantic:flowNodeRef>_fa3a8e53-5be0-4f0b-8680-d2498e255209</semantic:flowNodeRef>
51
- <semantic:flowNodeRef>_ba16239e-181e-4b9f-bc5b-0bb2ee973450</semantic:flowNodeRef>
52
- <semantic:flowNodeRef>_93021cd0-6f49-485d-966f-209744c748de</semantic:flowNodeRef>
53
- <semantic:flowNodeRef>_3c8c32c3-089a-4643-bf42-6c37c0dac7e0</semantic:flowNodeRef>
54
- <semantic:flowNodeRef>_a38484e2-7bdb-48b1-b62e-139d51d6a147</semantic:flowNodeRef>
55
- <semantic:flowNodeRef>_be29f267-9d56-46ef-8bbc-e13513b25fce</semantic:flowNodeRef>
56
- <semantic:flowNodeRef>_1237e756-d53c-4591-a731-dafffbf0b3f9</semantic:flowNodeRef>
57
- </semantic:lane>
58
- <semantic:lane name="Lane 2" id="_3400f56a-4565-47d1-91db-0ba17b958cb2">
59
- <semantic:flowNodeRef>_1eb62392-1f21-4a63-bbcb-c78880c3165e</semantic:flowNodeRef>
60
- <semantic:flowNodeRef>_7706e700-2aed-4b94-8070-961f118aab8f</semantic:flowNodeRef>
61
- <semantic:flowNodeRef>_ad81e6ba-40f5-43c1-9602-47d2e58804c8</semantic:flowNodeRef>
62
- <semantic:flowNodeRef>_33f30031-2e29-46b6-b080-30a192a36b45</semantic:flowNodeRef>
63
- <semantic:flowNodeRef>_7e6ccf38-e740-4537-a439-a8e984d066de</semantic:flowNodeRef>
64
- <semantic:flowNodeRef>_fea1c5af-6c76-403f-809e-26d476d92741</semantic:flowNodeRef>
65
- <semantic:flowNodeRef>_ae916437-d9aa-4e3d-a7c3-34998c410beb</semantic:flowNodeRef>
66
- </semantic:lane>
67
- </semantic:laneSet>
68
- <semantic:dataObject isCollection="false" id="DF1373655174778" name="Data Object"/>
69
- <semantic:endEvent name="End Event Message" id="_2ee553a1-cb03-41e3-b285-345c826fc88d">
70
- <semantic:incoming>_994697ca-8927-4c84-a9a6-8682f8dee032</semantic:incoming>
71
- <semantic:messageEventDefinition messageRef="Message_1373655174960"/>
72
- </semantic:endEvent>
73
- <semantic:callActivity completionQuantity="1" isForCompensation="false" startQuantity="1" name="Call Activity Calling a Global Task" id="_fa3a8e53-5be0-4f0b-8680-d2498e255209" calledElement="global-task">
74
- <semantic:incoming>_eeb6812d-d182-489f-aea2-493ab8732cfd</semantic:incoming>
75
- <semantic:outgoing>_61abe245-5604-46ba-8152-94d6e68ffda4</semantic:outgoing>
76
- </semantic:callActivity>
77
- <semantic:callActivity calledElement="Process_ba16239e-181e-4b9f-bc5b-0bb2ee973450" name="Call Activity - Expanded" id="_ba16239e-181e-4b9f-bc5b-0bb2ee973450">
78
- <semantic:incoming>_10a16fd5-0d56-4fdb-8529-0a0610a573be</semantic:incoming>
79
- <semantic:outgoing>_f5c5d52a-204f-4f97-b872-817d63cf36ab</semantic:outgoing>
80
- </semantic:callActivity>
81
- <semantic:exclusiveGateway gatewayDirection="Unspecified" name="Exclusive Gateway Convergence 1" id="_93021cd0-6f49-485d-966f-209744c748de">
82
- <semantic:incoming>_61abe245-5604-46ba-8152-94d6e68ffda4</semantic:incoming>
83
- <semantic:incoming>_f5c5d52a-204f-4f97-b872-817d63cf36ab</semantic:incoming>
84
- <semantic:outgoing>_994697ca-8927-4c84-a9a6-8682f8dee032</semantic:outgoing>
85
- </semantic:exclusiveGateway>
86
- <semantic:exclusiveGateway gatewayDirection="Unspecified" name="Exclusive Gateway Divergence 1" id="_3c8c32c3-089a-4643-bf42-6c37c0dac7e0">
87
- <semantic:incoming>_d30f7fb3-ec91-4a60-b73e-42419417f3be</semantic:incoming>
88
- <semantic:outgoing>_9d489bd9-9435-4692-bc98-4cdda4a61569</semantic:outgoing>
89
- <semantic:outgoing>_eeb6812d-d182-489f-aea2-493ab8732cfd</semantic:outgoing>
90
- </semantic:exclusiveGateway>
91
- <semantic:startEvent name="Start Event&#10;Message" id="_a38484e2-7bdb-48b1-b62e-139d51d6a147">
92
- <semantic:outgoing>_a63c8cd6-eee8-4fbe-be5e-f6980b180b52</semantic:outgoing>
93
- <semantic:messageEventDefinition messageRef="Message_1373655174959"/>
94
- </semantic:startEvent>
95
- <semantic:parallelGateway gatewayDirection="Unspecified" name="Parallel Gateway Divergence" id="_be29f267-9d56-46ef-8bbc-e13513b25fce">
96
- <semantic:incoming>_a63c8cd6-eee8-4fbe-be5e-f6980b180b52</semantic:incoming>
97
- <semantic:outgoing>_ab34472d-95a4-459c-a13b-5ed8b8b75eca</semantic:outgoing>
98
- <semantic:outgoing>_d30f7fb3-ec91-4a60-b73e-42419417f3be</semantic:outgoing>
99
- </semantic:parallelGateway>
100
- <semantic:callActivity calledElement="WFP-0-" name="Call Activity Collapsed" id="_1237e756-d53c-4591-a731-dafffbf0b3f9">
101
- <semantic:incoming>_9d489bd9-9435-4692-bc98-4cdda4a61569</semantic:incoming>
102
- <semantic:outgoing>_10a16fd5-0d56-4fdb-8529-0a0610a573be</semantic:outgoing>
103
- </semantic:callActivity>
104
- <semantic:subProcess triggeredByEvent="false" completionQuantity="1" isForCompensation="false" startQuantity="1" name="Collapsed Sub-Process" id="_1eb62392-1f21-4a63-bbcb-c78880c3165e">
105
- <semantic:incoming>_6ee42e88-3d90-4259-83c0-9abd4574a15a</semantic:incoming>
106
- <semantic:outgoing>_d234800f-72d3-46cb-b603-30f1da7b1205</semantic:outgoing>
107
- </semantic:subProcess>
108
- <semantic:userTask implementation="##WebService" completionQuantity="1" isForCompensation="false" startQuantity="1" name="User Task 5" id="_7706e700-2aed-4b94-8070-961f118aab8f">
109
- <semantic:incoming>_ab34472d-95a4-459c-a13b-5ed8b8b75eca</semantic:incoming>
110
- <semantic:outgoing>_00d30c39-29a7-4c36-86e3-bc6e893efb42</semantic:outgoing>
111
- </semantic:userTask>
112
- <semantic:exclusiveGateway gatewayDirection="Unspecified" name="Exclusive Gateway Divergence 2" id="_ad81e6ba-40f5-43c1-9602-47d2e58804c8">
113
- <semantic:incoming>_00d30c39-29a7-4c36-86e3-bc6e893efb42</semantic:incoming>
114
- <semantic:outgoing>_6ee42e88-3d90-4259-83c0-9abd4574a15a</semantic:outgoing>
115
- <semantic:outgoing>_6a248585-952e-40ff-82ec-b6d8f410b73a</semantic:outgoing>
116
- </semantic:exclusiveGateway>
117
- <semantic:exclusiveGateway gatewayDirection="Unspecified" name="Exclusive Gateway Convergence 2" id="_33f30031-2e29-46b6-b080-30a192a36b45">
118
- <semantic:incoming>_8f68b889-83a4-44ad-9777-d39acdd5415e</semantic:incoming>
119
- <semantic:incoming>_657f30ba-0690-4a14-8b8e-d8939efcc7bd</semantic:incoming>
120
- <semantic:outgoing>_54f45351-aa18-4c65-b0d0-edc3aa0a140d</semantic:outgoing>
121
- </semantic:exclusiveGateway>
122
- <semantic:subProcess triggeredByEvent="false" completionQuantity="1" isForCompensation="false" startQuantity="1" name="Sub Process - Expanded" id="_7e6ccf38-e740-4537-a439-a8e984d066de">
123
- <semantic:incoming>_d234800f-72d3-46cb-b603-30f1da7b1205</semantic:incoming>
124
- <semantic:outgoing>_8f68b889-83a4-44ad-9777-d39acdd5415e</semantic:outgoing>
125
- <semantic:startEvent name="Start Event None 2" id="_1df01cbc-5d8c-444e-b1db-da3efdee254a">
126
- <semantic:outgoing>_2d1047ce-fdd5-4cb6-9f0c-0ee8d6d3044a</semantic:outgoing>
127
- </semantic:startEvent>
128
- <semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Abstract Task 6" id="_6936f794-7bbb-4aa1-ae48-3a35bab4e2f4">
129
- <semantic:incoming>_2d1047ce-fdd5-4cb6-9f0c-0ee8d6d3044a</semantic:incoming>
130
- <semantic:outgoing>_062ae395-4aba-408b-ac64-4987752be95b</semantic:outgoing>
131
- </semantic:task>
132
- <semantic:endEvent name="End Event None 3" id="_4f744697-3643-41a9-9d07-84c78e2df64b">
133
- <semantic:incoming>_062ae395-4aba-408b-ac64-4987752be95b</semantic:incoming>
134
- </semantic:endEvent>
135
- <semantic:sequenceFlow sourceRef="_1df01cbc-5d8c-444e-b1db-da3efdee254a" targetRef="_6936f794-7bbb-4aa1-ae48-3a35bab4e2f4" name="" id="_2d1047ce-fdd5-4cb6-9f0c-0ee8d6d3044a"/>
136
- <semantic:sequenceFlow sourceRef="_6936f794-7bbb-4aa1-ae48-3a35bab4e2f4" targetRef="_4f744697-3643-41a9-9d07-84c78e2df64b" name="" id="_062ae395-4aba-408b-ac64-4987752be95b"/>
137
- </semantic:subProcess>
138
- <semantic:serviceTask implementation="##WebService" completionQuantity="1" isForCompensation="false" startQuantity="1" name="Service Task 7" id="_fea1c5af-6c76-403f-809e-26d476d92741">
139
- <semantic:incoming>_6a248585-952e-40ff-82ec-b6d8f410b73a</semantic:incoming>
140
- <semantic:outgoing>_657f30ba-0690-4a14-8b8e-d8939efcc7bd</semantic:outgoing>
141
- <semantic:ioSpecification>
142
- <semantic:dataInput id="Din1373655174951"/>
143
- <semantic:dataOutput id="Dout1373655174952"/>
144
- <semantic:inputSet>
145
- <semantic:dataInputRefs>Din1373655174951</semantic:dataInputRefs>
146
- </semantic:inputSet>
147
- <semantic:outputSet>
148
- <semantic:dataOutputRefs>Dout1373655174952</semantic:dataOutputRefs>
149
- </semantic:outputSet>
150
- </semantic:ioSpecification>
151
- <semantic:dataInputAssociation id="_73afd30d-7d54-4897-9350-1f7d301ef1b2">
152
- <semantic:sourceRef>_3d35229f-2c75-4d5d-a066-2d14e46e442e</semantic:sourceRef>
153
- <semantic:targetRef>Din1373655174951</semantic:targetRef>
154
- </semantic:dataInputAssociation>
155
- <semantic:dataOutputAssociation id="_fa10ebaf-7088-4def-8cc3-d959b8876b06">
156
- <semantic:sourceRef>Dout1373655174952</semantic:sourceRef>
157
- <semantic:targetRef>_b9385abf-d293-40b7-848b-8add4db48415</semantic:targetRef>
158
- </semantic:dataOutputAssociation>
159
- </semantic:serviceTask>
160
- <semantic:endEvent name="End Event Terminate" id="_ae916437-d9aa-4e3d-a7c3-34998c410beb">
161
- <semantic:incoming>_54f45351-aa18-4c65-b0d0-edc3aa0a140d</semantic:incoming>
162
- <semantic:terminateEventDefinition/>
163
- </semantic:endEvent>
164
- <semantic:dataObjectReference dataObjectRef="DF1373655174778" name="Data Object" id="_3d35229f-2c75-4d5d-a066-2d14e46e442e"/>
165
- <semantic:dataStoreReference dataStoreRef="DS1373655174514" name="Data&#10;Store Reference" id="_b9385abf-d293-40b7-848b-8add4db48415"/>
166
- <semantic:sequenceFlow sourceRef="_a38484e2-7bdb-48b1-b62e-139d51d6a147" targetRef="_be29f267-9d56-46ef-8bbc-e13513b25fce" name="" id="_a63c8cd6-eee8-4fbe-be5e-f6980b180b52"/>
167
- <semantic:sequenceFlow sourceRef="_be29f267-9d56-46ef-8bbc-e13513b25fce" targetRef="_7706e700-2aed-4b94-8070-961f118aab8f" name="" id="_ab34472d-95a4-459c-a13b-5ed8b8b75eca"/>
168
- <semantic:sequenceFlow sourceRef="_7e6ccf38-e740-4537-a439-a8e984d066de" targetRef="_33f30031-2e29-46b6-b080-30a192a36b45" name="" id="_8f68b889-83a4-44ad-9777-d39acdd5415e"/>
169
- <semantic:sequenceFlow sourceRef="_be29f267-9d56-46ef-8bbc-e13513b25fce" targetRef="_3c8c32c3-089a-4643-bf42-6c37c0dac7e0" name="" id="_d30f7fb3-ec91-4a60-b73e-42419417f3be"/>
170
- <semantic:sequenceFlow sourceRef="_1237e756-d53c-4591-a731-dafffbf0b3f9" targetRef="_ba16239e-181e-4b9f-bc5b-0bb2ee973450" name="" id="_10a16fd5-0d56-4fdb-8529-0a0610a573be"/>
171
- <semantic:sequenceFlow sourceRef="_1eb62392-1f21-4a63-bbcb-c78880c3165e" targetRef="_7e6ccf38-e740-4537-a439-a8e984d066de" name="" id="_d234800f-72d3-46cb-b603-30f1da7b1205"/>
172
- <semantic:sequenceFlow sourceRef="_fa3a8e53-5be0-4f0b-8680-d2498e255209" targetRef="_93021cd0-6f49-485d-966f-209744c748de" name="" id="_61abe245-5604-46ba-8152-94d6e68ffda4"/>
173
- <semantic:sequenceFlow sourceRef="_7706e700-2aed-4b94-8070-961f118aab8f" targetRef="_ad81e6ba-40f5-43c1-9602-47d2e58804c8" name="" id="_00d30c39-29a7-4c36-86e3-bc6e893efb42"/>
174
- <semantic:sequenceFlow sourceRef="_ad81e6ba-40f5-43c1-9602-47d2e58804c8" targetRef="_1eb62392-1f21-4a63-bbcb-c78880c3165e" name="" id="_6ee42e88-3d90-4259-83c0-9abd4574a15a"/>
175
- <semantic:sequenceFlow sourceRef="_ad81e6ba-40f5-43c1-9602-47d2e58804c8" targetRef="_fea1c5af-6c76-403f-809e-26d476d92741" name="" id="_6a248585-952e-40ff-82ec-b6d8f410b73a"/>
176
- <semantic:sequenceFlow sourceRef="_ba16239e-181e-4b9f-bc5b-0bb2ee973450" targetRef="_93021cd0-6f49-485d-966f-209744c748de" name="" id="_f5c5d52a-204f-4f97-b872-817d63cf36ab"/>
177
- <semantic:sequenceFlow sourceRef="_fea1c5af-6c76-403f-809e-26d476d92741" targetRef="_33f30031-2e29-46b6-b080-30a192a36b45" name="" id="_657f30ba-0690-4a14-8b8e-d8939efcc7bd"/>
178
- <semantic:sequenceFlow sourceRef="_33f30031-2e29-46b6-b080-30a192a36b45" targetRef="_ae916437-d9aa-4e3d-a7c3-34998c410beb" name="" id="_54f45351-aa18-4c65-b0d0-edc3aa0a140d"/>
179
- <semantic:sequenceFlow sourceRef="_3c8c32c3-089a-4643-bf42-6c37c0dac7e0" targetRef="_1237e756-d53c-4591-a731-dafffbf0b3f9" name="" id="_9d489bd9-9435-4692-bc98-4cdda4a61569"/>
180
- <semantic:sequenceFlow sourceRef="_3c8c32c3-089a-4643-bf42-6c37c0dac7e0" targetRef="_fa3a8e53-5be0-4f0b-8680-d2498e255209" name="" id="_eeb6812d-d182-489f-aea2-493ab8732cfd"/>
181
- <semantic:sequenceFlow sourceRef="_93021cd0-6f49-485d-966f-209744c748de" targetRef="_2ee553a1-cb03-41e3-b285-345c826fc88d" name="" id="_994697ca-8927-4c84-a9a6-8682f8dee032"/>
182
- <semantic:textAnnotation id="_4815ea6a-ede2-489b-8b37-2cdb2835b02c">
183
- <semantic:text>Text Annotation</semantic:text>
184
- </semantic:textAnnotation>
185
- <semantic:association associationDirection="None" sourceRef="_1237e756-d53c-4591-a731-dafffbf0b3f9" targetRef="_4815ea6a-ede2-489b-8b37-2cdb2835b02c" id="_5362a7ef-ce7e-4a91-9c38-66c07b1b5f49"/>
186
- </semantic:process>
187
- <semantic:process isExecutable="false" id="WFP-0-">
188
- <semantic:startEvent name="Start Event None 3" id="_18770c5c-c117-4570-aaf2-8c7a6910c34d">
189
- <semantic:outgoing>_107de09e-8506-4d2b-ad00-3341be723dff</semantic:outgoing>
190
- </semantic:startEvent>
191
- <semantic:task completionQuantity="1" isForCompensation="false" startQuantity="1" name="Abstract Task 8" id="_47207d3b-8dc2-4679-bf33-c1e7e677765b">
192
- <semantic:incoming>_107de09e-8506-4d2b-ad00-3341be723dff</semantic:incoming>
193
- <semantic:outgoing>_2e21b112-d974-4add-9bee-91dafbed0a22</semantic:outgoing>
194
- </semantic:task>
195
- <semantic:endEvent name="End Event None 4" id="_ab12c75c-eaf3-4ae1-9021-ee556711757f">
196
- <semantic:incoming>_2e21b112-d974-4add-9bee-91dafbed0a22</semantic:incoming>
197
- </semantic:endEvent>
198
- <semantic:sequenceFlow sourceRef="_18770c5c-c117-4570-aaf2-8c7a6910c34d" targetRef="_47207d3b-8dc2-4679-bf33-c1e7e677765b" name="" id="_107de09e-8506-4d2b-ad00-3341be723dff"/>
199
- <semantic:sequenceFlow sourceRef="_47207d3b-8dc2-4679-bf33-c1e7e677765b" targetRef="_ab12c75c-eaf3-4ae1-9021-ee556711757f" name="" id="_2e21b112-d974-4add-9bee-91dafbed0a22"/>
200
- </semantic:process>
201
- <semantic:message id="Message_1373655174959"/>
202
- <semantic:message id="Message_1373655174960"/>
203
- <semantic:category id="Cat1373655174961">
204
- <semantic:categoryValue value="Group" id="Value_Cat1373655174961"/>
205
- </semantic:category>
206
- <semantic:collaboration id="C1373655174958">
207
- <semantic:participant name="Participant" processRef="WFP-6-1" id="_cde15ee4-b395-43a3-9f5e-9028446f8a52"/>
208
- <semantic:participant name="Pool" processRef="WFP-6-2" id="_0623a9bd-fd34-462a-b09d-85cb5004be78"/>
209
- <semantic:messageFlow messageRef="Message_1373655174959" name="Message Flow 1" sourceRef="_219b9ca1-d4c5-497d-a4f7-06a44a6da20e" targetRef="_a38484e2-7bdb-48b1-b62e-139d51d6a147" id="_5d195b1c-ffea-4b53-b98f-78d9616a5038"/>
210
- <semantic:messageFlow messageRef="Message_1373655174960" name="Message&#10;Flow 2" sourceRef="_2ee553a1-cb03-41e3-b285-345c826fc88d" targetRef="_ec919941-53ec-403d-97e1-6a163a063f21" id="_9428f666-fc8a-41be-8a77-9b280e14e7ae"/>
211
- <semantic:group categoryValueRef="Value_Cat1373655174961" id="_bd04180e-49f6-4cf0-a7d6-da59e2840b4b"/>
212
- </semantic:collaboration>
213
- <bpmndi:BPMNDiagram documentation="" id="Trisotech_Visio-_6" name="B.1.0" resolution="96.00000267028808">
214
- <bpmndi:BPMNPlane bpmnElement="C1373655174958">
215
- <bpmndi:BPMNShape bpmnElement="_cde15ee4-b395-43a3-9f5e-9028446f8a52" isHorizontal="true" id="S1373655174918__cde15ee4-b395-43a3-9f5e-9028446f8a52">
216
- <dc:Bounds height="180.0" width="1104.0" x="48.0" y="72.0"/>
217
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
218
- <dc:Bounds height="53.3635647444375" width="12.804751171874997" x="52.0" y="135.0"/>
219
- </bpmndi:BPMNLabel>
220
- </bpmndi:BPMNShape>
221
- <bpmndi:BPMNShape bpmnElement="_0623a9bd-fd34-462a-b09d-85cb5004be78" isHorizontal="true" id="S1373655174920__0623a9bd-fd34-462a-b09d-85cb5004be78">
222
- <dc:Bounds height="788.0" width="1164.0" x="49.0" y="352.0"/>
223
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
224
- <dc:Bounds height="24.316811814750004" width="12.804751171874997" x="53.0" y="733.0"/>
225
- </bpmndi:BPMNLabel>
226
- </bpmndi:BPMNShape>
227
- <bpmndi:BPMNShape bpmnElement="_4a6df7ac-26d8-4718-ac05-90af463d5e23" isHorizontal="true" id="S1373655174921__4a6df7ac-26d8-4718-ac05-90af463d5e23">
228
- <dc:Bounds height="313.0" width="1133.0" x="80.0" y="352.0"/>
229
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
230
- <dc:Bounds height="35.5928127913125" width="12.804751171874997" x="80.0" y="490.0"/>
231
- </bpmndi:BPMNLabel>
232
- </bpmndi:BPMNShape>
233
- <bpmndi:BPMNShape bpmnElement="_3400f56a-4565-47d1-91db-0ba17b958cb2" isHorizontal="true" id="S1373655174922__3400f56a-4565-47d1-91db-0ba17b958cb2">
234
- <dc:Bounds height="474.0" width="1133.0" x="80.0" y="666.0"/>
235
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
236
- <dc:Bounds height="35.5928127913125" width="12.804751171874997" x="80.0" y="885.0"/>
237
- </bpmndi:BPMNLabel>
238
- </bpmndi:BPMNShape>
239
- <bpmndi:BPMNShape bpmnElement="_200f43e7-1385-46e2-a380-3ef16ebe7847" id="S1373655174923__200f43e7-1385-46e2-a380-3ef16ebe7847">
240
- <dc:Bounds height="30.0" width="30.0" x="625.0" y="425.0"/>
241
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
242
- <dc:Bounds height="25.604702343750013" width="94.93333333333335" x="592.6776675445728" y="460.3333333333333"/>
243
- </bpmndi:BPMNLabel>
244
- </bpmndi:BPMNShape>
245
- <bpmndi:BPMNShape bpmnElement="_c57a5344-213f-4834-a6c3-94ce878b413c" id="S1373655174924__c57a5344-213f-4834-a6c3-94ce878b413c">
246
- <dc:Bounds height="68.0" width="83.0" x="713.0" y="406.0"/>
247
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
248
- <dc:Bounds height="25.604702343750013" width="72.48293963254594" x="718.3333333333334" y="427.1819007966289"/>
249
- </bpmndi:BPMNLabel>
250
- </bpmndi:BPMNShape>
251
- <bpmndi:BPMNShape bpmnElement="_ed405919-9fd6-47d0-bb00-9be7d5467efb" id="S1373655174925__ed405919-9fd6-47d0-bb00-9be7d5467efb">
252
- <dc:Bounds height="32.0" width="32.0" x="839.0" y="424.0"/>
253
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
254
- <dc:Bounds height="25.604702343750013" width="94.93333333333335" x="807.5963254593177" y="461.3333333333333"/>
255
- </bpmndi:BPMNLabel>
256
- </bpmndi:BPMNShape>
257
- <bpmndi:BPMNShape bpmnElement="_e314751e-5c3a-41f2-a1ae-4cb99efa0916" id="S1373655174926__e314751e-5c3a-41f2-a1ae-4cb99efa0916">
258
- <dc:Bounds height="30.0" width="30.0" x="120.0" y="147.0"/>
259
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
260
- <dc:Bounds height="25.604702343750013" width="94.93333333333335" x="87.67766754457271" y="182.33333333333334"/>
261
- </bpmndi:BPMNLabel>
262
- </bpmndi:BPMNShape>
263
- <bpmndi:BPMNShape bpmnElement="_94efa7e0-2322-4fc3-a5bf-6c6296488927" id="S1373655174927__94efa7e0-2322-4fc3-a5bf-6c6296488927">
264
- <dc:Bounds height="32.0" width="32.0" x="1090.0" y="146.0"/>
265
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
266
- <dc:Bounds height="25.604702343750013" width="94.93333333333335" x="1058.5963254593175" y="183.33333333333334"/>
267
- </bpmndi:BPMNLabel>
268
- </bpmndi:BPMNShape>
269
- <bpmndi:BPMNShape bpmnElement="_219b9ca1-d4c5-497d-a4f7-06a44a6da20e" id="S1373655174928__219b9ca1-d4c5-497d-a4f7-06a44a6da20e">
270
- <dc:Bounds height="68.0" width="83.0" x="204.0" y="128.0"/>
271
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
272
- <dc:Bounds height="25.604702343750013" width="72.48293963254594" x="209.33333333333334" y="149.18190079662895"/>
273
- </bpmndi:BPMNLabel>
274
- </bpmndi:BPMNShape>
275
- <bpmndi:BPMNShape bpmnElement="_f7eade87-bb98-47d3-85c7-66033a62b124" id="S1373655174929__f7eade87-bb98-47d3-85c7-66033a62b124">
276
- <dc:Bounds height="68.0" width="83.0" x="341.0" y="128.0"/>
277
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
278
- <dc:Bounds height="25.604702343750013" width="72.48293963254594" x="346.3333333333333" y="149.18190079662895"/>
279
- </bpmndi:BPMNLabel>
280
- </bpmndi:BPMNShape>
281
- <bpmndi:BPMNShape bpmnElement="_ec919941-53ec-403d-97e1-6a163a063f21" id="S1373655174930__ec919941-53ec-403d-97e1-6a163a063f21">
282
- <dc:Bounds height="68.0" width="83.0" x="972.0" y="128.0"/>
283
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
284
- <dc:Bounds height="25.604702343750013" width="72.48293963254594" x="977.3333333333334" y="149.18190079662895"/>
285
- </bpmndi:BPMNLabel>
286
- </bpmndi:BPMNShape>
287
- <bpmndi:BPMNShape bpmnElement="_2ee553a1-cb03-41e3-b285-345c826fc88d" id="S1373655174931__2ee553a1-cb03-41e3-b285-345c826fc88d">
288
- <dc:Bounds height="32.0" width="32.0" x="1062.0" y="437.0"/>
289
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
290
- <dc:Bounds height="25.604702343750013" width="94.93333333333335" x="1030.5963254593175" y="474.3333333333333"/>
291
- </bpmndi:BPMNLabel>
292
- </bpmndi:BPMNShape>
293
- <bpmndi:BPMNShape bpmnElement="_fa3a8e53-5be0-4f0b-8680-d2498e255209" id="S1373655174932__fa3a8e53-5be0-4f0b-8680-d2498e255209">
294
- <dc:Bounds height="80.0" width="98.0" x="450.0" y="549.0"/>
295
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
296
- <dc:Bounds height="38.404653515625" width="87.14960629921266" x="455.3333333333333" y="569.7819252106915"/>
297
- </bpmndi:BPMNLabel>
298
- </bpmndi:BPMNShape>
299
- <bpmndi:BPMNShape bpmnElement="_ba16239e-181e-4b9f-bc5b-0bb2ee973450" isExpanded="true" id="S1373655174933__ba16239e-181e-4b9f-bc5b-0bb2ee973450">
300
- <dc:Bounds height="150.0" width="330.0" x="590.0" y="378.0"/>
301
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
302
- <dc:Bounds height="12.804751171875008" width="115.60807158037508" x="595.3333333333334" y="383.3333333333335"/>
303
- </bpmndi:BPMNLabel>
304
- </bpmndi:BPMNShape>
305
- <bpmndi:BPMNShape bpmnElement="_93021cd0-6f49-485d-966f-209744c748de" isMarkerVisible="false" id="S1373655174934__93021cd0-6f49-485d-966f-209744c748de">
306
- <dc:Bounds height="42.0" width="42.0" x="977.0" y="432.0"/>
307
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
308
- <dc:Bounds height="25.604702343750013" width="94.93333333333335" x="953.541079060992" y="392.6228456785188"/>
309
- </bpmndi:BPMNLabel>
310
- </bpmndi:BPMNShape>
311
- <bpmndi:BPMNShape bpmnElement="_3c8c32c3-089a-4643-bf42-6c37c0dac7e0" isMarkerVisible="false" id="S1373655174935__3c8c32c3-089a-4643-bf42-6c37c0dac7e0">
312
- <dc:Bounds height="42.0" width="42.0" x="344.0" y="432.0"/>
313
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
314
- <dc:Bounds height="25.604702343750013" width="94.93333333333335" x="317.32073490813644" y="400.3944992218256"/>
315
- </bpmndi:BPMNLabel>
316
- </bpmndi:BPMNShape>
317
- <bpmndi:BPMNShape bpmnElement="_a38484e2-7bdb-48b1-b62e-139d51d6a147" id="S1373655174936__a38484e2-7bdb-48b1-b62e-139d51d6a147">
318
- <dc:Bounds height="30.0" width="30.0" x="158.0" y="438.0"/>
319
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
320
- <dc:Bounds height="25.604702343750013" width="94.93333333333335" x="125.67766754457271" y="473.3333333333333"/>
321
- </bpmndi:BPMNLabel>
322
- </bpmndi:BPMNShape>
323
- <bpmndi:BPMNShape bpmnElement="_be29f267-9d56-46ef-8bbc-e13513b25fce" id="S1373655174937__be29f267-9d56-46ef-8bbc-e13513b25fce">
324
- <dc:Bounds height="42.0" width="42.0" x="230.0" y="432.0"/>
325
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
326
- <dc:Bounds height="25.604702343750013" width="94.93333333333335" x="203.1395042578419" y="394.3944992218256"/>
327
- </bpmndi:BPMNLabel>
328
- </bpmndi:BPMNShape>
329
- <bpmndi:BPMNShape bpmnElement="_1237e756-d53c-4591-a731-dafffbf0b3f9" isExpanded="false" id="S1373655174938__1237e756-d53c-4591-a731-dafffbf0b3f9">
330
- <dc:Bounds height="68.0" width="83.0" x="455.0" y="419.0"/>
331
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
332
- <dc:Bounds height="25.604702343750013" width="72.48293963254594" x="460.3333333333333" y="440.1819007966289"/>
333
- </bpmndi:BPMNLabel>
334
- </bpmndi:BPMNShape>
335
- <bpmndi:BPMNShape bpmnElement="_1eb62392-1f21-4a63-bbcb-c78880c3165e" isExpanded="false" id="S1373655174939__1eb62392-1f21-4a63-bbcb-c78880c3165e">
336
- <dc:Bounds height="68.0" width="83.0" x="406.0" y="749.0"/>
337
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
338
- <dc:Bounds height="38.404653515625" width="72.48293963254594" x="411.3333333333333" y="763.7819252106915"/>
339
- </bpmndi:BPMNLabel>
340
- </bpmndi:BPMNShape>
341
- <bpmndi:BPMNShape bpmnElement="_7706e700-2aed-4b94-8070-961f118aab8f" id="S1373655174940__7706e700-2aed-4b94-8070-961f118aab8f">
342
- <dc:Bounds height="68.0" width="83.0" x="175.0" y="749.0"/>
343
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
344
- <dc:Bounds height="25.604702343750013" width="72.48293963254594" x="180.33333333333334" y="770.181900796629"/>
345
- </bpmndi:BPMNLabel>
346
- </bpmndi:BPMNShape>
347
- <bpmndi:BPMNShape bpmnElement="_ad81e6ba-40f5-43c1-9602-47d2e58804c8" isMarkerVisible="false" id="S1373655174941__ad81e6ba-40f5-43c1-9602-47d2e58804c8">
348
- <dc:Bounds height="42.0" width="42.0" x="304.0" y="762.0"/>
349
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
350
- <dc:Bounds height="25.604702343750013" width="94.93333333333335" x="276.89432860892373" y="729.4289433163138"/>
351
- </bpmndi:BPMNLabel>
352
- </bpmndi:BPMNShape>
353
- <bpmndi:BPMNShape bpmnElement="_33f30031-2e29-46b6-b080-30a192a36b45" isMarkerVisible="false" id="S1373655174942__33f30031-2e29-46b6-b080-30a192a36b45">
354
- <dc:Bounds height="42.0" width="42.0" x="955.0" y="762.0"/>
355
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
356
- <dc:Bounds height="25.604702343750013" width="94.93333333333335" x="931.8155884514442" y="728.6228456785187"/>
357
- </bpmndi:BPMNLabel>
358
- </bpmndi:BPMNShape>
359
- <bpmndi:BPMNShape bpmnElement="_7e6ccf38-e740-4537-a439-a8e984d066de" isExpanded="true" id="S1373655174943__7e6ccf38-e740-4537-a439-a8e984d066de">
360
- <dc:Bounds height="156.0" width="330.0" x="574.0" y="705.0"/>
361
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
362
- <dc:Bounds height="12.804751171875008" width="120.96244169756255" x="579.3333333333334" y="710.3333333333334"/>
363
- </bpmndi:BPMNLabel>
364
- </bpmndi:BPMNShape>
365
- <bpmndi:BPMNShape bpmnElement="_1df01cbc-5d8c-444e-b1db-da3efdee254a" id="S1373655174944__1df01cbc-5d8c-444e-b1db-da3efdee254a">
366
- <dc:Bounds height="30.0" width="30.0" x="610.0" y="767.0"/>
367
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
368
- <dc:Bounds height="25.604702343750013" width="94.93333333333335" x="577.6776675445728" y="802.3333333333334"/>
369
- </bpmndi:BPMNLabel>
370
- </bpmndi:BPMNShape>
371
- <bpmndi:BPMNShape bpmnElement="_6936f794-7bbb-4aa1-ae48-3a35bab4e2f4" id="S1373655174945__6936f794-7bbb-4aa1-ae48-3a35bab4e2f4">
372
- <dc:Bounds height="68.0" width="83.0" x="694.0" y="748.0"/>
373
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
374
- <dc:Bounds height="25.604702343750013" width="72.48293963254594" x="699.3333333333334" y="769.181900796629"/>
375
- </bpmndi:BPMNLabel>
376
- </bpmndi:BPMNShape>
377
- <bpmndi:BPMNShape bpmnElement="_4f744697-3643-41a9-9d07-84c78e2df64b" id="S1373655174946__4f744697-3643-41a9-9d07-84c78e2df64b">
378
- <dc:Bounds height="32.0" width="32.0" x="836.0" y="766.0"/>
379
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
380
- <dc:Bounds height="25.604702343750013" width="94.93333333333335" x="804.5963254593177" y="803.3333333333334"/>
381
- </bpmndi:BPMNLabel>
382
- </bpmndi:BPMNShape>
383
- <bpmndi:BPMNShape bpmnElement="_fea1c5af-6c76-403f-809e-26d476d92741" id="S1373655174947__fea1c5af-6c76-403f-809e-26d476d92741">
384
- <dc:Bounds height="68.0" width="83.0" x="472.0" y="966.0"/>
385
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
386
- <dc:Bounds height="25.604702343750013" width="72.48293963254594" x="477.3333333333333" y="987.181900796629"/>
387
- </bpmndi:BPMNLabel>
388
- </bpmndi:BPMNShape>
389
- <bpmndi:BPMNShape bpmnElement="_ae916437-d9aa-4e3d-a7c3-34998c410beb" id="S1373655174948__ae916437-d9aa-4e3d-a7c3-34998c410beb">
390
- <dc:Bounds height="32.0" width="32.0" x="1051.0" y="767.0"/>
391
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
392
- <dc:Bounds height="25.604702343750013" width="94.93333333333335" x="1019.5963254593177" y="804.3333333333334"/>
393
- </bpmndi:BPMNLabel>
394
- </bpmndi:BPMNShape>
395
- <bpmndi:BPMNShape bpmnElement="_3d35229f-2c75-4d5d-a066-2d14e46e442e" id="S1373655174949__3d35229f-2c75-4d5d-a066-2d14e46e442e">
396
- <dc:Bounds height="38.0" width="30.0" x="397.0" y="891.0"/>
397
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
398
- <dc:Bounds height="25.60470234375" width="100.26666666666667" x="365.1028871391077" y="943.9897939506758"/>
399
- </bpmndi:BPMNLabel>
400
- </bpmndi:BPMNShape>
401
- <bpmndi:BPMNShape bpmnElement="_b9385abf-d293-40b7-848b-8add4db48415" id="S1373655174950__b9385abf-d293-40b7-848b-8add4db48415">
402
- <dc:Bounds height="27.0" width="32.0" x="649.0" y="1058.0"/>
403
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
404
- <dc:Bounds height="38.404653515625" width="94.93333333333335" x="617.6583333333334" y="1087.8797673242188"/>
405
- </bpmndi:BPMNLabel>
406
- </bpmndi:BPMNShape>
407
- <bpmndi:BPMNShape bpmnElement="_4815ea6a-ede2-489b-8b37-2cdb2835b02c" id="S1373655174953__4815ea6a-ede2-489b-8b37-2cdb2835b02c">
408
- <dc:Bounds height="23.0" width="102.0" x="528.0" y="288.0"/>
409
- <bpmndi:BPMNLabel labelStyle="LS1373655174919"/>
410
- </bpmndi:BPMNShape>
411
- <bpmndi:BPMNShape bpmnElement="_bd04180e-49f6-4cf0-a7d6-da59e2840b4b" id="S1373655174962__bd04180e-49f6-4cf0-a7d6-da59e2840b4b">
412
- <dc:Bounds height="168.0" width="365.0" x="143.0" y="699.0"/>
413
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
414
- <dc:Bounds height="12.804751171874997" width="32.6140530256875" x="467.03476587195036" y="681.9747763871801"/>
415
- </bpmndi:BPMNLabel>
416
- </bpmndi:BPMNShape>
417
- <bpmndi:BPMNEdge bpmnElement="_54f45351-aa18-4c65-b0d0-edc3aa0a140d" id="E1373655174963__54f45351-aa18-4c65-b0d0-edc3aa0a140d">
418
- <di:waypoint x="997.0" y="783.0"/>
419
- <di:waypoint x="1015.0" y="783.0"/>
420
- <di:waypoint x="1051.0" y="783.0"/>
421
- <bpmndi:BPMNLabel/>
422
- </bpmndi:BPMNEdge>
423
- <bpmndi:BPMNEdge bpmnElement="_5362a7ef-ce7e-4a91-9c38-66c07b1b5f49" id="E1373655174964__5362a7ef-ce7e-4a91-9c38-66c07b1b5f49">
424
- <di:waypoint x="497.0" y="419.0"/>
425
- <di:waypoint x="497.0" y="300.0"/>
426
- <di:waypoint x="528.0" y="300.0"/>
427
- <bpmndi:BPMNLabel labelStyle="LS1373655174919"/>
428
- </bpmndi:BPMNEdge>
429
- <bpmndi:BPMNEdge bpmnElement="_eeb6812d-d182-489f-aea2-493ab8732cfd" id="E1373655174965__eeb6812d-d182-489f-aea2-493ab8732cfd">
430
- <di:waypoint x="365.0" y="474.0"/>
431
- <di:waypoint x="365.0" y="589.0"/>
432
- <di:waypoint x="450.0" y="589.0"/>
433
- <bpmndi:BPMNLabel/>
434
- </bpmndi:BPMNEdge>
435
- <bpmndi:BPMNEdge bpmnElement="_fa10ebaf-7088-4def-8cc3-d959b8876b06" sourceElement="S1373655174947__fea1c5af-6c76-403f-809e-26d476d92741" id="E1373655174966__fa10ebaf-7088-4def-8cc3-d959b8876b06">
436
- <di:waypoint x="527.0" y="1034.0"/>
437
- <di:waypoint x="527.0" y="1071.0"/>
438
- <di:waypoint x="649.0" y="1071.0"/>
439
- <bpmndi:BPMNLabel labelStyle="LS1373655174919"/>
440
- </bpmndi:BPMNEdge>
441
- <bpmndi:BPMNEdge bpmnElement="_a63c8cd6-eee8-4fbe-be5e-f6980b180b52" id="E1373655174967__a63c8cd6-eee8-4fbe-be5e-f6980b180b52">
442
- <di:waypoint x="188.0" y="453.0"/>
443
- <di:waypoint x="230.0" y="453.0"/>
444
- <bpmndi:BPMNLabel/>
445
- </bpmndi:BPMNEdge>
446
- <bpmndi:BPMNEdge bpmnElement="_2d1047ce-fdd5-4cb6-9f0c-0ee8d6d3044a" id="E1373655174968__2d1047ce-fdd5-4cb6-9f0c-0ee8d6d3044a">
447
- <di:waypoint x="640.0" y="782.0"/>
448
- <di:waypoint x="658.0" y="782.0"/>
449
- <di:waypoint x="694.0" y="782.0"/>
450
- <bpmndi:BPMNLabel/>
451
- </bpmndi:BPMNEdge>
452
- <bpmndi:BPMNEdge bpmnElement="_6ee42e88-3d90-4259-83c0-9abd4574a15a" id="E1373655174969__6ee42e88-3d90-4259-83c0-9abd4574a15a">
453
- <di:waypoint x="346.0" y="783.0"/>
454
- <di:waypoint x="364.0" y="783.0"/>
455
- <di:waypoint x="406.0" y="783.0"/>
456
- <bpmndi:BPMNLabel/>
457
- </bpmndi:BPMNEdge>
458
- <bpmndi:BPMNEdge bpmnElement="_657f30ba-0690-4a14-8b8e-d8939efcc7bd" id="E1373655174970__657f30ba-0690-4a14-8b8e-d8939efcc7bd">
459
- <di:waypoint x="555.0" y="1000.0"/>
460
- <di:waypoint x="976.0" y="1000.0"/>
461
- <di:waypoint x="976.0" y="804.0"/>
462
- <bpmndi:BPMNLabel/>
463
- </bpmndi:BPMNEdge>
464
- <bpmndi:BPMNEdge bpmnElement="_8f68b889-83a4-44ad-9777-d39acdd5415e" id="E1373655174971__8f68b889-83a4-44ad-9777-d39acdd5415e">
465
- <di:waypoint x="904.0" y="783.0"/>
466
- <di:waypoint x="922.0" y="783.0"/>
467
- <di:waypoint x="955.0" y="783.0"/>
468
- <bpmndi:BPMNLabel/>
469
- </bpmndi:BPMNEdge>
470
- <bpmndi:BPMNEdge bpmnElement="_ba610e14-bf4c-4150-a1b1-460fe6a29f83" id="E1373655174972__ba610e14-bf4c-4150-a1b1-460fe6a29f83">
471
- <di:waypoint x="424.0" y="162.0"/>
472
- <di:waypoint x="972.0" y="162.0"/>
473
- <bpmndi:BPMNLabel/>
474
- </bpmndi:BPMNEdge>
475
- <bpmndi:BPMNEdge bpmnElement="_60ed96e6-5954-48de-861b-7d1e3c1fb23e" id="E1373655174973__60ed96e6-5954-48de-861b-7d1e3c1fb23e">
476
- <di:waypoint x="655.0" y="440.0"/>
477
- <di:waypoint x="673.0" y="440.0"/>
478
- <di:waypoint x="713.0" y="440.0"/>
479
- <bpmndi:BPMNLabel/>
480
- </bpmndi:BPMNEdge>
481
- <bpmndi:BPMNEdge bpmnElement="_f5c5d52a-204f-4f97-b872-817d63cf36ab" id="E1373655174974__f5c5d52a-204f-4f97-b872-817d63cf36ab">
482
- <di:waypoint x="920.0" y="453.0"/>
483
- <di:waypoint x="977.0" y="453.0"/>
484
- <bpmndi:BPMNLabel/>
485
- </bpmndi:BPMNEdge>
486
- <bpmndi:BPMNEdge bpmnElement="_d30f7fb3-ec91-4a60-b73e-42419417f3be" id="E1373655174975__d30f7fb3-ec91-4a60-b73e-42419417f3be">
487
- <di:waypoint x="272.0" y="453.0"/>
488
- <di:waypoint x="344.0" y="453.0"/>
489
- <bpmndi:BPMNLabel/>
490
- </bpmndi:BPMNEdge>
491
- <bpmndi:BPMNEdge bpmnElement="_9428f666-fc8a-41be-8a77-9b280e14e7ae" id="E1373655174976__9428f666-fc8a-41be-8a77-9b280e14e7ae">
492
- <di:waypoint x="1078.0" y="437.0"/>
493
- <di:waypoint x="1078.0" y="312.0"/>
494
- <di:waypoint x="1013.0" y="312.0"/>
495
- <di:waypoint x="1013.0" y="196.0"/>
496
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
497
- <dc:Bounds height="25.604702343750013" width="94.93333333333335" x="966.436755781357" y="299.9501761363344"/>
498
- </bpmndi:BPMNLabel>
499
- </bpmndi:BPMNEdge>
500
- <bpmndi:BPMNEdge bpmnElement="_73afd30d-7d54-4897-9350-1f7d301ef1b2" targetElement="S1373655174947__fea1c5af-6c76-403f-809e-26d476d92741" id="E1373655174977__73afd30d-7d54-4897-9350-1f7d301ef1b2">
501
- <di:waypoint x="427.0" y="910.0"/>
502
- <di:waypoint x="513.0" y="910.0"/>
503
- <di:waypoint x="514.0" y="966.0"/>
504
- <bpmndi:BPMNLabel labelStyle="LS1373655174919"/>
505
- </bpmndi:BPMNEdge>
506
- <bpmndi:BPMNEdge bpmnElement="_062ae395-4aba-408b-ac64-4987752be95b" id="E1373655174978__062ae395-4aba-408b-ac64-4987752be95b">
507
- <di:waypoint x="777.0" y="782.0"/>
508
- <di:waypoint x="795.0" y="782.0"/>
509
- <di:waypoint x="836.0" y="782.0"/>
510
- <bpmndi:BPMNLabel/>
511
- </bpmndi:BPMNEdge>
512
- <bpmndi:BPMNEdge bpmnElement="_a1505d79-bbc0-42cf-866a-401a2f94b675" id="E1373655174979__a1505d79-bbc0-42cf-866a-401a2f94b675">
513
- <di:waypoint x="287.0" y="162.0"/>
514
- <di:waypoint x="341.0" y="162.0"/>
515
- <bpmndi:BPMNLabel/>
516
- </bpmndi:BPMNEdge>
517
- <bpmndi:BPMNEdge bpmnElement="_5d195b1c-ffea-4b53-b98f-78d9616a5038" id="E1373655174980__5d195b1c-ffea-4b53-b98f-78d9616a5038">
518
- <di:waypoint x="246.0" y="196.0"/>
519
- <di:waypoint x="246.0" y="300.0"/>
520
- <di:waypoint x="173.0" y="300.0"/>
521
- <di:waypoint x="173.0" y="438.0"/>
522
- <bpmndi:BPMNLabel labelStyle="LS1373655174919">
523
- <dc:Bounds height="25.604702343750013" width="94.93333333333335" x="196.44330587137927" y="281.9169925395219"/>
524
- </bpmndi:BPMNLabel>
525
- </bpmndi:BPMNEdge>
526
- <bpmndi:BPMNEdge bpmnElement="_00d30c39-29a7-4c36-86e3-bc6e893efb42" id="E1373655174981__00d30c39-29a7-4c36-86e3-bc6e893efb42">
527
- <di:waypoint x="258.0" y="783.0"/>
528
- <di:waypoint x="276.0" y="783.0"/>
529
- <di:waypoint x="304.0" y="783.0"/>
530
- <bpmndi:BPMNLabel/>
531
- </bpmndi:BPMNEdge>
532
- <bpmndi:BPMNEdge bpmnElement="_d234800f-72d3-46cb-b603-30f1da7b1205" id="E1373655174982__d234800f-72d3-46cb-b603-30f1da7b1205">
533
- <di:waypoint x="490.0" y="783.0"/>
534
- <di:waypoint x="508.0" y="783.0"/>
535
- <di:waypoint x="574.0" y="783.0"/>
536
- <bpmndi:BPMNLabel/>
537
- </bpmndi:BPMNEdge>
538
- <bpmndi:BPMNEdge bpmnElement="_6c6288e8-43f6-4085-87c7-1ff21c38fe17" id="E1373655174983__6c6288e8-43f6-4085-87c7-1ff21c38fe17">
539
- <di:waypoint x="796.0" y="440.0"/>
540
- <di:waypoint x="814.0" y="440.0"/>
541
- <di:waypoint x="839.0" y="440.0"/>
542
- <bpmndi:BPMNLabel/>
543
- </bpmndi:BPMNEdge>
544
- <bpmndi:BPMNEdge bpmnElement="_994697ca-8927-4c84-a9a6-8682f8dee032" id="E1373655174984__994697ca-8927-4c84-a9a6-8682f8dee032">
545
- <di:waypoint x="1019.0" y="453.0"/>
546
- <di:waypoint x="1062.0" y="453.0"/>
547
- <bpmndi:BPMNLabel/>
548
- </bpmndi:BPMNEdge>
549
- <bpmndi:BPMNEdge bpmnElement="_9d489bd9-9435-4692-bc98-4cdda4a61569" id="E1373655174985__9d489bd9-9435-4692-bc98-4cdda4a61569">
550
- <di:waypoint x="386.0" y="453.0"/>
551
- <di:waypoint x="404.0" y="453.0"/>
552
- <di:waypoint x="455.0" y="453.0"/>
553
- <bpmndi:BPMNLabel/>
554
- </bpmndi:BPMNEdge>
555
- <bpmndi:BPMNEdge bpmnElement="_bbb25218-69a3-4401-823f-22f468cbd80d" id="E1373655174986__bbb25218-69a3-4401-823f-22f468cbd80d">
556
- <di:waypoint x="1055.0" y="162.0"/>
557
- <di:waypoint x="1073.0" y="162.0"/>
558
- <di:waypoint x="1090.0" y="162.0"/>
559
- <bpmndi:BPMNLabel/>
560
- </bpmndi:BPMNEdge>
561
- <bpmndi:BPMNEdge bpmnElement="_61abe245-5604-46ba-8152-94d6e68ffda4" id="E1373655174987__61abe245-5604-46ba-8152-94d6e68ffda4">
562
- <di:waypoint x="548.0" y="589.0"/>
563
- <di:waypoint x="998.0" y="589.0"/>
564
- <di:waypoint x="998.0" y="474.0"/>
565
- <bpmndi:BPMNLabel/>
566
- </bpmndi:BPMNEdge>
567
- <bpmndi:BPMNEdge bpmnElement="_6a248585-952e-40ff-82ec-b6d8f410b73a" id="E1373655174988__6a248585-952e-40ff-82ec-b6d8f410b73a">
568
- <di:waypoint x="325.0" y="804.0"/>
569
- <di:waypoint x="325.0" y="1000.0"/>
570
- <di:waypoint x="472.0" y="1000.0"/>
571
- <bpmndi:BPMNLabel/>
572
- </bpmndi:BPMNEdge>
573
- <bpmndi:BPMNEdge bpmnElement="_ab34472d-95a4-459c-a13b-5ed8b8b75eca" id="E1373655174989__ab34472d-95a4-459c-a13b-5ed8b8b75eca">
574
- <di:waypoint x="251.0" y="474.0"/>
575
- <di:waypoint x="251.0" y="588.0"/>
576
- <di:waypoint x="217.0" y="588.0"/>
577
- <di:waypoint x="217.0" y="749.0"/>
578
- <bpmndi:BPMNLabel/>
579
- </bpmndi:BPMNEdge>
580
- <bpmndi:BPMNEdge bpmnElement="_3eaa52c9-8d39-43d1-9528-b4047ff7fcdf" id="E1373655174990__3eaa52c9-8d39-43d1-9528-b4047ff7fcdf">
581
- <di:waypoint x="150.0" y="162.0"/>
582
- <di:waypoint x="168.0" y="162.0"/>
583
- <di:waypoint x="204.0" y="162.0"/>
584
- <bpmndi:BPMNLabel/>
585
- </bpmndi:BPMNEdge>
586
- <bpmndi:BPMNEdge bpmnElement="_10a16fd5-0d56-4fdb-8529-0a0610a573be" id="E1373655174991__10a16fd5-0d56-4fdb-8529-0a0610a573be">
587
- <di:waypoint x="538.0" y="453.0"/>
588
- <di:waypoint x="556.0" y="453.0"/>
589
- <di:waypoint x="590.0" y="453.0"/>
590
- <bpmndi:BPMNLabel/>
591
- </bpmndi:BPMNEdge>
592
- </bpmndi:BPMNPlane>
593
- <bpmndi:BPMNLabelStyle id="LS1373655174919">
594
- <dc:Font isBold="false" isItalic="false" isStrikeThrough="false" isUnderline="false" name="Arial" size="11.0"/>
595
- </bpmndi:BPMNLabelStyle>
596
- </bpmndi:BPMNDiagram>
597
- </semantic:definitions>
598
-