@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,466 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
2
|
-
<semantic:definitions xmlns:semantic="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" xmlns:color="http://www.omg.org/spec/BPMN/non-normative/color/1.0" xmlns:trisobpmn="http://www.trisotech.com/2014/triso/bpmn" xmlns:triso="http://www.trisotech.com/2015/triso/modeling" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:feel="http://www.omg.org/spec/DMN/20180521/FEEL/" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:openapi="https://openapis.org/omg/extension/1.0" xmlns:bpsim="http://www.bpsim.org/schemas/1.0" xmlns:rss="http://purl.org/rss/2.0/" xmlns:trisofeed="http://trisotech.com/feed" xmlns:drools="http://www.jboss.org/drools" xmlns="http://www.trisotech.com/definitions/_7e80c232-2bf0-46e0-b77e-29ec586a23a6" id="_7e80c232-2bf0-46e0-b77e-29ec586a23a6" targetNamespace="http://www.trisotech.com/definitions/_7e80c232-2bf0-46e0-b77e-29ec586a23a6" expressionLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" typeLanguage="http://www.trisotech.com/2015/triso/modeling/ItemDefinitionType" exporter="Workflow Modeler" exporterVersion="6.12.3" name="Advertise a job vacancy" trisobpmn:logoChoice="None">
|
|
3
|
-
<semantic:itemDefinition structureRef="feel:string" isCollection="false" triso:basicType="true" triso:definitionType="http://www.trisotech.com/2015/triso/modeling/ItemDefinitionType" triso:name="triso_string" id="_triso-default-bpmnItemDefinition-string_id"/>
|
|
4
|
-
<semantic:itemDefinition structureRef="collectionOfString" isCollection="false" triso:basicType="false" triso:definitionType="http://www.trisotech.com/2015/triso/modeling/ItemDefinitionType" triso:name="Définition d'un item Collection de Texte" id="_bd0e1992-4669-4a5b-98ea-641930d87150"/>
|
|
5
|
-
<semantic:resource name="Hiring manager" id="_b5b6808a-be81-426c-98ae-f33f44a2f871"/>
|
|
6
|
-
<semantic:resource name="Recruiter" id="_dc7df8e9-cc60-4953-9ae5-a9ea25fd9c5b"/>
|
|
7
|
-
<semantic:collaboration id="_0322c8c5-b921-44cc-9bf7-261dcb16f257">
|
|
8
|
-
<semantic:participant id="_d3aa8a96-e9df-4336-9b0d-01b17e6587ad" name="EU Bank" processRef="_4a690dd7-809a-4fa9-ad63-515ac6685375"/>
|
|
9
|
-
</semantic:collaboration>
|
|
10
|
-
<semantic:process id="_4a690dd7-809a-4fa9-ad63-515ac6685375" name="EU Bank - Process" triso:defaultName="true" isClosed="false">
|
|
11
|
-
<semantic:ioSpecification>
|
|
12
|
-
<semantic:dataInput name="Role required" itemSubjectRef="_triso-default-bpmnItemDefinition-string_id" isCollection="false" id="_d08869ef-4951-4592-bb73-363cee03cb90"/>
|
|
13
|
-
<semantic:dataOutput name="Advertisement" itemSubjectRef="_triso-default-bpmnItemDefinition-string_id" isCollection="false" id="_b6464e75-dd3d-45d9-84cd-861c42a3bedf">
|
|
14
|
-
<semantic:dataState name="Approved"/>
|
|
15
|
-
</semantic:dataOutput>
|
|
16
|
-
<semantic:inputSet id="_e717d617-bac8-4278-ac70-3a9767e3b27f">
|
|
17
|
-
<semantic:dataInputRefs>_d08869ef-4951-4592-bb73-363cee03cb90</semantic:dataInputRefs>
|
|
18
|
-
</semantic:inputSet>
|
|
19
|
-
<semantic:outputSet id="_a8015818-8340-4ba0-a3c9-84ee85a353eb">
|
|
20
|
-
<semantic:dataOutputRefs>_b6464e75-dd3d-45d9-84cd-861c42a3bedf</semantic:dataOutputRefs>
|
|
21
|
-
</semantic:outputSet>
|
|
22
|
-
</semantic:ioSpecification>
|
|
23
|
-
<semantic:laneSet>
|
|
24
|
-
<semantic:lane id="_b836aa5e-fb94-4479-af77-64a3a5202451" name="Hiring manager">
|
|
25
|
-
<semantic:flowNodeRef>_5ba97787-8a90-4002-8277-b0895e45cf1f</semantic:flowNodeRef>
|
|
26
|
-
<semantic:flowNodeRef>_392c86ba-38b5-4dc9-b98d-f97ad4c2add5</semantic:flowNodeRef>
|
|
27
|
-
<semantic:flowNodeRef>_15b00027-5049-4081-8952-fd398e8b722a</semantic:flowNodeRef>
|
|
28
|
-
<semantic:flowNodeRef>_26c40c03-5d1f-46c5-81f1-ddd485868125</semantic:flowNodeRef>
|
|
29
|
-
</semantic:lane>
|
|
30
|
-
<semantic:lane id="_dd32321b-8e95-4801-8eed-5451399b4378" name="Recruitment">
|
|
31
|
-
<semantic:flowNodeRef>_d3435084-f2c7-43cc-abcc-c679bc4232ac</semantic:flowNodeRef>
|
|
32
|
-
<semantic:flowNodeRef>_b13d6fa3-fc78-40c7-ae77-609be07493e9</semantic:flowNodeRef>
|
|
33
|
-
<semantic:flowNodeRef>_64eabfe9-6947-43eb-ac45-8d331745f86c</semantic:flowNodeRef>
|
|
34
|
-
<semantic:flowNodeRef>_eae674ce-4d6e-48ac-819c-c79e0868e40d</semantic:flowNodeRef>
|
|
35
|
-
<semantic:flowNodeRef>_0783f019-f40c-43d6-ab40-0f1c81f8d9e7</semantic:flowNodeRef>
|
|
36
|
-
<semantic:flowNodeRef>_c456dbcc-bbe3-4c75-b57d-9427525c0a94</semantic:flowNodeRef>
|
|
37
|
-
<semantic:flowNodeRef>_a36ddf2f-23c1-46c5-86d4-bd2a0eb42535</semantic:flowNodeRef>
|
|
38
|
-
</semantic:lane>
|
|
39
|
-
</semantic:laneSet>
|
|
40
|
-
<semantic:startEvent id="_5ba97787-8a90-4002-8277-b0895e45cf1f" name="Job vacancy">
|
|
41
|
-
<semantic:outgoing>_a4c93e8a-2b52-4367-8381-a3f78450a075</semantic:outgoing>
|
|
42
|
-
</semantic:startEvent>
|
|
43
|
-
<semantic:userTask id="_392c86ba-38b5-4dc9-b98d-f97ad4c2add5" name="Write description" implementation="##unspecified">
|
|
44
|
-
<semantic:documentation textFormat="text/html"><p>A very specific requirement to the job vacancy has to be written and forwarded to the recruitment department.</p></semantic:documentation>
|
|
45
|
-
<semantic:incoming>_a4c93e8a-2b52-4367-8381-a3f78450a075</semantic:incoming>
|
|
46
|
-
<semantic:outgoing>_8a27a9ee-b8e5-49d8-8b7d-41a59d74b3f3</semantic:outgoing>
|
|
47
|
-
<semantic:ioSpecification>
|
|
48
|
-
<semantic:dataOutput name="Description" itemSubjectRef="_triso-default-bpmnItemDefinition-string_id" isCollection="false" triso:hidden="false" id="_31ca347a-7ad3-4416-9d4a-c080479329c7"/>
|
|
49
|
-
<semantic:inputSet/>
|
|
50
|
-
<semantic:outputSet id="_0d01e81d-03c2-4002-ae80-53df972febb6">
|
|
51
|
-
<semantic:dataOutputRefs>_31ca347a-7ad3-4416-9d4a-c080479329c7</semantic:dataOutputRefs>
|
|
52
|
-
</semantic:outputSet>
|
|
53
|
-
</semantic:ioSpecification>
|
|
54
|
-
<semantic:dataOutputAssociation id="_e2734375-2aa0-418c-9f0b-8c2ca1022285">
|
|
55
|
-
<semantic:sourceRef>_31ca347a-7ad3-4416-9d4a-c080479329c7</semantic:sourceRef>
|
|
56
|
-
<semantic:targetRef>_bd7b6a15-4ef8-46a9-8be9-20a5abb32abd</semantic:targetRef>
|
|
57
|
-
</semantic:dataOutputAssociation>
|
|
58
|
-
<semantic:performer id="_c663bd75-4868-4eb4-8829-0cbbd5ae4580">
|
|
59
|
-
<semantic:resourceRef>_b5b6808a-be81-426c-98ae-f33f44a2f871</semantic:resourceRef>
|
|
60
|
-
</semantic:performer>
|
|
61
|
-
</semantic:userTask>
|
|
62
|
-
<semantic:userTask id="_15b00027-5049-4081-8952-fd398e8b722a" name="Approve advertisement" implementation="##unspecified">
|
|
63
|
-
<semantic:documentation textFormat="text/html"><p>The job description edited to a job advertisement has to be checked and approved.</p></semantic:documentation>
|
|
64
|
-
<semantic:extensionElements>
|
|
65
|
-
<triso:graphRelations>
|
|
66
|
-
<triso:systemRef predicate="where" id="_b90e53a0-9483-4733-a1cf-27316061fec3">_b0c02ccd-0b0f-4c3c-8009-9a6af23ccaeb</triso:systemRef>
|
|
67
|
-
</triso:graphRelations>
|
|
68
|
-
</semantic:extensionElements>
|
|
69
|
-
<semantic:incoming>_842553bd-02e1-45f7-aed0-c78e9dba9e2b</semantic:incoming>
|
|
70
|
-
<semantic:outgoing>_7b66938e-e5cb-4026-a863-1e6de6d11a79</semantic:outgoing>
|
|
71
|
-
<semantic:ioSpecification>
|
|
72
|
-
<semantic:dataInput name="Advertisement" itemSubjectRef="_triso-default-bpmnItemDefinition-string_id" isCollection="false" id="_b02b2e9f-17f7-4663-b12c-255ee4351d42"/>
|
|
73
|
-
<semantic:dataOutput name="Advertisement" itemSubjectRef="_triso-default-bpmnItemDefinition-string_id" isCollection="false" triso:hidden="false" id="_e115b5bb-0dd7-444f-b5ec-20cffffef082"/>
|
|
74
|
-
<semantic:inputSet id="_0cddfa48-58e5-47f8-92f0-a5153ae17d78">
|
|
75
|
-
<semantic:dataInputRefs>_b02b2e9f-17f7-4663-b12c-255ee4351d42</semantic:dataInputRefs>
|
|
76
|
-
</semantic:inputSet>
|
|
77
|
-
<semantic:outputSet id="_9492b1d3-f6ff-4c9c-8707-07e2d7b07c89">
|
|
78
|
-
<semantic:dataOutputRefs>_e115b5bb-0dd7-444f-b5ec-20cffffef082</semantic:dataOutputRefs>
|
|
79
|
-
</semantic:outputSet>
|
|
80
|
-
</semantic:ioSpecification>
|
|
81
|
-
<semantic:dataInputAssociation id="_9ce7bb4a-930c-4132-a09d-61b345cce434">
|
|
82
|
-
<semantic:sourceRef>_bac0224d-62f1-46aa-bb4c-5371c3983ffb</semantic:sourceRef>
|
|
83
|
-
<semantic:targetRef>_b02b2e9f-17f7-4663-b12c-255ee4351d42</semantic:targetRef>
|
|
84
|
-
</semantic:dataInputAssociation>
|
|
85
|
-
<semantic:dataOutputAssociation id="_adddc8ea-507e-4894-ac4b-92bca7e0a89f">
|
|
86
|
-
<semantic:sourceRef>_e115b5bb-0dd7-444f-b5ec-20cffffef082</semantic:sourceRef>
|
|
87
|
-
<semantic:targetRef>_b6464e75-dd3d-45d9-84cd-861c42a3bedf</semantic:targetRef>
|
|
88
|
-
</semantic:dataOutputAssociation>
|
|
89
|
-
<semantic:performer id="_ceb60e9f-c1f4-43bc-aefd-6f346c176a6c">
|
|
90
|
-
<semantic:resourceRef>_b5b6808a-be81-426c-98ae-f33f44a2f871</semantic:resourceRef>
|
|
91
|
-
</semantic:performer>
|
|
92
|
-
</semantic:userTask>
|
|
93
|
-
<semantic:exclusiveGateway id="_26c40c03-5d1f-46c5-81f1-ddd485868125" name="Advertisement approved?" gatewayDirection="Diverging">
|
|
94
|
-
<semantic:incoming>_7b66938e-e5cb-4026-a863-1e6de6d11a79</semantic:incoming>
|
|
95
|
-
<semantic:outgoing>_d74707c7-6af3-4db7-9403-924bfdf6a7d8</semantic:outgoing>
|
|
96
|
-
<semantic:outgoing>_1d201a22-d500-4412-a32a-2c7e24ad4d6b</semantic:outgoing>
|
|
97
|
-
</semantic:exclusiveGateway>
|
|
98
|
-
<semantic:dataObjectReference id="_bd7b6a15-4ef8-46a9-8be9-20a5abb32abd" name="Description" dataObjectRef="_8f2796af-2fbe-4f72-80c1-96933c38990f"/>
|
|
99
|
-
<semantic:userTask id="_d3435084-f2c7-43cc-abcc-c679bc4232ac" name="Complete advertisement" implementation="##unspecified">
|
|
100
|
-
<semantic:documentation textFormat="text/html"><p>The job description received from the specialist department has to be completed (layout, additional information etc.) to a job advertisement in accordance to the guidelines and approved by the Hiring Manager.</p></semantic:documentation>
|
|
101
|
-
<semantic:extensionElements>
|
|
102
|
-
<triso:graphRelations>
|
|
103
|
-
<triso:systemRef predicate="where" id="_2c8622ca-70fe-4f57-8bcd-5cbd8b1390b7">_b0c02ccd-0b0f-4c3c-8009-9a6af23ccaeb</triso:systemRef>
|
|
104
|
-
</triso:graphRelations>
|
|
105
|
-
</semantic:extensionElements>
|
|
106
|
-
<semantic:incoming>_8a27a9ee-b8e5-49d8-8b7d-41a59d74b3f3</semantic:incoming>
|
|
107
|
-
<semantic:incoming>_d74707c7-6af3-4db7-9403-924bfdf6a7d8</semantic:incoming>
|
|
108
|
-
<semantic:outgoing>_842553bd-02e1-45f7-aed0-c78e9dba9e2b</semantic:outgoing>
|
|
109
|
-
<semantic:ioSpecification>
|
|
110
|
-
<semantic:dataInput name="Description" itemSubjectRef="_triso-default-bpmnItemDefinition-string_id" isCollection="false" id="_c083f111-3c38-4250-9594-3f25b4620db3"/>
|
|
111
|
-
<semantic:dataOutput name="Advertisement" itemSubjectRef="_triso-default-bpmnItemDefinition-string_id" isCollection="false" triso:hidden="false" id="_50a31269-be15-435b-81e0-0a91b57ba10d"/>
|
|
112
|
-
<semantic:inputSet id="_9c3de1df-92ef-4b69-9585-311d8d45952f">
|
|
113
|
-
<semantic:dataInputRefs>_c083f111-3c38-4250-9594-3f25b4620db3</semantic:dataInputRefs>
|
|
114
|
-
</semantic:inputSet>
|
|
115
|
-
<semantic:outputSet id="_a4d61918-d67b-4038-b488-95c244824918">
|
|
116
|
-
<semantic:dataOutputRefs>_50a31269-be15-435b-81e0-0a91b57ba10d</semantic:dataOutputRefs>
|
|
117
|
-
</semantic:outputSet>
|
|
118
|
-
</semantic:ioSpecification>
|
|
119
|
-
<semantic:dataInputAssociation id="_5c3fc96e-20d0-4879-8471-d41224632e24">
|
|
120
|
-
<semantic:sourceRef>_bd7b6a15-4ef8-46a9-8be9-20a5abb32abd</semantic:sourceRef>
|
|
121
|
-
<semantic:targetRef>_c083f111-3c38-4250-9594-3f25b4620db3</semantic:targetRef>
|
|
122
|
-
</semantic:dataInputAssociation>
|
|
123
|
-
<semantic:dataOutputAssociation id="_4164c380-3ee3-4a6a-8e66-5bc201416108">
|
|
124
|
-
<semantic:sourceRef>_50a31269-be15-435b-81e0-0a91b57ba10d</semantic:sourceRef>
|
|
125
|
-
<semantic:targetRef>_bac0224d-62f1-46aa-bb4c-5371c3983ffb</semantic:targetRef>
|
|
126
|
-
</semantic:dataOutputAssociation>
|
|
127
|
-
<semantic:performer id="_41c0e9b3-8ef9-4657-baab-c59b6ba1b1c4">
|
|
128
|
-
<semantic:resourceRef>_dc7df8e9-cc60-4953-9ae5-a9ea25fd9c5b</semantic:resourceRef>
|
|
129
|
-
</semantic:performer>
|
|
130
|
-
</semantic:userTask>
|
|
131
|
-
<semantic:parallelGateway id="_b13d6fa3-fc78-40c7-ae77-609be07493e9" gatewayDirection="Diverging">
|
|
132
|
-
<semantic:incoming>_1d201a22-d500-4412-a32a-2c7e24ad4d6b</semantic:incoming>
|
|
133
|
-
<semantic:outgoing>_f476667f-44f5-4fec-9414-bf70d987853f</semantic:outgoing>
|
|
134
|
-
<semantic:outgoing>_f3187dce-c37e-4d5b-b49c-ed28965abb73</semantic:outgoing>
|
|
135
|
-
</semantic:parallelGateway>
|
|
136
|
-
<semantic:serviceTask id="_64eabfe9-6947-43eb-ac45-8d331745f86c" name="Publish on homepage" implementation="##WebService">
|
|
137
|
-
<semantic:documentation textFormat="text/html"><p>The approved job advertisement has to be published on the homepage.</p></semantic:documentation>
|
|
138
|
-
<semantic:extensionElements>
|
|
139
|
-
<triso:graphRelations>
|
|
140
|
-
<triso:systemRef predicate="where" id="_4ee60d07-6419-4107-9da1-5551f25f2d96">_b0c02ccd-0b0f-4c3c-8009-9a6af23ccaeb</triso:systemRef>
|
|
141
|
-
</triso:graphRelations>
|
|
142
|
-
</semantic:extensionElements>
|
|
143
|
-
<semantic:incoming>_f476667f-44f5-4fec-9414-bf70d987853f</semantic:incoming>
|
|
144
|
-
<semantic:outgoing>_720cb9a3-20df-4da1-a923-5336b269c104</semantic:outgoing>
|
|
145
|
-
<semantic:performer id="_2d69e812-dd75-4405-ae41-5f64be302e5f">
|
|
146
|
-
<semantic:resourceRef>_dc7df8e9-cc60-4953-9ae5-a9ea25fd9c5b</semantic:resourceRef>
|
|
147
|
-
</semantic:performer>
|
|
148
|
-
</semantic:serviceTask>
|
|
149
|
-
<semantic:businessRuleTask id="_eae674ce-4d6e-48ac-819c-c79e0868e40d" name="Select other platforms" implementation="##unspecified">
|
|
150
|
-
<semantic:documentation textFormat="text/html"><p>3rd party career platforms have to be selected on which the job advertisement will be published.</p></semantic:documentation>
|
|
151
|
-
<semantic:incoming>_f3187dce-c37e-4d5b-b49c-ed28965abb73</semantic:incoming>
|
|
152
|
-
<semantic:outgoing>_64ac4473-a38f-4043-973a-69c497adc88a</semantic:outgoing>
|
|
153
|
-
<semantic:ioSpecification>
|
|
154
|
-
<semantic:dataOutput name="Selected platforms" itemSubjectRef="_triso-default-bpmnItemDefinition-string_id" isCollection="true" triso:hidden="false" id="_3daad61f-55b2-4fbd-bc79-dff572a23d69"/>
|
|
155
|
-
<semantic:inputSet/>
|
|
156
|
-
<semantic:outputSet id="_a389083a-36ae-4975-b210-9464fe82c22e">
|
|
157
|
-
<semantic:dataOutputRefs>_3daad61f-55b2-4fbd-bc79-dff572a23d69</semantic:dataOutputRefs>
|
|
158
|
-
</semantic:outputSet>
|
|
159
|
-
</semantic:ioSpecification>
|
|
160
|
-
<semantic:dataOutputAssociation id="_d65b0a3d-8c42-4be7-9ac1-7324aa3d31f8">
|
|
161
|
-
<semantic:sourceRef>_3daad61f-55b2-4fbd-bc79-dff572a23d69</semantic:sourceRef>
|
|
162
|
-
<semantic:targetRef>_c68abea8-c5b4-4aef-b1a5-1e81caec0cba</semantic:targetRef>
|
|
163
|
-
</semantic:dataOutputAssociation>
|
|
164
|
-
<semantic:performer id="_867590ee-ec0c-4f56-b0f0-32e444b73079">
|
|
165
|
-
<semantic:resourceRef>_dc7df8e9-cc60-4953-9ae5-a9ea25fd9c5b</semantic:resourceRef>
|
|
166
|
-
</semantic:performer>
|
|
167
|
-
</semantic:businessRuleTask>
|
|
168
|
-
<semantic:parallelGateway id="_0783f019-f40c-43d6-ab40-0f1c81f8d9e7" gatewayDirection="Converging">
|
|
169
|
-
<semantic:incoming>_720cb9a3-20df-4da1-a923-5336b269c104</semantic:incoming>
|
|
170
|
-
<semantic:incoming>_847352f2-ac0c-44be-9e24-f4c7f76bfe7e</semantic:incoming>
|
|
171
|
-
<semantic:outgoing>_c43defc5-4470-4bfe-8a8f-4d59ca6abeeb</semantic:outgoing>
|
|
172
|
-
</semantic:parallelGateway>
|
|
173
|
-
<semantic:endEvent id="_c456dbcc-bbe3-4c75-b57d-9427525c0a94" name="Vacancy advertised">
|
|
174
|
-
<semantic:incoming>_c43defc5-4470-4bfe-8a8f-4d59ca6abeeb</semantic:incoming>
|
|
175
|
-
</semantic:endEvent>
|
|
176
|
-
<semantic:serviceTask id="_a36ddf2f-23c1-46c5-86d4-bd2a0eb42535" name="Publish on other platforms" implementation="##WebService">
|
|
177
|
-
<semantic:incoming>_64ac4473-a38f-4043-973a-69c497adc88a</semantic:incoming>
|
|
178
|
-
<semantic:outgoing>_847352f2-ac0c-44be-9e24-f4c7f76bfe7e</semantic:outgoing>
|
|
179
|
-
<semantic:ioSpecification>
|
|
180
|
-
<semantic:dataInput name="Selected platforms" itemSubjectRef="_triso-default-bpmnItemDefinition-string_id" isCollection="true" id="_d130e681-7e04-48d6-be39-2b7cfe24b9d4"/>
|
|
181
|
-
<semantic:inputSet id="_f49af959-916f-43bc-9f37-00ef9c44e967">
|
|
182
|
-
<semantic:dataInputRefs>_d130e681-7e04-48d6-be39-2b7cfe24b9d4</semantic:dataInputRefs>
|
|
183
|
-
</semantic:inputSet>
|
|
184
|
-
<semantic:outputSet/>
|
|
185
|
-
</semantic:ioSpecification>
|
|
186
|
-
<semantic:dataInputAssociation id="_505fa8cf-5697-4e35-bc4e-63df8e99093e">
|
|
187
|
-
<semantic:sourceRef>_c68abea8-c5b4-4aef-b1a5-1e81caec0cba</semantic:sourceRef>
|
|
188
|
-
<semantic:targetRef>_d130e681-7e04-48d6-be39-2b7cfe24b9d4</semantic:targetRef>
|
|
189
|
-
</semantic:dataInputAssociation>
|
|
190
|
-
<semantic:multiInstanceLoopCharacteristics id="_970a7f54-893a-495e-8cbc-545fd631f626" isSequential="false"/>
|
|
191
|
-
</semantic:serviceTask>
|
|
192
|
-
<semantic:dataObjectReference id="_bac0224d-62f1-46aa-bb4c-5371c3983ffb" name="Advertisement" dataObjectRef="_f60fe1d9-58bd-462c-9d62-153e530dc79d"/>
|
|
193
|
-
<semantic:dataObjectReference id="_c68abea8-c5b4-4aef-b1a5-1e81caec0cba" name="Selected platforms" dataObjectRef="_ef29e636-bdfe-4eb0-9633-7d0195a8ae3a"/>
|
|
194
|
-
<semantic:dataObject id="_ef29e636-bdfe-4eb0-9633-7d0195a8ae3a" name="Selected platforms" itemSubjectRef="_bd0e1992-4669-4a5b-98ea-641930d87150" isCollection="true"/>
|
|
195
|
-
<semantic:dataObject id="_8f2796af-2fbe-4f72-80c1-96933c38990f" name="Description" itemSubjectRef="_triso-default-bpmnItemDefinition-string_id" isCollection="false"/>
|
|
196
|
-
<semantic:dataObject id="_f60fe1d9-58bd-462c-9d62-153e530dc79d" name="Advertisement" itemSubjectRef="_triso-default-bpmnItemDefinition-string_id" isCollection="false"/>
|
|
197
|
-
<semantic:sequenceFlow id="_a4c93e8a-2b52-4367-8381-a3f78450a075" sourceRef="_5ba97787-8a90-4002-8277-b0895e45cf1f" targetRef="_392c86ba-38b5-4dc9-b98d-f97ad4c2add5"/>
|
|
198
|
-
<semantic:sequenceFlow id="_8a27a9ee-b8e5-49d8-8b7d-41a59d74b3f3" sourceRef="_392c86ba-38b5-4dc9-b98d-f97ad4c2add5" targetRef="_d3435084-f2c7-43cc-abcc-c679bc4232ac"/>
|
|
199
|
-
<semantic:sequenceFlow id="_842553bd-02e1-45f7-aed0-c78e9dba9e2b" sourceRef="_d3435084-f2c7-43cc-abcc-c679bc4232ac" targetRef="_15b00027-5049-4081-8952-fd398e8b722a"/>
|
|
200
|
-
<semantic:sequenceFlow id="_7b66938e-e5cb-4026-a863-1e6de6d11a79" sourceRef="_15b00027-5049-4081-8952-fd398e8b722a" targetRef="_26c40c03-5d1f-46c5-81f1-ddd485868125"/>
|
|
201
|
-
<semantic:sequenceFlow id="_d74707c7-6af3-4db7-9403-924bfdf6a7d8" name="No" sourceRef="_26c40c03-5d1f-46c5-81f1-ddd485868125" targetRef="_d3435084-f2c7-43cc-abcc-c679bc4232ac"/>
|
|
202
|
-
<semantic:sequenceFlow id="_1d201a22-d500-4412-a32a-2c7e24ad4d6b" name="Yes" sourceRef="_26c40c03-5d1f-46c5-81f1-ddd485868125" targetRef="_b13d6fa3-fc78-40c7-ae77-609be07493e9"/>
|
|
203
|
-
<semantic:sequenceFlow id="_f476667f-44f5-4fec-9414-bf70d987853f" sourceRef="_b13d6fa3-fc78-40c7-ae77-609be07493e9" targetRef="_64eabfe9-6947-43eb-ac45-8d331745f86c"/>
|
|
204
|
-
<semantic:sequenceFlow id="_f3187dce-c37e-4d5b-b49c-ed28965abb73" sourceRef="_b13d6fa3-fc78-40c7-ae77-609be07493e9" targetRef="_eae674ce-4d6e-48ac-819c-c79e0868e40d"/>
|
|
205
|
-
<semantic:sequenceFlow id="_720cb9a3-20df-4da1-a923-5336b269c104" sourceRef="_64eabfe9-6947-43eb-ac45-8d331745f86c" targetRef="_0783f019-f40c-43d6-ab40-0f1c81f8d9e7"/>
|
|
206
|
-
<semantic:sequenceFlow id="_64ac4473-a38f-4043-973a-69c497adc88a" triso:dataInputId="_4d02fe4c-1958-4a9a-b7b7-d29a9fb857db" triso:dataOutputId="_a450adf8-a041-4658-8e36-5a417fee6c2e" sourceRef="_eae674ce-4d6e-48ac-819c-c79e0868e40d" targetRef="_a36ddf2f-23c1-46c5-86d4-bd2a0eb42535"/>
|
|
207
|
-
<semantic:sequenceFlow id="_c43defc5-4470-4bfe-8a8f-4d59ca6abeeb" sourceRef="_0783f019-f40c-43d6-ab40-0f1c81f8d9e7" targetRef="_c456dbcc-bbe3-4c75-b57d-9427525c0a94"/>
|
|
208
|
-
<semantic:sequenceFlow id="_847352f2-ac0c-44be-9e24-f4c7f76bfe7e" sourceRef="_a36ddf2f-23c1-46c5-86d4-bd2a0eb42535" targetRef="_0783f019-f40c-43d6-ab40-0f1c81f8d9e7"/>
|
|
209
|
-
</semantic:process>
|
|
210
|
-
<bpmndi:BPMNDiagram id="_9786170f-6612-400e-a37d-2970ab70f1f3" name="C.7.0">
|
|
211
|
-
<bpmndi:BPMNPlane bpmnElement="_0322c8c5-b921-44cc-9bf7-261dcb16f257" id="_9786170f-6612-400e-a37d-2970ab70f1f3_plane" trisobpmn:diagramWidth="1583" trisobpmn:diagramHeight="924.0121945738792">
|
|
212
|
-
<bpmndi:BPMNShape id="_3946a034-888b-406b-a4bb-cdbee3f27655" bpmnElement="_d3aa8a96-e9df-4336-9b0d-01b17e6587ad" isHorizontal="true" color:background-color="#ffffff" color:border-color="#000000">
|
|
213
|
-
<dc:Bounds x="50" y="50" width="1483" height="824.0121945738792"/>
|
|
214
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0">
|
|
215
|
-
<dc:Bounds height="818.01220703125" width="12.015625" x="55" y="52.99999377131468"/>
|
|
216
|
-
</bpmndi:BPMNLabel>
|
|
217
|
-
</bpmndi:BPMNShape>
|
|
218
|
-
<bpmndi:BPMNShape id="_dbc86830-61a4-4a1f-9e5f-69a97aa06e61" bpmnElement="_b836aa5e-fb94-4479-af77-64a3a5202451" isHorizontal="true" color:background-color="#ffffff" color:border-color="#000000">
|
|
219
|
-
<dc:Bounds x="80" y="50" width="1453" height="403"/>
|
|
220
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0">
|
|
221
|
-
<dc:Bounds height="397" width="12.015625" x="85" y="53"/>
|
|
222
|
-
</bpmndi:BPMNLabel>
|
|
223
|
-
</bpmndi:BPMNShape>
|
|
224
|
-
<bpmndi:BPMNShape id="_e0800ebd-85ea-4c90-af70-c0cb3f35d7ef" bpmnElement="_5ba97787-8a90-4002-8277-b0895e45cf1f" color:background-color="#ffffff" color:border-color="#000000">
|
|
225
|
-
<dc:Bounds x="163" y="277.5" width="32" height="32"/>
|
|
226
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0">
|
|
227
|
-
<dc:Bounds height="26.015625" width="110" x="124" y="319.5"/>
|
|
228
|
-
</bpmndi:BPMNLabel>
|
|
229
|
-
</bpmndi:BPMNShape>
|
|
230
|
-
<bpmndi:BPMNShape id="_8ce3cd47-c554-4454-80c4-7e045d45a7cc" bpmnElement="_392c86ba-38b5-4dc9-b98d-f97ad4c2add5" color:background-color="#ffffff" color:border-color="#000000">
|
|
231
|
-
<dc:Bounds x="250" y="255.5" width="96" height="76"/>
|
|
232
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0">
|
|
233
|
-
<dc:Bounds height="26" width="89" x="253.5" y="280.5"/>
|
|
234
|
-
</bpmndi:BPMNLabel>
|
|
235
|
-
</bpmndi:BPMNShape>
|
|
236
|
-
<bpmndi:BPMNShape id="_59a87229-94ce-4df6-ab1d-b669632dc093" bpmnElement="_15b00027-5049-4081-8952-fd398e8b722a" color:background-color="#ffffff" color:border-color="#000000">
|
|
237
|
-
<dc:Bounds x="639" y="255.5" width="96" height="76"/>
|
|
238
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0">
|
|
239
|
-
<dc:Bounds height="26" width="89" x="642.5" y="280.5"/>
|
|
240
|
-
</bpmndi:BPMNLabel>
|
|
241
|
-
</bpmndi:BPMNShape>
|
|
242
|
-
<bpmndi:BPMNShape id="_99380e5f-656e-4d5c-b43c-80a9b20c6cc8" bpmnElement="_26c40c03-5d1f-46c5-81f1-ddd485868125" isMarkerVisible="true" color:background-color="#ffffff" color:border-color="#000000">
|
|
243
|
-
<dc:Bounds x="814" y="273.48780542612076" width="41.57359313964844" height="40.024389147758484"/>
|
|
244
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0">
|
|
245
|
-
<dc:Bounds height="26.015625" width="110" x="779.7867965698242" y="321.5170724034309"/>
|
|
246
|
-
</bpmndi:BPMNLabel>
|
|
247
|
-
</bpmndi:BPMNShape>
|
|
248
|
-
<bpmndi:BPMNShape id="_938dfdaf-0fe4-4def-b8cc-1aade8108f2e" bpmnElement="_d08869ef-4951-4592-bb73-363cee03cb90" color:background-color="#ffffff" color:border-color="#000000">
|
|
249
|
-
<dc:Bounds x="136" y="130" width="34" height="40"/>
|
|
250
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0">
|
|
251
|
-
<dc:Bounds height="26.015625" width="110" x="98" y="175"/>
|
|
252
|
-
</bpmndi:BPMNLabel>
|
|
253
|
-
</bpmndi:BPMNShape>
|
|
254
|
-
<bpmndi:BPMNShape id="_bd7b6a15-4ef8-46a9-8be9-20a5abb32abd_di" bpmnElement="_bd7b6a15-4ef8-46a9-8be9-20a5abb32abd" color:background-color="#ffffff" color:border-color="#000000">
|
|
255
|
-
<dc:Bounds x="334" y="159.5" width="34" height="40"/>
|
|
256
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0">
|
|
257
|
-
<dc:Bounds height="12.015625" width="110" x="296" y="204.5"/>
|
|
258
|
-
</bpmndi:BPMNLabel>
|
|
259
|
-
</bpmndi:BPMNShape>
|
|
260
|
-
<bpmndi:BPMNShape id="_927164d8-b3df-447f-bd7f-f5786c37c279" bpmnElement="_b6464e75-dd3d-45d9-84cd-861c42a3bedf" color:background-color="#ffffff" color:border-color="#000000">
|
|
261
|
-
<dc:Bounds x="743.5" y="146" width="34" height="40"/>
|
|
262
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0">
|
|
263
|
-
<dc:Bounds height="26.015625" width="110" x="705.5" y="191"/>
|
|
264
|
-
</bpmndi:BPMNLabel>
|
|
265
|
-
</bpmndi:BPMNShape>
|
|
266
|
-
<bpmndi:BPMNShape id="_3f64498d-0903-4b45-8c4f-fd7fab12d54c" bpmnElement="_dd32321b-8e95-4801-8eed-5451399b4378" isHorizontal="true" color:background-color="#ffffff" color:border-color="#000000">
|
|
267
|
-
<dc:Bounds x="80" y="453" width="1453" height="421.01219457387924"/>
|
|
268
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0">
|
|
269
|
-
<dc:Bounds height="415.01220703125" width="12.015625" x="85" y="455.9999937713146"/>
|
|
270
|
-
</bpmndi:BPMNLabel>
|
|
271
|
-
</bpmndi:BPMNShape>
|
|
272
|
-
<bpmndi:BPMNShape id="_292acb9f-6f5b-402b-adc0-0bd34c2d558d" bpmnElement="_d3435084-f2c7-43cc-abcc-c679bc4232ac" color:background-color="#ffffff" color:border-color="#000000">
|
|
273
|
-
<dc:Bounds x="443" y="566" width="96" height="76"/>
|
|
274
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0">
|
|
275
|
-
<dc:Bounds height="26" width="89" x="446.5" y="591"/>
|
|
276
|
-
</bpmndi:BPMNLabel>
|
|
277
|
-
</bpmndi:BPMNShape>
|
|
278
|
-
<bpmndi:BPMNShape id="_975aa6c7-f142-47ed-a405-ce482d61eb2b" bpmnElement="_b13d6fa3-fc78-40c7-ae77-609be07493e9" color:background-color="#ffffff" color:border-color="#000000">
|
|
279
|
-
<dc:Bounds x="929.2132034301758" y="583.9878054261208" width="41.57359313964844" height="40.024389147758484"/>
|
|
280
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0"/>
|
|
281
|
-
</bpmndi:BPMNShape>
|
|
282
|
-
<bpmndi:BPMNShape id="_fd4a4d27-2b4e-4f14-b7ff-f820f630a363" bpmnElement="_eae674ce-4d6e-48ac-819c-c79e0868e40d" color:background-color="#ffffff" color:border-color="#000000">
|
|
283
|
-
<dc:Bounds x="1013.7867965698242" y="643" width="96" height="76"/>
|
|
284
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0">
|
|
285
|
-
<dc:Bounds height="26" width="89" x="1017.2867965698242" y="668"/>
|
|
286
|
-
</bpmndi:BPMNLabel>
|
|
287
|
-
</bpmndi:BPMNShape>
|
|
288
|
-
<bpmndi:BPMNShape id="_f0775e8e-8c6a-44fd-838e-0872f5f93f0f" bpmnElement="_64eabfe9-6947-43eb-ac45-8d331745f86c" color:background-color="#ffffff" color:border-color="#000000">
|
|
289
|
-
<dc:Bounds x="1089.2867965698242" y="486.5" width="96" height="76"/>
|
|
290
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0">
|
|
291
|
-
<dc:Bounds height="26" width="89" x="1092.7867965698242" y="511.5"/>
|
|
292
|
-
</bpmndi:BPMNLabel>
|
|
293
|
-
</bpmndi:BPMNShape>
|
|
294
|
-
<bpmndi:BPMNShape id="_bc8f619b-ffc6-41ad-90c0-56dada9790d4" bpmnElement="_a36ddf2f-23c1-46c5-86d4-bd2a0eb42535" color:background-color="#ffffff" color:border-color="#000000">
|
|
295
|
-
<dc:Bounds x="1200.5" y="643" width="96" height="76"/>
|
|
296
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0">
|
|
297
|
-
<dc:Bounds height="26" width="89" x="1204" y="668"/>
|
|
298
|
-
</bpmndi:BPMNLabel>
|
|
299
|
-
</bpmndi:BPMNShape>
|
|
300
|
-
<bpmndi:BPMNShape id="_4a654e20-8f3e-4e42-bb84-56d1caf793d0" bpmnElement="_0783f019-f40c-43d6-ab40-0f1c81f8d9e7" color:background-color="#ffffff" color:border-color="#000000">
|
|
301
|
-
<dc:Bounds x="1323.7867965698242" y="583.9878054261208" width="41.57359313964844" height="40.024389147758484"/>
|
|
302
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0"/>
|
|
303
|
-
</bpmndi:BPMNShape>
|
|
304
|
-
<bpmndi:BPMNShape id="_f80d237a-08ab-4237-a706-0df1d4fda58b" bpmnElement="_c456dbcc-bbe3-4c75-b57d-9427525c0a94" color:background-color="#ffffff" color:border-color="#000000">
|
|
305
|
-
<dc:Bounds x="1452.3603897094727" y="586" width="36" height="36"/>
|
|
306
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0">
|
|
307
|
-
<dc:Bounds height="26.015625" width="110" x="1415.3603897094727" y="632"/>
|
|
308
|
-
</bpmndi:BPMNLabel>
|
|
309
|
-
</bpmndi:BPMNShape>
|
|
310
|
-
<bpmndi:BPMNShape id="_bac0224d-62f1-46aa-bb4c-5371c3983ffb_di" bpmnElement="_bac0224d-62f1-46aa-bb4c-5371c3983ffb" color:background-color="#ffffff" color:border-color="#000000">
|
|
311
|
-
<dc:Bounds x="551" y="701" width="34" height="40"/>
|
|
312
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0">
|
|
313
|
-
<dc:Bounds height="12.015625" width="110" x="513" y="746"/>
|
|
314
|
-
</bpmndi:BPMNLabel>
|
|
315
|
-
</bpmndi:BPMNShape>
|
|
316
|
-
<bpmndi:BPMNShape id="_c68abea8-c5b4-4aef-b1a5-1e81caec0cba_di" bpmnElement="_c68abea8-c5b4-4aef-b1a5-1e81caec0cba" color:background-color="#ffffff" color:border-color="#000000">
|
|
317
|
-
<dc:Bounds x="1101.5" y="774" width="34" height="40"/>
|
|
318
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0">
|
|
319
|
-
<dc:Bounds height="26.015625" width="110" x="1063.5" y="819"/>
|
|
320
|
-
</bpmndi:BPMNLabel>
|
|
321
|
-
</bpmndi:BPMNShape>
|
|
322
|
-
<bpmndi:BPMNEdge id="_19374b5c-d456-43e2-bc4e-3f3553583ab4" color:border-color="#000000" bpmnElement="_a4c93e8a-2b52-4367-8381-a3f78450a075">
|
|
323
|
-
<di:waypoint x="194" y="293.5"/>
|
|
324
|
-
<di:waypoint x="250" y="293.5"/>
|
|
325
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" triso:labelPosition="midbottom" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0"/>
|
|
326
|
-
</bpmndi:BPMNEdge>
|
|
327
|
-
<bpmndi:BPMNEdge id="_cf13630a-2e86-4a3a-a2b1-8046c33ba0d9" color:border-color="#000000" bpmnElement="_8a27a9ee-b8e5-49d8-8b7d-41a59d74b3f3">
|
|
328
|
-
<di:waypoint x="346" y="293.5"/>
|
|
329
|
-
<di:waypoint x="394.5" y="293.5"/>
|
|
330
|
-
<di:waypoint x="394.5" y="604"/>
|
|
331
|
-
<di:waypoint x="443" y="604"/>
|
|
332
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" triso:labelPosition="midbottom" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0"/>
|
|
333
|
-
</bpmndi:BPMNEdge>
|
|
334
|
-
<bpmndi:BPMNEdge id="_a60a45e1-047e-4b6b-835b-7f6018b7ad92" color:border-color="#000000" bpmnElement="_842553bd-02e1-45f7-aed0-c78e9dba9e2b">
|
|
335
|
-
<di:waypoint x="538" y="604"/>
|
|
336
|
-
<di:waypoint x="588.5" y="604"/>
|
|
337
|
-
<di:waypoint x="588.5" y="293.5"/>
|
|
338
|
-
<di:waypoint x="639" y="293.5"/>
|
|
339
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" triso:labelPosition="midbottom" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0"/>
|
|
340
|
-
</bpmndi:BPMNEdge>
|
|
341
|
-
<bpmndi:BPMNEdge id="_ef2bb966-fe1b-4a19-a84e-40b4ecc61d47" color:border-color="#000000" bpmnElement="_7b66938e-e5cb-4026-a863-1e6de6d11a79">
|
|
342
|
-
<di:waypoint x="734" y="293.5"/>
|
|
343
|
-
<di:waypoint x="814" y="293.5"/>
|
|
344
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" triso:labelPosition="midbottom" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0"/>
|
|
345
|
-
</bpmndi:BPMNEdge>
|
|
346
|
-
<bpmndi:BPMNEdge id="_4f9ac13d-ebf2-42e5-b3fc-15ba4cdcfbab" color:border-color="#000000" bpmnElement="_d74707c7-6af3-4db7-9403-924bfdf6a7d8">
|
|
347
|
-
<di:waypoint x="835" y="273.48780542612076"/>
|
|
348
|
-
<di:waypoint x="835" y="253.48780542612076"/>
|
|
349
|
-
<di:waypoint x="491" y="253.48780542612076"/>
|
|
350
|
-
<di:waypoint x="491" y="566"/>
|
|
351
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:labelPosition="custom" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0">
|
|
352
|
-
<dc:Bounds height="12.015625" width="110" x="796" y="199.38780542612068"/>
|
|
353
|
-
</bpmndi:BPMNLabel>
|
|
354
|
-
</bpmndi:BPMNEdge>
|
|
355
|
-
<bpmndi:BPMNEdge id="_fc80eee4-2fb2-415f-b847-92e979377e1b" color:border-color="#000000" bpmnElement="_1d201a22-d500-4412-a32a-2c7e24ad4d6b">
|
|
356
|
-
<di:waypoint x="856" y="293.28679555654526"/>
|
|
357
|
-
<di:waypoint x="892.6066017150879" y="293.28679555654526"/>
|
|
358
|
-
<di:waypoint x="892.6066017150879" y="603.7867955565453"/>
|
|
359
|
-
<di:waypoint x="929.2132034301758" y="603.7867955565453"/>
|
|
360
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:labelPosition="custom" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0">
|
|
361
|
-
<dc:Bounds height="12.015625" width="110" x="828.6066017150879" y="273.53679555654526"/>
|
|
362
|
-
</bpmndi:BPMNLabel>
|
|
363
|
-
</bpmndi:BPMNEdge>
|
|
364
|
-
<bpmndi:BPMNEdge id="_a1bdc324-0e7c-4dd6-ba11-5abf577834dd" color:border-color="#000000" bpmnElement="_f476667f-44f5-4fec-9414-bf70d987853f">
|
|
365
|
-
<di:waypoint x="950.2132034301758" y="583.9878054261208"/>
|
|
366
|
-
<di:waypoint x="950.2132034301758" y="524.5"/>
|
|
367
|
-
<di:waypoint x="1089.2867965698242" y="524.5"/>
|
|
368
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" triso:labelPosition="midbottom" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0"/>
|
|
369
|
-
</bpmndi:BPMNEdge>
|
|
370
|
-
<bpmndi:BPMNEdge id="_8e566432-8dca-46b3-b56e-0b681dbf2b69" color:border-color="#000000" bpmnElement="_f3187dce-c37e-4d5b-b49c-ed28965abb73">
|
|
371
|
-
<di:waypoint x="950.2132034301758" y="624.0121945738792"/>
|
|
372
|
-
<di:waypoint x="950.2132034301758" y="681"/>
|
|
373
|
-
<di:waypoint x="1013.7867965698242" y="681"/>
|
|
374
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" triso:labelPosition="midbottom" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0"/>
|
|
375
|
-
</bpmndi:BPMNEdge>
|
|
376
|
-
<bpmndi:BPMNEdge id="_a62d1fcf-2639-4f32-a919-0001e5403a72" color:border-color="#000000" bpmnElement="_720cb9a3-20df-4da1-a923-5336b269c104">
|
|
377
|
-
<di:waypoint x="1184.2867965698242" y="524.5"/>
|
|
378
|
-
<di:waypoint x="1344.7867965698242" y="524.5"/>
|
|
379
|
-
<di:waypoint x="1344.7867965698242" y="583.9878054261208"/>
|
|
380
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" triso:labelPosition="midbottom" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0"/>
|
|
381
|
-
</bpmndi:BPMNEdge>
|
|
382
|
-
<bpmndi:BPMNEdge id="_d481109d-4c89-406f-af68-5fda941707f9" color:border-color="#000000" bpmnElement="_64ac4473-a38f-4043-973a-69c497adc88a">
|
|
383
|
-
<di:waypoint x="1108.7867965698242" y="681"/>
|
|
384
|
-
<di:waypoint x="1201.5" y="681"/>
|
|
385
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" triso:labelPosition="midbottom" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0"/>
|
|
386
|
-
</bpmndi:BPMNEdge>
|
|
387
|
-
<bpmndi:BPMNEdge id="_8e6aa554-08d3-44ec-a4a8-4aa74b66351d" color:border-color="#000000" bpmnElement="_c43defc5-4470-4bfe-8a8f-4d59ca6abeeb">
|
|
388
|
-
<di:waypoint x="1365.7867965698242" y="603.7867955565453"/>
|
|
389
|
-
<di:waypoint x="1452.3603897094727" y="604"/>
|
|
390
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" triso:labelPosition="midbottom" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0"/>
|
|
391
|
-
</bpmndi:BPMNEdge>
|
|
392
|
-
<bpmndi:BPMNEdge id="_012d4172-086e-4cd7-8834-3f055e54f77f" color:border-color="#000000" bpmnElement="_847352f2-ac0c-44be-9e24-f4c7f76bfe7e">
|
|
393
|
-
<di:waypoint x="1296.5" y="681"/>
|
|
394
|
-
<di:waypoint x="1344.7867965698242" y="681"/>
|
|
395
|
-
<di:waypoint x="1344.7867965698242" y="624.0121945738792"/>
|
|
396
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" triso:labelPosition="midbottom" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0"/>
|
|
397
|
-
</bpmndi:BPMNEdge>
|
|
398
|
-
<bpmndi:BPMNEdge id="_e8b6f60a-4389-4b71-9d2e-c73bcca8ffda" color:border-color="#000000" bpmnElement="_e2734375-2aa0-418c-9f0b-8c2ca1022285" sourceElement="_8ce3cd47-c554-4454-80c4-7e045d45a7cc">
|
|
399
|
-
<di:waypoint x="298" y="256.5"/>
|
|
400
|
-
<di:waypoint x="298" y="179.5"/>
|
|
401
|
-
<di:waypoint x="334" y="179.5"/>
|
|
402
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" triso:labelPosition="midbottom" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0"/>
|
|
403
|
-
</bpmndi:BPMNEdge>
|
|
404
|
-
<bpmndi:BPMNEdge id="_115b0056-5e1b-483a-b8a9-81677d847e18" color:border-color="#000000" bpmnElement="_5c3fc96e-20d0-4879-8471-d41224632e24" targetElement="_292acb9f-6f5b-402b-adc0-0bd34c2d558d">
|
|
405
|
-
<di:waypoint x="367" y="179.5"/>
|
|
406
|
-
<di:waypoint x="462.20000000000005" y="179.5"/>
|
|
407
|
-
<di:waypoint x="462.20000000000005" y="566"/>
|
|
408
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" triso:labelPosition="midbottom" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0"/>
|
|
409
|
-
</bpmndi:BPMNEdge>
|
|
410
|
-
<bpmndi:BPMNEdge id="_850ff2e3-6389-4b70-895b-b9e4381e9b98" color:border-color="#000000" bpmnElement="_4164c380-3ee3-4a6a-8e66-5bc201416108" sourceElement="_292acb9f-6f5b-402b-adc0-0bd34c2d558d">
|
|
411
|
-
<di:waypoint x="491" y="641.05"/>
|
|
412
|
-
<di:waypoint x="491" y="721"/>
|
|
413
|
-
<di:waypoint x="551" y="721"/>
|
|
414
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" triso:labelPosition="midbottom" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0"/>
|
|
415
|
-
</bpmndi:BPMNEdge>
|
|
416
|
-
<bpmndi:BPMNEdge id="_1b44492b-f117-42e7-a97e-98e7e4b7f7e3" color:border-color="#000000" bpmnElement="_9ce7bb4a-930c-4132-a09d-61b345cce434" targetElement="_59a87229-94ce-4df6-ab1d-b669632dc093">
|
|
417
|
-
<di:waypoint x="584" y="721"/>
|
|
418
|
-
<di:waypoint x="687" y="721"/>
|
|
419
|
-
<di:waypoint x="687" y="331.5"/>
|
|
420
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" triso:labelPosition="midbottom" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0"/>
|
|
421
|
-
</bpmndi:BPMNEdge>
|
|
422
|
-
<bpmndi:BPMNEdge id="_2cdd2564-d1ab-4d16-8a55-3c66271890ca" color:border-color="#000000" bpmnElement="_adddc8ea-507e-4894-ac4b-92bca7e0a89f" sourceElement="_59a87229-94ce-4df6-ab1d-b669632dc093">
|
|
423
|
-
<di:waypoint x="703" y="255.5"/>
|
|
424
|
-
<di:waypoint x="703" y="166"/>
|
|
425
|
-
<di:waypoint x="743.5" y="166"/>
|
|
426
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" triso:labelPosition="midbottom" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0"/>
|
|
427
|
-
</bpmndi:BPMNEdge>
|
|
428
|
-
<bpmndi:BPMNEdge id="_985753e3-a4ce-486b-908a-509d382259ed" color:border-color="#000000" sourceElement="_c68abea8-c5b4-4aef-b1a5-1e81caec0cba_di" targetElement="_d481109d-4c89-406f-af68-5fda941707f9">
|
|
429
|
-
<di:waypoint x="1118.5" y="774"/>
|
|
430
|
-
<di:waypoint x="1118.5" y="730"/>
|
|
431
|
-
<di:waypoint x="1151.5" y="730"/>
|
|
432
|
-
<di:waypoint x="1152.5" y="682"/>
|
|
433
|
-
<bpmndi:BPMNLabel color:color="#000000" triso:defaultBounds="true" triso:labelPosition="midbottom" labelStyle="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0"/>
|
|
434
|
-
</bpmndi:BPMNEdge>
|
|
435
|
-
</bpmndi:BPMNPlane>
|
|
436
|
-
<bpmndi:BPMNLabelStyle id="LS_9786170f-6612-400e-a37d-2970ab70f1f3_0">
|
|
437
|
-
<dc:Font name="arial,helvetica,sans-serif" size="11" isBold="false" isItalic="false" isStrikeThrough="false" isUnderline="false"/>
|
|
438
|
-
</bpmndi:BPMNLabelStyle>
|
|
439
|
-
</bpmndi:BPMNDiagram>
|
|
440
|
-
<semantic:relationship type="trisoExtension">
|
|
441
|
-
<semantic:extensionElements>
|
|
442
|
-
<triso:ProjectCharter>
|
|
443
|
-
<triso:projectDescription><p>In this process, all activities are described how to advertise a job vacancy.</p></triso:projectDescription>
|
|
444
|
-
<triso:projectScope><p>Aim: Advertisement of a job vacancy conformable to law and company guidelines.<br />Trigger: Personnel requirements for filling job vacancies.<br />Result:The advertisement for the job vacancy has been reviewed and published according to the guidelines</p></triso:projectScope>
|
|
445
|
-
<triso:projectGoals/>
|
|
446
|
-
<triso:projectChallenges/>
|
|
447
|
-
<triso:projectStakeholders>
|
|
448
|
-
<triso:responsible/>
|
|
449
|
-
<triso:accountable/>
|
|
450
|
-
<triso:consulted/>
|
|
451
|
-
<triso:informed/>
|
|
452
|
-
</triso:projectStakeholders>
|
|
453
|
-
</triso:ProjectCharter>
|
|
454
|
-
<triso:graphObjects>
|
|
455
|
-
<triso:system name="Online Recruiting System" id="_b0c02ccd-0b0f-4c3c-8009-9a6af23ccaeb"/>
|
|
456
|
-
</triso:graphObjects>
|
|
457
|
-
<triso:itemDefinitions>
|
|
458
|
-
<triso:itemDefinition name="collectionOfString" isCollection="true">
|
|
459
|
-
<triso:typeRef>string</triso:typeRef>
|
|
460
|
-
</triso:itemDefinition>
|
|
461
|
-
</triso:itemDefinitions>
|
|
462
|
-
</semantic:extensionElements>
|
|
463
|
-
<semantic:source>_7e80c232-2bf0-46e0-b77e-29ec586a23a6</semantic:source>
|
|
464
|
-
<semantic:target>_7e80c232-2bf0-46e0-b77e-29ec586a23a6</semantic:target>
|
|
465
|
-
</semantic:relationship>
|
|
466
|
-
</semantic:definitions>
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:uipath="http://uipath.org/schema/bpmn">
|
|
3
|
-
<bpmn:process id="Process_1">
|
|
4
|
-
<bpmn:startEvent id="Start_1" name="Start">
|
|
5
|
-
<bpmn:outgoing>Flow_1</bpmn:outgoing>
|
|
6
|
-
</bpmn:startEvent>
|
|
7
|
-
|
|
8
|
-
<bpmn:task id="Task_1" name="Do Something">
|
|
9
|
-
<bpmn:incoming>Flow_1</bpmn:incoming>
|
|
10
|
-
<bpmn:outgoing>Flow_2</bpmn:outgoing>
|
|
11
|
-
<bpmn:extensionElements>
|
|
12
|
-
<uipath:ioMapping>
|
|
13
|
-
<uipath:input target="input1" source="inputExpr" />
|
|
14
|
-
</uipath:ioMapping>
|
|
15
|
-
<uipath:task>
|
|
16
|
-
<uipath:taskParameters>
|
|
17
|
-
<parameter name="param1" value="paramValue1" />
|
|
18
|
-
</uipath:taskParameters>
|
|
19
|
-
<uipath:ioMapping>
|
|
20
|
-
<uipath:output target="output1" />
|
|
21
|
-
</uipath:ioMapping>
|
|
22
|
-
</uipath:task>
|
|
23
|
-
</bpmn:extensionElements>
|
|
24
|
-
</bpmn:task>
|
|
25
|
-
|
|
26
|
-
<bpmn:unknownNode>
|
|
27
|
-
<bpmn:unknownAttribute>unknownValue</bpmn:unknownAttribute>
|
|
28
|
-
</bpmn:unknownNode>
|
|
29
|
-
|
|
30
|
-
<bpmn:exclusiveGateway id="Gateway_1" name="Decision">
|
|
31
|
-
<bpmn:incoming>Flow_2</bpmn:incoming>
|
|
32
|
-
<bpmn:outgoing>Flow_3</bpmn:outgoing>
|
|
33
|
-
<bpmn:outgoing>Flow_4</bpmn:outgoing>
|
|
34
|
-
</bpmn:exclusiveGateway>
|
|
35
|
-
|
|
36
|
-
<bpmn:endEvent id="End_1" name="End 1">
|
|
37
|
-
<bpmn:incoming>Flow_3</bpmn:incoming>
|
|
38
|
-
</bpmn:endEvent>
|
|
39
|
-
|
|
40
|
-
<bpmn:endEvent id="End_2" name="End 2">
|
|
41
|
-
<bpmn:incoming>Flow_5</bpmn:incoming>
|
|
42
|
-
</bpmn:endEvent>
|
|
43
|
-
|
|
44
|
-
<bpmn:sequenceFlow id="Flow_1" sourceRef="Start_1" targetRef="Task_1" />
|
|
45
|
-
<bpmn:sequenceFlow id="Flow_2" sourceRef="Task_1" targetRef="Gateway_1" />
|
|
46
|
-
<bpmn:sequenceFlow id="Flow_3" sourceRef="Gateway_1" targetRef="End_1">
|
|
47
|
-
<bpmn:unknownElement>
|
|
48
|
-
<bpmn:unknownAttribute>unknownValue</bpmn:unknownAttribute>
|
|
49
|
-
</bpmn:unknownElement>
|
|
50
|
-
<bpmn:conditionExpression>x > 5</bpmn:conditionExpression>
|
|
51
|
-
</bpmn:sequenceFlow>
|
|
52
|
-
<bpmn:sequenceFlow id="Flow_4" sourceRef="Gateway_1" targetRef="intermediateCatchEvent_1" />
|
|
53
|
-
<bpmn:sequenceFlow id="Flow_5" sourceRef="intermediateCatchEvent_1" targetRef="End_2" />
|
|
54
|
-
|
|
55
|
-
<bpmn:documentation>
|
|
56
|
-
<bpmn:text>This is a documentation</bpmn:text>
|
|
57
|
-
</bpmn:documentation>
|
|
58
|
-
|
|
59
|
-
<bpmn:boundaryEvent
|
|
60
|
-
id="boundaryEvent_1" name="Non-Interrupting Boundary Event" attachedToRef="Task_1" cancelActivity="false">
|
|
61
|
-
<bpmn:timerEventDefinition>
|
|
62
|
-
<bpmn:timeDuration>R3/PT30M</bpmn:timeDuration>
|
|
63
|
-
</bpmn:timerEventDefinition>
|
|
64
|
-
</bpmn:boundaryEvent>
|
|
65
|
-
|
|
66
|
-
<bpmn:intermediateCatchEvent id="intermediateCatchEvent_1" name="Intermediate Catch Event">
|
|
67
|
-
<bpmn:incoming>Flow_4</bpmn:incoming>
|
|
68
|
-
<bpmn:outgoing>Flow_5</bpmn:outgoing>
|
|
69
|
-
<bpmn:timerEventDefinition>
|
|
70
|
-
<bpmn:timeDuration>PT1H</bpmn:timeDuration>
|
|
71
|
-
</bpmn:timerEventDefinition>
|
|
72
|
-
</bpmn:intermediateCatchEvent>
|
|
73
|
-
</bpmn:process>
|
|
74
|
-
</bpmn:definitions>
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:uipath="http://uipath.org/schema/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="sample-diagram" targetNamespace="http://www.omg.org/spec/BPMN/20100524/MODEL">
|
|
3
|
-
<bpmn:process id="Process_1" isExecutable="false">
|
|
4
|
-
<bpmn:extensionElements>
|
|
5
|
-
<uipath:variables version="v1" />
|
|
6
|
-
</bpmn:extensionElements>
|
|
7
|
-
<bpmn:startEvent id="Event_start">
|
|
8
|
-
<bpmn:extensionElements>
|
|
9
|
-
<uipath:entryPointId value="06040a68-1da7-40d1-8082-74ccc6ba3f1a" />
|
|
10
|
-
</bpmn:extensionElements>
|
|
11
|
-
<bpmn:outgoing>flow_start_to_gw</bpmn:outgoing>
|
|
12
|
-
</bpmn:startEvent>
|
|
13
|
-
<bpmn:exclusiveGateway id="Gateway_1" name="XOR" default="flow_gw_to_script">
|
|
14
|
-
<bpmn:incoming>flow_start_to_gw</bpmn:incoming>
|
|
15
|
-
<bpmn:outgoing>flow_gw_to_script</bpmn:outgoing>
|
|
16
|
-
</bpmn:exclusiveGateway>
|
|
17
|
-
<bpmn:scriptTask id="Activity_Script" name="Script Task" scriptFormat="JavaScript">
|
|
18
|
-
<bpmn:script>console.log('default branch')</bpmn:script>
|
|
19
|
-
<bpmn:incoming>flow_gw_to_script</bpmn:incoming>
|
|
20
|
-
<bpmn:outgoing>flow_script_to_end</bpmn:outgoing>
|
|
21
|
-
</bpmn:scriptTask>
|
|
22
|
-
<bpmn:endEvent id="Event_end">
|
|
23
|
-
<bpmn:incoming>flow_script_to_end</bpmn:incoming>
|
|
24
|
-
</bpmn:endEvent>
|
|
25
|
-
<bpmn:sequenceFlow id="flow_start_to_gw" sourceRef="Event_start" targetRef="Gateway_1" />
|
|
26
|
-
<bpmn:sequenceFlow id="flow_gw_to_script" sourceRef="Gateway_1" targetRef="Activity_Script" />
|
|
27
|
-
<bpmn:sequenceFlow id="flow_script_to_end" sourceRef="Activity_Script" targetRef="Event_end" />
|
|
28
|
-
</bpmn:process>
|
|
29
|
-
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
30
|
-
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1" />
|
|
31
|
-
</bpmndi:BPMNDiagram>
|
|
32
|
-
</bpmn:definitions>
|