@uipath/skills 1.196.0 → 1.197.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 +5 -2
- package/CODEOWNERS +22 -7
- package/README.md +14 -1
- package/assets/skill-status.json +14 -1
- package/assets/uip-catalog-snapshot.json +13 -2
- package/hooks/hooks.json +12 -0
- package/hooks/send-telemetry.sh +445 -0
- package/hooks/suggest-permissions.sh +6 -0
- package/package.json +1 -1
- package/skills/uipath-admin/SKILL.md +24 -4
- package/skills/uipath-admin/references/audit-commands.md +25 -21
- package/skills/uipath-admin/references/audit-workflow-guide.md +26 -25
- package/skills/uipath-admin/references/diagnose/CAPABILITY.md +74 -0
- package/skills/uipath-admin/references/diagnose/references/failure-modes.md +228 -0
- package/skills/uipath-admin/references/diagnose/references/troubleshooting-guide.md +106 -0
- package/skills/uipath-admin/references/identity-troubleshoot-guide.md +251 -0
- package/skills/uipath-agents/SKILL.md +12 -8
- package/skills/uipath-agents/references/coded/capabilities/context-grounding.md +2 -0
- package/skills/uipath-agents/references/coded/capabilities/conversational-agents.md +2 -0
- package/skills/uipath-agents/references/coded/capabilities/guardrails/guardrails-recommend.md +12 -7
- package/skills/uipath-agents/references/coded/capabilities/guardrails/guardrails.md +141 -1
- package/skills/uipath-agents/references/coded/capabilities/human-in-the-loop.md +2 -0
- package/skills/uipath-agents/references/coded/capabilities/integration-service.md +19 -33
- package/skills/uipath-agents/references/coded/lifecycle/bindings-reference.md +54 -22
- package/skills/uipath-agents/references/coded/lifecycle/build.md +1 -0
- package/skills/uipath-agents/references/coded/lifecycle/evaluations/evaluation-sets.md +5 -1
- package/skills/uipath-agents/references/coded/lifecycle/setup.md +3 -1
- package/skills/uipath-agents/references/coded/quickstart.md +11 -10
- package/skills/uipath-agents/references/coded-vs-lowcode-guide.md +1 -0
- package/skills/uipath-agents/references/context-grounding-patterns.md +1 -1
- package/skills/uipath-agents/references/lowcode/agent-definition.md +97 -12
- package/skills/uipath-agents/references/lowcode/capabilities/built-in-tools/analyze-attachments.md +2 -2
- package/skills/uipath-agents/references/lowcode/capabilities/built-in-tools/batch-transform/impl-json.md +40 -14
- package/skills/uipath-agents/references/lowcode/capabilities/built-in-tools/built-in-tools.md +4 -3
- package/skills/uipath-agents/references/lowcode/capabilities/built-in-tools/deeprag/impl-json.md +38 -6
- package/skills/uipath-agents/references/lowcode/capabilities/context/attachments.md +1 -1
- package/skills/uipath-agents/references/lowcode/capabilities/context/context.md +1 -1
- package/skills/uipath-agents/references/lowcode/capabilities/context/datafabric.md +1 -1
- package/skills/uipath-agents/references/lowcode/capabilities/context/index.md +7 -3
- package/skills/uipath-agents/references/lowcode/capabilities/escalation/escalation.md +49 -38
- package/skills/uipath-agents/references/lowcode/capabilities/guardrails/guardrails-recommend.md +3 -1
- package/skills/uipath-agents/references/lowcode/capabilities/guardrails/guardrails.md +49 -49
- package/skills/uipath-agents/references/lowcode/capabilities/inline-in-flow/inline-in-flow.md +34 -14
- package/skills/uipath-agents/references/lowcode/capabilities/integration-service/integration-service.md +1 -1
- package/skills/uipath-agents/references/lowcode/capabilities/memory/memory.md +2 -0
- package/skills/uipath-agents/references/lowcode/capabilities/process/process.md +2 -2
- package/skills/uipath-agents/references/lowcode/capabilities/process/solution-files.md +1 -1
- package/skills/uipath-agents/references/lowcode/critical-rules/autonomous-critical-rules.md +15 -0
- package/skills/uipath-agents/references/lowcode/critical-rules/conversational-critical-rules.md +19 -0
- package/skills/uipath-agents/references/lowcode/{critical-rules.md → critical-rules/critical-rules.md} +25 -27
- package/skills/uipath-agents/references/lowcode/debug.md +6 -3
- package/skills/uipath-agents/references/lowcode/evaluations/evaluate.md +2 -0
- package/skills/uipath-agents/references/lowcode/lowcode.md +29 -6
- package/skills/uipath-agents/references/lowcode/model-selection-guide.md +4 -1
- package/skills/uipath-agents/references/lowcode/project-lifecycle.md +20 -8
- package/skills/uipath-agents/references/lowcode/prompting/agent-prompting-guide.md +17 -0
- package/skills/uipath-agents/references/lowcode/{agent-prompting-guide.md → prompting/autonomous-agent-prompting-guide.md} +9 -11
- package/skills/uipath-agents/references/lowcode/prompting/conversational-agent-prompting-guide.md +123 -0
- package/skills/uipath-agents/references/lowcode/solution-resources.md +1 -1
- package/skills/uipath-api-workflow/SKILL.md +32 -12
- package/skills/uipath-api-workflow/references/cli-reference.md +110 -22
- package/skills/uipath-api-workflow/references/connector-activity-discovery.md +43 -4
- package/skills/uipath-api-workflow/references/troubleshooting.md +23 -7
- package/skills/uipath-api-workflow/references/workflow-file-format.md +25 -7
- package/skills/uipath-coded-apps/SKILL.md +55 -12
- package/skills/uipath-coded-apps/assets/fixtures/governance-dashboard-starter-kit.tar.gz +0 -0
- package/skills/uipath-coded-apps/assets/scripts/dashboards/build-dashboard.mjs +1371 -0
- package/skills/uipath-coded-apps/assets/scripts/dashboards/capability-registry.json +845 -0
- package/skills/uipath-coded-apps/assets/scripts/dashboards/flows/build.mjs +338 -0
- package/skills/uipath-coded-apps/assets/scripts/dashboards/flows/edit.mjs +248 -0
- package/skills/uipath-coded-apps/assets/scripts/dashboards/flows/template.mjs +82 -0
- package/skills/uipath-coded-apps/assets/scripts/dashboards/flows/upgrade.mjs +73 -0
- package/skills/uipath-coded-apps/assets/scripts/dashboards/lifecycle.mjs +207 -0
- package/skills/uipath-coded-apps/assets/scripts/dashboards/setup-admin-folder.mjs +146 -0
- package/skills/uipath-coded-apps/assets/scripts/dashboards/tests/regime-eject.test.mjs +124 -0
- package/skills/uipath-coded-apps/assets/scripts/dashboards/tests/resolution.test.mjs +1635 -0
- package/skills/uipath-coded-apps/assets/templates/action-app/app-template.css +9 -0
- package/skills/uipath-coded-apps/assets/templates/action-app/document-tab-template.css +139 -0
- package/skills/uipath-coded-apps/assets/templates/action-app/form-template.css +442 -0
- package/skills/uipath-coded-apps/assets/templates/action-app/index-template.css +111 -0
- package/skills/uipath-coded-apps/assets/templates/action-app-template.md +357 -152
- package/skills/uipath-coded-apps/assets/templates/web-app-template.md +255 -78
- package/skills/uipath-coded-apps/references/create-action-app.md +284 -195
- package/skills/uipath-coded-apps/references/create-web-app.md +64 -26
- package/skills/uipath-coded-apps/references/dashboards/CAPABILITY.md +179 -0
- package/skills/uipath-coded-apps/references/dashboards/aesthetic/charting.md +138 -0
- package/skills/uipath-coded-apps/references/dashboards/aesthetic/layout-patterns.md +152 -0
- package/skills/uipath-coded-apps/references/dashboards/plugins/build/impl.md +423 -0
- package/skills/uipath-coded-apps/references/dashboards/plugins/deploy/impl.md +322 -0
- package/skills/uipath-coded-apps/references/dashboards/primitives/customization.md +66 -0
- package/skills/uipath-coded-apps/references/dashboards/primitives/detail-views.md +64 -0
- package/skills/uipath-coded-apps/references/dashboards/primitives/incremental-editor.md +92 -0
- package/skills/uipath-coded-apps/references/dashboards/primitives/state-file.md +64 -0
- package/skills/uipath-coded-apps/references/dashboards/primitives/tier-resolution.md +474 -0
- package/skills/uipath-coded-apps/references/debug.md +15 -21
- package/skills/uipath-coded-apps/references/oauth-client-setup.md +5 -5
- package/skills/uipath-coded-apps/references/oauth-scopes.md +64 -2
- package/skills/uipath-coded-apps/references/pack-publish-deploy.md +12 -5
- package/skills/uipath-coded-apps/references/patterns.md +10 -5
- package/skills/uipath-coded-apps/references/sdk/action-center.md +32 -6
- package/skills/uipath-coded-apps/references/sdk/agents.md +241 -0
- package/skills/uipath-coded-apps/references/sdk/governance-traces.md +186 -0
- package/skills/uipath-coded-apps/references/sdk/governance.md +72 -0
- package/skills/uipath-coded-apps/references/sdk/imports.md +4 -0
- package/skills/uipath-coded-apps/references/sdk/maestro.md +114 -0
- package/skills/uipath-coded-apps/references/sdk/orchestrator.md +80 -4
- package/skills/uipath-coded-apps/references/sdk/pagination.md +2 -0
- package/skills/uipath-coded-apps/references/sdk/traces.md +89 -0
- package/skills/uipath-coded-apps/references/widgets/validation-station.md +308 -0
- package/skills/uipath-coded-apps/scripts/validate-action-schema.js +241 -0
- package/skills/uipath-connector-builder/SKILL.md +192 -0
- package/skills/uipath-connector-builder/references/auth.md +171 -0
- package/skills/uipath-connector-builder/references/configuration.md +130 -0
- package/skills/uipath-connector-builder/references/debugging.md +80 -0
- package/skills/uipath-connector-builder/references/element-json.md +148 -0
- package/skills/uipath-connector-builder/references/events.md +132 -0
- package/skills/uipath-connector-builder/references/hooks.md +198 -0
- package/skills/uipath-connector-builder/references/overview.md +78 -0
- package/skills/uipath-connector-builder/references/standard-resources.md +111 -0
- package/skills/uipath-connector-builder/references/system-resources.md +85 -0
- package/skills/uipath-feedback/SKILL.md +43 -29
- package/skills/{uipath-agents/references/coded/frameworks/coded-functions.md → uipath-functions/SKILL.md} +36 -23
- package/skills/uipath-governance/SKILL.md +49 -8
- package/skills/uipath-governance/references/aops-policy/aops-policy-commands.md +10 -10
- package/skills/uipath-governance/references/aops-policy/aops-policy-deploy-guide.md +7 -7
- package/skills/uipath-governance/references/auth-context.md +101 -0
- package/skills/uipath-governance/references/cli-cheatsheet.md +207 -0
- package/skills/uipath-governance/references/compliance-pack/catalog/impl.md +79 -0
- package/skills/uipath-governance/references/compliance-pack/coverage/impl.md +141 -0
- package/skills/uipath-governance/references/compliance-pack/disable/impl.md +39 -0
- package/skills/uipath-governance/references/compliance-pack/full-apply/impl.md +164 -0
- package/skills/uipath-governance/references/compliance-pack/partial-apply/impl.md +266 -0
- package/skills/uipath-governance/references/compliance-pack/partial-apply/merge-overrides-guide.md +28 -0
- package/skills/uipath-governance/references/compliance-pack/partial-apply/planning.md +82 -0
- package/skills/uipath-governance/references/compliance-pack/partial-apply/synthesize-formdata-guide.md +22 -0
- package/skills/uipath-governance/references/compliance-pack/preview-gate.md +43 -0
- package/skills/uipath-governance/references/compliance-pack/query/impl.md +75 -0
- package/skills/uipath-governance/references/diagnose/CAPABILITY.md +71 -0
- package/skills/uipath-governance/references/diagnose/references/failure-modes.md +201 -0
- package/skills/uipath-governance/references/diagnose/references/troubleshooting-guide.md +137 -0
- package/skills/uipath-governance/references/disambiguation-guide.md +15 -0
- package/skills/uipath-governance/scripts/merge-overrides.mjs +81 -0
- package/skills/uipath-governance/scripts/synthesize-formdata.mjs +86 -0
- package/skills/uipath-human-in-the-loop/SKILL.md +30 -25
- package/skills/uipath-human-in-the-loop/references/hitl-node-apptask.md +38 -4
- package/skills/uipath-human-in-the-loop/references/hitl-node-coded-action-app.md +2 -3
- package/skills/uipath-human-in-the-loop/references/hitl-node-quickform.md +92 -34
- package/skills/uipath-ixp/SKILL.md +120 -0
- package/skills/uipath-ixp/references/cli-reference.md +121 -0
- package/skills/uipath-ixp/references/improve-prompts-guide.md +283 -0
- package/skills/uipath-ixp/references/label-documents-guide.md +207 -0
- package/skills/uipath-ixp/references/project-setup-guide.md +90 -0
- package/skills/uipath-maestro-bpmn/SKILL.md +167 -68
- package/skills/uipath-maestro-bpmn/references/cli-conventions.md +47 -0
- package/skills/uipath-maestro-bpmn/references/diagnose/CAPABILITY.md +6 -6
- package/skills/uipath-maestro-bpmn/references/operate/CAPABILITY.md +3 -3
- package/skills/uipath-maestro-bpmn/references/registry-workflow.md +199 -0
- package/skills/uipath-maestro-bpmn/references/structural-bpmn.md +500 -0
- package/skills/uipath-maestro-bpmn/validator/README.md +214 -0
- package/skills/uipath-maestro-bpmn/validator/bpmn-spec.json +2477 -0
- package/skills/uipath-maestro-bpmn/validator/model.mjs +419 -0
- package/skills/uipath-maestro-bpmn/validator/package.json +17 -0
- package/skills/uipath-maestro-bpmn/validator/rules.mjs +1403 -0
- package/skills/uipath-maestro-bpmn/validator/samples/invalid-conditional-and-variable.bpmn +25 -0
- package/skills/uipath-maestro-bpmn/validator/samples/valid-baseline.bpmn +52 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/A.2.0.bpmn +157 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/A.2.1.bpmn +333 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/B.1.0.bpmn +598 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/B.2.0.bpmn +1709 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.2.0.bpmn +564 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.3.0.bpmn +671 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.4.0.bpmn +1045 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.5.0.bpmn +1176 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.6.0.bpmn +670 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.7.0.bpmn +466 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Can_Parse_Complex_Process_With_Task_Gateway_BoundaryEvent_etc.bpmn +74 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/ExclusiveGatewayDefaultFlow.bpmn +32 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/ExternalAgentWorkflow.bpmn +62 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Golden_Scenario.initial.bpmn +361 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/InclusiveJoinRouteAwayBranch.bpmn +62 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_AsyncExecution_And_Create_CorrectModel.bpmn +74 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_IXP_ExtractionValidation_And_Create_CorrectModel.bpmn +35 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_IXP_Extraction_FileUpload_And_Create_CorrectModel.bpmn +33 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_IXP_Extraction_JobAttachment_And_Create_CorrectModel.bpmn +35 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_SubProcess_With_Multiple_Element_Types.bpmn +76 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/StartEventWithOutputs.bpmn +36 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/StartGatewayEnd.bpmn +44 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/all elements.bpmn +516 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/all_sequence_flow_types.bpmn +173 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/demo.bpmn +181 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/subprocess-example-001-collapsed.bpmn +126 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/subprocess-example-001-expanded.bpmn +122 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/subprocess-example-003-collapsed_deeply-nested.bpmn +438 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/A.1.0.bpmn +87 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/A.3.0.bpmn +165 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ApiWorkflow.bpmn +39 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/BpmnNestedSubProcessTests.bpmn +102 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/BpmnTimerBoundaryEvents.bpmn +160 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/BpmnXmlWithCatchAllErrorEventSubProcess.bpmn +45 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/BpmnXmlWithSpecificErrorEventSubProcess.bpmn +46 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/CaseManagementWithConstantIdentifier.bpmn +218 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ErrorBoundary.bpmn +78 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ErrorPropagationInEventSubprocess.bpmn +340 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/EventBasedGatewayFirstCatcherWins.bpmn +56 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Example-EventBasedGateway.bpmn +117 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ExclusiveGatewayConditional.bpmn +45 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ExclusiveGatewaySharedEndEvent.bpmn +45 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ExclusiveWithParallelGateway.bpmn +68 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/FourScriptTasks.bpmn +84 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/HitlTaskOnly.bpmn +55 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/InclusiveGatewayForkJoin.bpmn +69 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_BPMN_Elements_And_Create_CorrectModel.bpmn +20 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_HttpRequest_ServiceTask_And_Create_Correct_Model.bpmn +34 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_MessageBoundaryEvent_And_Create_CorrectModel.bpmn +87 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_Script_Task_V2_And_Create_Correct_Model.bpmn +31 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_Sets_Containers_Properly.bpmn +129 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ScriptWritesVariableThenGatewayBranches.bpmn +55 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/boundaryevent.bpmn +30 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/collapsed-subprocess.bpmn +83 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/connectable-types.bpmn +85 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/extensions-orchestrator-start-job.bpmn +80 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/multiparticipantpool.bpmn +77 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/nestedsubprocess.bpmn +36 -0
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/simple.bpmn +59 -0
- package/skills/uipath-maestro-bpmn/validator/test/integration.test.mjs +146 -0
- package/skills/uipath-maestro-bpmn/validator/test/model-helpers.mjs +42 -0
- package/skills/uipath-maestro-bpmn/validator/test/ported-rule-tests.mjs +983 -0
- package/skills/uipath-maestro-bpmn/validator/test/run-tests.mjs +530 -0
- package/skills/uipath-maestro-bpmn/validator/uipath-moddle.v1.json +715 -0
- package/skills/uipath-maestro-bpmn/validator/validate-bpmn.mjs +164 -0
- package/skills/uipath-maestro-case/SKILL.md +5 -1
- package/skills/uipath-maestro-case/assets/templates/sdd-template-examples.md +10 -0
- package/skills/uipath-maestro-case/assets/templates/sdd-template.md +89 -17
- package/skills/uipath-maestro-case/references/bindings-and-expressions.md +26 -0
- package/skills/uipath-maestro-case/references/case-editing-operations.md +3 -0
- package/skills/uipath-maestro-case/references/implementation.md +11 -4
- package/skills/uipath-maestro-case/references/phase-0-interview.md +8 -7
- package/skills/uipath-maestro-case/references/phased-execution.md +2 -1
- package/skills/uipath-maestro-case/references/plugins/conditions/stage-exit-conditions/impl-json.md +21 -0
- package/skills/uipath-maestro-case/references/plugins/conditions/stage-exit-conditions/planning.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/variables/global-vars/impl-json.md +15 -9
- package/skills/uipath-maestro-case/references/plugins/variables/io-binding/impl-json.md +131 -4
- package/skills/uipath-maestro-case/references/sdd-generation-rules.md +94 -17
- package/skills/uipath-maestro-flow/references/author/CAPABILITY.md +1 -1
- package/skills/uipath-maestro-flow/references/author/references/planning-arch.md +2 -2
- package/skills/uipath-maestro-flow/references/author/references/plugins/hitl/impl.md +11 -11
- package/skills/uipath-maestro-flow/references/author/references/plugins/hitl/planning.md +6 -6
- package/skills/uipath-maestro-flow/references/author/references/plugins/http/impl-connector.md +4 -1
- package/skills/uipath-maestro-flow/references/author/references/plugins/inline-agent/impl.md +157 -122
- package/skills/uipath-maestro-flow/references/author/references/plugins/inline-agent/planning.md +16 -4
- package/skills/uipath-maestro-flow/references/evaluate/references/commands-reference.md +8 -8
- package/skills/uipath-maestro-flow/references/evaluate/references/running-guide.md +3 -3
- package/skills/uipath-maestro-flow/references/shared/cli-commands.md +1 -1
- package/skills/uipath-planner/SKILL.md +19 -8
- package/skills/uipath-planner/assets/templates/agent-sdd-template.md +14 -0
- package/skills/uipath-planner/assets/templates/api-workflow-sdd-template.md +14 -0
- package/skills/uipath-planner/assets/templates/case-sdd-template.md +14 -0
- package/skills/uipath-planner/assets/templates/coded-app-sdd-template.md +14 -0
- package/skills/uipath-planner/assets/templates/flow-sdd-template.md +14 -0
- package/skills/uipath-planner/assets/templates/rpa-sdd-template.md +40 -5
- package/skills/uipath-planner/references/asdd-crosswalk-guide.md +55 -0
- package/skills/uipath-planner/references/attended-reauth-pattern-guide.md +43 -0
- package/skills/uipath-planner/references/multi-skill-patterns-guide.md +4 -0
- package/skills/uipath-planner/references/non-pdd-lane-guide.md +2 -0
- package/skills/uipath-planner/references/pdd-analysis-guide.md +24 -1
- package/skills/uipath-planner/references/pdd-driven-lane-guide.md +6 -2
- package/skills/uipath-planner/references/plan-and-tasks-format.md +2 -0
- package/skills/uipath-planner/references/platform-availability-guide.md +43 -0
- package/skills/uipath-planner/references/product-selection-guide.md +20 -0
- package/skills/uipath-planner/references/sdd-generation-guide.md +90 -21
- package/skills/uipath-planner/references/tenant-library-search-guide.md +5 -1
- package/skills/uipath-planner/scripts/docx-extract.sh +54 -0
- package/skills/uipath-planner/scripts/sdd-to-docx.sh +76 -0
- package/skills/uipath-platform/SKILL.md +54 -7
- package/skills/uipath-platform/references/context-grounding/index-management.md +123 -0
- package/skills/uipath-platform/references/data-fabric/bulk-import.md +86 -0
- package/skills/{uipath-data-fabric/references → uipath-platform/references/data-fabric}/choice-sets.md +33 -12
- package/skills/uipath-platform/references/data-fabric/data-fabric.md +352 -0
- package/skills/uipath-platform/references/data-fabric/entity-schema.md +444 -0
- package/skills/uipath-platform/references/data-fabric/file-attachments.md +122 -0
- package/skills/{uipath-data-fabric/references → uipath-platform/references/data-fabric}/filter-platform-contract.md +3 -3
- package/skills/{uipath-data-fabric/references → uipath-platform/references/data-fabric}/records-query.md +46 -10
- package/skills/uipath-platform/references/integration-service/http-request.md +15 -1
- package/skills/uipath-platform/references/integration-service/vendor-docs-registry.json +173 -0
- package/skills/uipath-platform/references/uip-commands.md +12 -4
- package/skills/uipath-review/SKILL.md +53 -12
- package/skills/uipath-review/references/agents/agent-common-issues.md +1 -1
- package/skills/uipath-review/references/agents/agent-grading-rubric.md +133 -0
- package/skills/uipath-review/references/agents/agent-review-checklist.md +23 -3
- package/skills/uipath-review/references/agents/agents-coded-rules.md +7 -0
- package/skills/uipath-review/references/agents/agents-lowcode-rules.md +13 -3
- package/skills/uipath-review/references/agents/guardrails/guardrails-review.md +198 -0
- package/skills/uipath-review/references/architecture-assessment-guide.md +2 -0
- package/skills/uipath-review/references/review-workflow-guide.md +9 -5
- package/skills/uipath-review/references/rule-catalog-workflow.md +3 -3
- package/skills/uipath-rpa/SKILL.md +18 -6
- package/skills/uipath-rpa/references/cli-reference.md +57 -3
- package/skills/uipath-rpa/references/common-activity-card.md +1 -1
- package/skills/uipath-rpa/references/connector-capabilities.md +2 -0
- package/skills/uipath-rpa/references/data-manipulation-guide.md +311 -0
- package/skills/uipath-rpa/references/environment-setup.md +0 -2
- package/skills/uipath-rpa/references/error-handling-guide.md +381 -0
- package/skills/uipath-rpa/references/is-connector-xaml-guide.md +127 -11
- package/skills/uipath-rpa/references/reframework-guide.md +2 -0
- package/skills/uipath-rpa/references/testing-guide.md +19 -0
- package/skills/uipath-rpa/references/ui-automation-guide.md +129 -18
- package/skills/uipath-rpa/references/uia-configure-target-workflows.md +22 -1
- package/skills/uipath-rpa/references/uia-elements-interaction-guide.md +93 -0
- package/skills/uipath-rpa/references/xaml/canvas-layout-guide.md +41 -4
- package/skills/uipath-rpa/references/xaml/common-pitfalls.md +12 -3
- package/skills/uipath-rpa/references/xaml/flowchart-guide.md +113 -0
- package/skills/uipath-rpa/references/xaml/xaml-basics-and-rules.md +5 -9
- package/skills/uipath-solution/SKILL.md +11 -8
- package/skills/uipath-solution/references/pack-and-deploy.md +18 -1
- package/skills/uipath-solution/references/solution-overview.md +3 -0
- package/skills/uipath-test/SKILL.md +2 -1
- package/skills/uipath-troubleshoot/SKILL.md +24 -26
- package/skills/uipath-troubleshoot/agents/depth-verifier.md +24 -25
- package/skills/uipath-troubleshoot/agents/hypothesis-generator.md +8 -4
- package/skills/uipath-troubleshoot/agents/hypothesis-tester.md +85 -38
- package/skills/uipath-troubleshoot/agents/presenter.md +7 -7
- package/skills/uipath-troubleshoot/agents/scope-checker.md +3 -6
- package/skills/uipath-troubleshoot/agents/shared.md +26 -21
- package/skills/uipath-troubleshoot/agents/triage.md +117 -49
- package/skills/uipath-troubleshoot/references/activity-packages/cv-activities/investigation_guide.md +43 -0
- package/skills/uipath-troubleshoot/references/activity-packages/cv-activities/overview.md +57 -0
- package/skills/uipath-troubleshoot/references/activity-packages/cv-activities/playbooks/cv-action-failed-after-find.md +100 -0
- package/skills/uipath-troubleshoot/references/activity-packages/cv-activities/playbooks/cv-cell-targeting-failures.md +111 -0
- package/skills/uipath-troubleshoot/references/activity-packages/cv-activities/playbooks/cv-element-not-found.md +125 -0
- package/skills/uipath-troubleshoot/references/activity-packages/cv-activities/playbooks/cv-get-text-empty-or-wrong-result.md +117 -0
- package/skills/uipath-troubleshoot/references/activity-packages/cv-activities/playbooks/cv-invalid-descriptor.md +102 -0
- package/skills/uipath-troubleshoot/references/activity-packages/cv-activities/playbooks/cv-scope-setup-failures.md +136 -0
- package/skills/uipath-troubleshoot/references/activity-packages/cv-activities/playbooks/cv-scroll-search-failures.md +114 -0
- package/skills/uipath-troubleshoot/references/activity-packages/cv-activities/playbooks/cv-server-auth-throttling-network.md +95 -0
- package/skills/uipath-troubleshoot/references/activity-packages/cv-activities/playbooks/cv-silent-failures-and-false-results.md +124 -0
- package/skills/uipath-troubleshoot/references/activity-packages/cv-activities/presentation.md +8 -0
- package/skills/uipath-troubleshoot/references/activity-packages/cv-activities/summary.md +15 -0
- package/skills/uipath-troubleshoot/references/activity-packages/database-activities/investigation_guide.md +42 -0
- package/skills/uipath-troubleshoot/references/activity-packages/database-activities/overview.md +41 -0
- package/skills/uipath-troubleshoot/references/activity-packages/database-activities/playbooks/connect-to-database-failures.md +104 -0
- package/skills/uipath-troubleshoot/references/activity-packages/database-activities/playbooks/execute-non-query-failures.md +97 -0
- package/skills/uipath-troubleshoot/references/activity-packages/database-activities/playbooks/execute-query-failures.md +134 -0
- package/skills/uipath-troubleshoot/references/activity-packages/database-activities/playbooks/start-transaction-failures.md +94 -0
- package/skills/uipath-troubleshoot/references/activity-packages/database-activities/presentation.md +10 -0
- package/skills/uipath-troubleshoot/references/activity-packages/database-activities/summary.md +10 -0
- package/skills/uipath-troubleshoot/references/activity-packages/excel-activities/investigation_guide.md +27 -9
- package/skills/uipath-troubleshoot/references/activity-packages/excel-activities/overview.md +51 -10
- package/skills/uipath-troubleshoot/references/activity-packages/excel-activities/playbooks/append-range-failures.md +146 -0
- package/skills/uipath-troubleshoot/references/activity-packages/excel-activities/playbooks/delete-range-failures.md +126 -0
- package/skills/uipath-troubleshoot/references/activity-packages/excel-activities/playbooks/excel-application-card-failures.md +139 -0
- package/skills/uipath-troubleshoot/references/activity-packages/excel-activities/playbooks/excel-application-scope-failures.md +118 -0
- package/skills/uipath-troubleshoot/references/activity-packages/excel-activities/playbooks/execute-macro-failures.md +149 -0
- package/skills/uipath-troubleshoot/references/activity-packages/excel-activities/playbooks/write-range-failures.md +145 -0
- package/skills/uipath-troubleshoot/references/activity-packages/excel-activities/presentation.md +12 -7
- package/skills/uipath-troubleshoot/references/activity-packages/excel-activities/summary.md +6 -0
- package/skills/uipath-troubleshoot/references/activity-packages/gsuite-activities/investigation_guide.md +1 -0
- package/skills/uipath-troubleshoot/references/activity-packages/gsuite-activities/overview.md +12 -4
- package/skills/uipath-troubleshoot/references/activity-packages/gsuite-activities/playbooks/connection-and-auth-failures.md +55 -0
- package/skills/uipath-troubleshoot/references/activity-packages/gsuite-activities/playbooks/drive-file-not-found.md +18 -10
- package/skills/uipath-troubleshoot/references/activity-packages/gsuite-activities/playbooks/get-newest-email-not-found.md +9 -8
- package/skills/uipath-troubleshoot/references/activity-packages/gsuite-activities/playbooks/invalid-or-null-input.md +68 -0
- package/skills/uipath-troubleshoot/references/activity-packages/gsuite-activities/playbooks/transient-and-timeout-errors.md +52 -0
- package/skills/uipath-troubleshoot/references/activity-packages/gsuite-activities/playbooks/upload-storage-quota-exceeded.md +1 -1
- package/skills/uipath-troubleshoot/references/activity-packages/gsuite-activities/summary.md +5 -2
- package/skills/uipath-troubleshoot/references/activity-packages/mail-activities/overview.md +28 -0
- package/skills/uipath-troubleshoot/references/activity-packages/mail-activities/playbooks/delete-outlook-mail-failures.md +105 -0
- package/skills/uipath-troubleshoot/references/activity-packages/mail-activities/playbooks/get-outlook-mail-failures.md +109 -0
- package/skills/uipath-troubleshoot/references/activity-packages/mail-activities/playbooks/move-outlook-mail-failures.md +97 -0
- package/skills/uipath-troubleshoot/references/activity-packages/mail-activities/playbooks/send-outlook-mail-failures.md +95 -0
- package/skills/uipath-troubleshoot/references/activity-packages/mail-activities/summary.md +8 -0
- package/skills/uipath-troubleshoot/references/activity-packages/o365-activities/investigation_guide.md +23 -0
- package/skills/uipath-troubleshoot/references/activity-packages/o365-activities/overview.md +9 -0
- package/skills/uipath-troubleshoot/references/activity-packages/o365-activities/playbooks/application-scope-misconfigured.md +49 -0
- package/skills/uipath-troubleshoot/references/activity-packages/o365-activities/playbooks/authentication-token-invalid.md +53 -0
- package/skills/uipath-troubleshoot/references/activity-packages/o365-activities/playbooks/copy-item-argument-null.md +34 -0
- package/skills/uipath-troubleshoot/references/activity-packages/o365-activities/playbooks/create-folder-invalid-path.md +36 -0
- package/skills/uipath-troubleshoot/references/activity-packages/o365-activities/playbooks/download-file-conversion-or-destination.md +40 -0
- package/skills/uipath-troubleshoot/references/activity-packages/o365-activities/playbooks/drive-item-not-found.md +1 -1
- package/skills/uipath-troubleshoot/references/activity-packages/o365-activities/playbooks/email-trigger-connection-event-failure.md +45 -0
- package/skills/uipath-troubleshoot/references/activity-packages/o365-activities/playbooks/insufficient-graph-scope.md +44 -0
- package/skills/uipath-troubleshoot/references/activity-packages/o365-activities/playbooks/legacy-mail-null-reference.md +43 -0
- package/skills/uipath-troubleshoot/references/activity-packages/o365-activities/playbooks/mail-folder-not-found.md +4 -3
- package/skills/uipath-troubleshoot/references/activity-packages/o365-activities/playbooks/mail-invalid-odata-query.md +43 -0
- package/skills/uipath-troubleshoot/references/activity-packages/o365-activities/playbooks/mail-message-not-found.md +45 -0
- package/skills/uipath-troubleshoot/references/activity-packages/o365-activities/playbooks/request-throttled.md +45 -0
- package/skills/uipath-troubleshoot/references/activity-packages/o365-activities/playbooks/send-mail-rejected.md +52 -0
- package/skills/uipath-troubleshoot/references/activity-packages/o365-activities/playbooks/transient-service-error.md +48 -0
- package/skills/uipath-troubleshoot/references/activity-packages/o365-activities/playbooks/upload-file-quota-or-size.md +47 -0
- package/skills/uipath-troubleshoot/references/activity-packages/o365-activities/summary.md +15 -1
- package/skills/uipath-troubleshoot/references/activity-packages/python-activities/investigation_guide.md +32 -0
- package/skills/uipath-troubleshoot/references/activity-packages/python-activities/overview.md +38 -0
- package/skills/uipath-troubleshoot/references/activity-packages/python-activities/playbooks/invoke-method-failures.md +57 -0
- package/skills/uipath-troubleshoot/references/activity-packages/python-activities/playbooks/invoke-python-method-pipe-is-broken.md +44 -0
- package/skills/uipath-troubleshoot/references/activity-packages/python-activities/playbooks/load-script-failures.md +62 -0
- package/skills/uipath-troubleshoot/references/activity-packages/python-activities/playbooks/python-path-not-valid.md +39 -0
- package/skills/uipath-troubleshoot/references/activity-packages/python-activities/playbooks/python-scope-architecture-version-mismatch.md +41 -0
- package/skills/uipath-troubleshoot/references/activity-packages/python-activities/playbooks/working-folder-relative-path.md +34 -0
- package/skills/uipath-troubleshoot/references/activity-packages/python-activities/presentation.md +9 -0
- package/skills/uipath-troubleshoot/references/activity-packages/python-activities/summary.md +12 -0
- package/skills/uipath-troubleshoot/references/activity-packages/system-activities/playbooks/get-asset-activity-bug-silent-failure.md +1 -1
- package/skills/uipath-troubleshoot/references/activity-packages/system-activities/playbooks/get-asset-robot-not-authenticated.md +29 -22
- package/skills/uipath-troubleshoot/references/activity-packages/system-activities/summary.md +1 -1
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/investigation_guide.md +30 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/overview.md +36 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/deserialize-malformed-input.md +36 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/deserialize-null-input.md +35 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/deserialize-type-mismatch.md +40 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/http-client-null-reference.md +34 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/http-request-connection-failure.md +48 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/http-request-timeout.md +40 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/net-http-request-aggregate-failure.md +38 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/summary.md +13 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/investigation_guide.md +55 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/overview.md +82 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/add-picture-failures.md +51 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/append-text-missing-container.md +31 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/append-text-zero-byte-file.md +32 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/export-pdf-com-hang.md +46 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/export-pdf-missing-output-dir.md +32 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/export-pdf-output-path-format.md +35 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/read-text-doc-format.md +30 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/read-text-missing-container.md +29 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/read-text-protected-view.md +32 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/replace-text-com-busy.md +35 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/replace-text-file-locked.md +33 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/replace-text-headers-textboxes-skipped.md +30 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/replace-text-length-limit.md +30 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/replace-text-loop-template-overwrite.md +31 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/replace-text-multiline-formatting.md +31 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/replace-text-silent-no-substitution.md +32 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/replace-text-version-mismatch.md +30 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/word-com-interop-failures.md +52 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/word-com-start-background-session0.md +50 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/word-export-pdf-com-wrong-thread.md +46 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/word-open-sharepoint-url-com-command-failed.md +45 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/word-scope-cannot-create-unknown-type.md +30 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/word-scope-com-not-installed.md +35 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/word-scope-file-corrupted.md +34 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/word-scope-file-path-not-found.md +36 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/playbooks/word-scope-hangs-background-prompt.md +34 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/presentation.md +11 -0
- package/skills/uipath-troubleshoot/references/activity-packages/word-activities/summary.md +38 -0
- package/skills/uipath-troubleshoot/references/products/integration-service/investigation_guide.md +9 -0
- package/skills/uipath-troubleshoot/references/products/integration-service/overview.md +7 -0
- package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/connection-invalid.md +9 -0
- package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/connector-aggregate-exception.md +30 -0
- package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/connector-general-exception.md +43 -0
- package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/connector-null-reference.md +36 -0
- package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/connector-remote-exception.md +31 -0
- package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/connector-runtime-exception.md +40 -0
- package/skills/uipath-troubleshoot/references/products/integration-service/summary.md +5 -0
- package/skills/uipath-troubleshoot/references/products/maestro/investigation_guide.md +2 -1
- package/skills/uipath-troubleshoot/references/products/orchestrator/investigation_guide.md +105 -10
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/job-faulted-logon-failure.md +1 -1
- package/skills/uipath-troubleshoot/references/summary.md +59 -3
- package/skills/uipath-troubleshoot/schemas/evidence.schema.md +48 -0
- package/skills/uipath-troubleshoot/schemas/hypotheses.schema.md +22 -7
- package/skills/uipath-troubleshoot/schemas/scope-check.schema.md +1 -1
- package/skills/uipath-troubleshoot/schemas/state.schema.md +81 -6
- package/version-manifest.json +2 -2
- package/skills/uipath-data-fabric/SKILL.md +0 -239
- package/skills/uipath-data-fabric/references/bulk-import.md +0 -73
- package/skills/uipath-data-fabric/references/entity-schema.md +0 -391
- package/skills/uipath-data-fabric/references/file-attachments.md +0 -65
- package/skills/uipath-maestro-bpmn/.maintenance/README.md +0 -241
- package/skills/uipath-maestro-bpmn/.maintenance/check-all.sh +0 -41
- package/skills/uipath-maestro-bpmn/.maintenance/check-anchors.sh +0 -83
- package/skills/uipath-maestro-bpmn/.maintenance/check-depth.sh +0 -132
- package/skills/uipath-maestro-bpmn/.maintenance/check-link-text.sh +0 -123
- package/skills/uipath-maestro-bpmn/.maintenance/check-links.sh +0 -70
- package/skills/uipath-maestro-bpmn/.maintenance/check-orphans.sh +0 -93
- package/skills/uipath-maestro-bpmn/.maintenance/check-plugin-pairs.sh +0 -39
- package/skills/uipath-maestro-bpmn/.maintenance/check-real-pack.sh +0 -79
- package/skills/uipath-maestro-bpmn/.maintenance/check-template.sh +0 -42
- package/skills/uipath-maestro-bpmn/.maintenance/check-uip-commands.sh +0 -266
- package/skills/uipath-maestro-bpmn/.maintenance/check-validation-fixtures.py +0 -1255
- package/skills/uipath-maestro-bpmn/.maintenance/check-validation-fixtures.sh +0 -8
- package/skills/uipath-maestro-bpmn/fixtures/validation/README.md +0 -94
- package/skills/uipath-maestro-bpmn/fixtures/validation/agent-invocation/agent-invocation.bpmn +0 -62
- package/skills/uipath-maestro-bpmn/fixtures/validation/agent-invocation/bindings_v2.json +0 -37
- package/skills/uipath-maestro-bpmn/fixtures/validation/agent-invocation/entry-points.json +0 -21
- package/skills/uipath-maestro-bpmn/fixtures/validation/agent-invocation/operate.json +0 -9
- package/skills/uipath-maestro-bpmn/fixtures/validation/agent-invocation/package-descriptor.json +0 -10
- package/skills/uipath-maestro-bpmn/fixtures/validation/agent-invocation/project.uiproj +0 -7
- package/skills/uipath-maestro-bpmn/fixtures/validation/contract-variants/bindings_v2.json +0 -68
- package/skills/uipath-maestro-bpmn/fixtures/validation/contract-variants/contract-variants.bpmn +0 -270
- package/skills/uipath-maestro-bpmn/fixtures/validation/contract-variants/entry-points.json +0 -25
- package/skills/uipath-maestro-bpmn/fixtures/validation/contract-variants/operate.json +0 -9
- package/skills/uipath-maestro-bpmn/fixtures/validation/contract-variants/package-descriptor.json +0 -10
- package/skills/uipath-maestro-bpmn/fixtures/validation/contract-variants/project.uiproj +0 -7
- package/skills/uipath-maestro-bpmn/fixtures/validation/gateway-boundary-error/bindings_v2.json +0 -19
- package/skills/uipath-maestro-bpmn/fixtures/validation/gateway-boundary-error/entry-points.json +0 -25
- package/skills/uipath-maestro-bpmn/fixtures/validation/gateway-boundary-error/gateway-boundary-error.bpmn +0 -91
- package/skills/uipath-maestro-bpmn/fixtures/validation/gateway-boundary-error/operate.json +0 -9
- package/skills/uipath-maestro-bpmn/fixtures/validation/gateway-boundary-error/package-descriptor.json +0 -10
- package/skills/uipath-maestro-bpmn/fixtures/validation/gateway-boundary-error/project.uiproj +0 -7
- package/skills/uipath-maestro-bpmn/fixtures/validation/imported-brownfield-preservation/bindings_v2.json +0 -4
- package/skills/uipath-maestro-bpmn/fixtures/validation/imported-brownfield-preservation/entry-points.json +0 -25
- package/skills/uipath-maestro-bpmn/fixtures/validation/imported-brownfield-preservation/imported-brownfield-preservation.bpmn +0 -63
- package/skills/uipath-maestro-bpmn/fixtures/validation/imported-brownfield-preservation/operate.json +0 -9
- package/skills/uipath-maestro-bpmn/fixtures/validation/imported-brownfield-preservation/package-descriptor.json +0 -10
- package/skills/uipath-maestro-bpmn/fixtures/validation/imported-brownfield-preservation/project.uiproj +0 -7
- package/skills/uipath-maestro-bpmn/fixtures/validation/integration-service-enriched/bindings_v2.json +0 -52
- package/skills/uipath-maestro-bpmn/fixtures/validation/integration-service-enriched/entry-points.json +0 -21
- package/skills/uipath-maestro-bpmn/fixtures/validation/integration-service-enriched/integration-service-enriched.bpmn +0 -65
- package/skills/uipath-maestro-bpmn/fixtures/validation/integration-service-enriched/operate.json +0 -9
- package/skills/uipath-maestro-bpmn/fixtures/validation/integration-service-enriched/package-descriptor.json +0 -10
- package/skills/uipath-maestro-bpmn/fixtures/validation/integration-service-enriched/project.uiproj +0 -7
- package/skills/uipath-maestro-bpmn/fixtures/validation/linear-process/bindings_v2.json +0 -4
- package/skills/uipath-maestro-bpmn/fixtures/validation/linear-process/entry-points.json +0 -25
- package/skills/uipath-maestro-bpmn/fixtures/validation/linear-process/linear-process.bpmn +0 -55
- package/skills/uipath-maestro-bpmn/fixtures/validation/linear-process/operate.json +0 -9
- package/skills/uipath-maestro-bpmn/fixtures/validation/linear-process/package-descriptor.json +0 -10
- package/skills/uipath-maestro-bpmn/fixtures/validation/linear-process/project.uiproj +0 -7
- package/skills/uipath-maestro-bpmn/fixtures/validation/registry-coverage-matrix/bindings_v2.json +0 -20
- package/skills/uipath-maestro-bpmn/fixtures/validation/registry-coverage-matrix/entry-points.json +0 -17
- package/skills/uipath-maestro-bpmn/fixtures/validation/registry-coverage-matrix/operate.json +0 -9
- package/skills/uipath-maestro-bpmn/fixtures/validation/registry-coverage-matrix/package-descriptor.json +0 -10
- package/skills/uipath-maestro-bpmn/fixtures/validation/registry-coverage-matrix/project.uiproj +0 -7
- package/skills/uipath-maestro-bpmn/fixtures/validation/registry-coverage-matrix/registry-coverage-matrix.bpmn +0 -207
- package/skills/uipath-maestro-bpmn/fixtures/validation/subprocess-multi-instance/bindings_v2.json +0 -4
- package/skills/uipath-maestro-bpmn/fixtures/validation/subprocess-multi-instance/entry-points.json +0 -33
- package/skills/uipath-maestro-bpmn/fixtures/validation/subprocess-multi-instance/operate.json +0 -9
- package/skills/uipath-maestro-bpmn/fixtures/validation/subprocess-multi-instance/package-descriptor.json +0 -10
- package/skills/uipath-maestro-bpmn/fixtures/validation/subprocess-multi-instance/project.uiproj +0 -7
- package/skills/uipath-maestro-bpmn/fixtures/validation/subprocess-multi-instance/subprocess-multi-instance.bpmn +0 -94
- package/skills/uipath-maestro-bpmn/fixtures/validation/wrapper-family-contract/bindings_v2.json +0 -124
- package/skills/uipath-maestro-bpmn/fixtures/validation/wrapper-family-contract/entry-points.json +0 -25
- package/skills/uipath-maestro-bpmn/fixtures/validation/wrapper-family-contract/operate.json +0 -9
- package/skills/uipath-maestro-bpmn/fixtures/validation/wrapper-family-contract/package-descriptor.json +0 -10
- package/skills/uipath-maestro-bpmn/fixtures/validation/wrapper-family-contract/project.uiproj +0 -7
- package/skills/uipath-maestro-bpmn/fixtures/validation/wrapper-family-contract/wrapper-family-contract.bpmn +0 -151
- package/skills/uipath-maestro-bpmn/references/author/CAPABILITY.md +0 -141
- package/skills/uipath-maestro-bpmn/references/author/references/brownfield.md +0 -48
- package/skills/uipath-maestro-bpmn/references/author/references/editing-operations.md +0 -75
- package/skills/uipath-maestro-bpmn/references/author/references/greenfield.md +0 -41
- package/skills/uipath-maestro-bpmn/references/author/references/planning-arch.md +0 -82
- package/skills/uipath-maestro-bpmn/references/author/references/planning-impl.md +0 -104
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/agents/impl.md +0 -34
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/agents/planning.md +0 -38
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/api-workflows/impl.md +0 -37
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/api-workflows/planning.md +0 -28
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/business-rules/impl.md +0 -36
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/business-rules/planning.md +0 -29
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/call-activity-subprocess/impl.md +0 -67
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/call-activity-subprocess/planning.md +0 -29
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/connectors/impl.md +0 -29
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/connectors/planning.md +0 -33
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/gateways/impl.md +0 -32
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/gateways/planning.md +0 -34
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/hitl/impl.md +0 -42
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/hitl/planning.md +0 -30
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/integration-service/impl.md +0 -134
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/integration-service/planning.md +0 -67
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/multi-instance/impl.md +0 -50
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/multi-instance/planning.md +0 -29
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/queues/impl.md +0 -29
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/queues/planning.md +0 -29
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/rpa-jobs/impl.md +0 -35
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/rpa-jobs/planning.md +0 -29
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/script/impl.md +0 -118
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/script/planning.md +0 -30
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/sequence-flows/impl.md +0 -30
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/sequence-flows/planning.md +0 -30
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/service-tasks/impl.md +0 -33
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/service-tasks/planning.md +0 -31
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/signals/impl.md +0 -33
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/signals/planning.md +0 -46
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/start-end-events/impl.md +0 -59
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/start-end-events/planning.md +0 -37
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/waits-triggers/impl.md +0 -40
- package/skills/uipath-maestro-bpmn/references/author/references/plugins/waits-triggers/planning.md +0 -34
- package/skills/uipath-maestro-bpmn/references/author/references/supported-elements.md +0 -123
- package/skills/uipath-maestro-bpmn/references/author/references/task-recipes/README.md +0 -29
- package/skills/uipath-maestro-bpmn/references/author/references/task-recipes/agent-job.md +0 -36
- package/skills/uipath-maestro-bpmn/references/author/references/task-recipes/api-workflow.md +0 -29
- package/skills/uipath-maestro-bpmn/references/author/references/task-recipes/business-rule.md +0 -18
- package/skills/uipath-maestro-bpmn/references/author/references/task-recipes/call-activity.md +0 -56
- package/skills/uipath-maestro-bpmn/references/author/references/task-recipes/hitl.md +0 -17
- package/skills/uipath-maestro-bpmn/references/author/references/task-recipes/http-request.md +0 -119
- package/skills/uipath-maestro-bpmn/references/author/references/task-recipes/queue.md +0 -21
- package/skills/uipath-maestro-bpmn/references/author/references/task-recipes/rpa-job.md +0 -23
- package/skills/uipath-maestro-bpmn/references/author/references/validation.md +0 -118
- package/skills/uipath-maestro-bpmn/references/shared/bpmn-xml-contract.md +0 -197
- package/skills/uipath-maestro-bpmn/references/shared/cli-conventions.md +0 -46
- package/skills/uipath-maestro-bpmn/references/shared/error-handling.md +0 -82
- package/skills/uipath-maestro-bpmn/references/shared/variables-bindings-expressions.md +0 -150
- package/skills/uipath-maestro-bpmn/references/shared/wrapper-shells.md +0 -554
- /package/skills/uipath-maestro-bpmn/references/{shared/expression-authoring.md → expression-authoring.md} +0 -0
- /package/skills/uipath-maestro-bpmn/references/{shared/public-safety.md → public-safety.md} +0 -0
- /package/{agents → skills/uipath-rpa/agents}/uipath-project-discovery-agent.md +0 -0
|
@@ -0,0 +1,2477 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"source": "PO.Frontend registry generator (2026-04-14) + CLI notes",
|
|
4
|
+
"extractedFrom": {
|
|
5
|
+
"designSchemaUtils": "src/services/serialization/design-schema/design-schema-utils.ts",
|
|
6
|
+
"bpmnModdle": "src/services/serialization/bpmn-moddle.ts",
|
|
7
|
+
"fpsFormPropertiesUtils": "src/components/canvases/shared/panels/properties/fps/FPSFormPropertiesUtils.ts",
|
|
8
|
+
"constants": "src/constants.ts",
|
|
9
|
+
"designSchemaJsonDir": "src/services/serialization/design-schema/*.design-schema.json"
|
|
10
|
+
},
|
|
11
|
+
"extensionTypes": {
|
|
12
|
+
"Actions.HITL": {
|
|
13
|
+
"extensionType": "Actions.HITL",
|
|
14
|
+
"label": "Create action app task",
|
|
15
|
+
"bpmnElement": "bpmn:UserTask",
|
|
16
|
+
"placements": {
|
|
17
|
+
"activity": {
|
|
18
|
+
"type": "bpmn:UserTask"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"extensionTag": "uipath:activity",
|
|
22
|
+
"contextFields": [
|
|
23
|
+
{
|
|
24
|
+
"name": "appId",
|
|
25
|
+
"type": "string",
|
|
26
|
+
"required": false,
|
|
27
|
+
"hidden": true,
|
|
28
|
+
"isPrimaryKey": true,
|
|
29
|
+
"binding": false,
|
|
30
|
+
"defaultValue": null
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "appVersion",
|
|
34
|
+
"type": "number",
|
|
35
|
+
"required": false,
|
|
36
|
+
"hidden": true,
|
|
37
|
+
"isPrimaryKey": false,
|
|
38
|
+
"binding": false,
|
|
39
|
+
"defaultValue": null
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "actions",
|
|
43
|
+
"type": "string",
|
|
44
|
+
"required": false,
|
|
45
|
+
"hidden": true,
|
|
46
|
+
"isPrimaryKey": false,
|
|
47
|
+
"binding": false,
|
|
48
|
+
"defaultValue": null
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "key",
|
|
52
|
+
"type": "string",
|
|
53
|
+
"required": false,
|
|
54
|
+
"hidden": true,
|
|
55
|
+
"isPrimaryKey": false,
|
|
56
|
+
"binding": false,
|
|
57
|
+
"defaultValue": null
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "taskTitle",
|
|
61
|
+
"type": "string",
|
|
62
|
+
"required": false,
|
|
63
|
+
"hidden": false,
|
|
64
|
+
"isPrimaryKey": false,
|
|
65
|
+
"binding": false,
|
|
66
|
+
"defaultValue": null
|
|
67
|
+
}
|
|
68
|
+
],
|
|
69
|
+
"inputPattern": "mergedBody",
|
|
70
|
+
"inputName": "HitlTaskArguments",
|
|
71
|
+
"inputTarget": "bodyField",
|
|
72
|
+
"outputSource": null,
|
|
73
|
+
"outputType": "Actions.HITL",
|
|
74
|
+
"outputName": "Process response",
|
|
75
|
+
"useRelativeSource": true,
|
|
76
|
+
"bindingPattern": "none",
|
|
77
|
+
"requiresDiscovery": true,
|
|
78
|
+
"isDynamic": true,
|
|
79
|
+
"xmlTemplate": "<bpmn:UserTask id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Actions.HITL\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"appId\" value=\"{appId}\" />\n <uipath:input name=\"appVersion\" value=\"{appVersion}\" />\n <uipath:input name=\"actions\" value=\"{actions}\" />\n <uipath:input name=\"key\" value=\"{key}\" />\n <uipath:input name=\"taskTitle\" value=\"{taskTitle}\" />\n </uipath:context>\n <uipath:input name=\"HitlTaskArguments\" type=\"json\" target=\"bodyField\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"Process response\" type=\"Actions.HITL\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:UserTask>",
|
|
80
|
+
"discoveryNotes": "Uses getSupportedHumanTasks(search, systemName) to list available action app tasks",
|
|
81
|
+
"contextFieldNotes": "Note: 'folderKey' field in design schema has name='key' (the actual XML context input name)"
|
|
82
|
+
},
|
|
83
|
+
"Orchestrator.StartJob": {
|
|
84
|
+
"extensionType": "Orchestrator.StartJob",
|
|
85
|
+
"label": "Start and wait for RPA workflow",
|
|
86
|
+
"bpmnElement": "bpmn:ServiceTask",
|
|
87
|
+
"placements": {
|
|
88
|
+
"activity": {
|
|
89
|
+
"type": "bpmn:ServiceTask"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"extensionTag": "uipath:activity",
|
|
93
|
+
"contextFields": [
|
|
94
|
+
{
|
|
95
|
+
"name": "releaseKey",
|
|
96
|
+
"displayName": "Process",
|
|
97
|
+
"type": "string",
|
|
98
|
+
"required": false,
|
|
99
|
+
"hidden": true,
|
|
100
|
+
"isPrimaryKey": false,
|
|
101
|
+
"binding": false,
|
|
102
|
+
"defaultValue": null,
|
|
103
|
+
"bindingInfo": {
|
|
104
|
+
"resource": "process",
|
|
105
|
+
"resourceKeyPattern": "${metadata.key}",
|
|
106
|
+
"propertyAttribute": "Key"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "folderId",
|
|
111
|
+
"type": "string",
|
|
112
|
+
"required": false,
|
|
113
|
+
"hidden": true,
|
|
114
|
+
"isPrimaryKey": false,
|
|
115
|
+
"binding": false,
|
|
116
|
+
"defaultValue": null
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "folderPath",
|
|
120
|
+
"type": "string",
|
|
121
|
+
"required": false,
|
|
122
|
+
"hidden": true,
|
|
123
|
+
"isPrimaryKey": false,
|
|
124
|
+
"binding": false,
|
|
125
|
+
"defaultValue": null
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "name",
|
|
129
|
+
"type": "string",
|
|
130
|
+
"required": false,
|
|
131
|
+
"hidden": true,
|
|
132
|
+
"isPrimaryKey": false,
|
|
133
|
+
"binding": false,
|
|
134
|
+
"defaultValue": null
|
|
135
|
+
}
|
|
136
|
+
],
|
|
137
|
+
"inputPattern": "mergedBody",
|
|
138
|
+
"inputName": "JobArguments",
|
|
139
|
+
"inputTarget": "bodyField",
|
|
140
|
+
"outputSource": null,
|
|
141
|
+
"outputType": "Orchestrator.RunJob",
|
|
142
|
+
"outputName": "Process response",
|
|
143
|
+
"useRelativeSource": true,
|
|
144
|
+
"bindingPattern": "process",
|
|
145
|
+
"bindingInfo": {
|
|
146
|
+
"resource": "process",
|
|
147
|
+
"resourceKeyPattern": "${metadata.key}",
|
|
148
|
+
"propertyAttribute": "Key",
|
|
149
|
+
"contextField": "releaseKey"
|
|
150
|
+
},
|
|
151
|
+
"requiresDiscovery": true,
|
|
152
|
+
"isDynamic": true,
|
|
153
|
+
"xmlTemplate": "<bpmn:ServiceTask id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Orchestrator.StartJob\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"releaseKey\" value=\"{releaseKey}\" />\n <uipath:input name=\"folderId\" value=\"{folderId}\" />\n <uipath:input name=\"folderPath\" value=\"{folderPath}\" />\n <uipath:input name=\"name\" value=\"{name}\" />\n </uipath:context>\n <uipath:input name=\"JobArguments\" type=\"json\" target=\"bodyField\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"Process response\" type=\"Orchestrator.RunJob\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:ServiceTask>",
|
|
154
|
+
"discoveryNotes": "Uses getSupportedOrchestratorTasks('process', search) to list available processes"
|
|
155
|
+
},
|
|
156
|
+
"Orchestrator.StartAgentJob": {
|
|
157
|
+
"extensionType": "Orchestrator.StartAgentJob",
|
|
158
|
+
"label": "Start and wait for agent",
|
|
159
|
+
"bpmnElement": "bpmn:ServiceTask",
|
|
160
|
+
"placements": {
|
|
161
|
+
"activity": {
|
|
162
|
+
"type": "bpmn:ServiceTask"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"extensionTag": "uipath:activity",
|
|
166
|
+
"contextFields": [
|
|
167
|
+
{
|
|
168
|
+
"name": "releaseKey",
|
|
169
|
+
"displayName": "Process",
|
|
170
|
+
"type": "string",
|
|
171
|
+
"required": false,
|
|
172
|
+
"hidden": true,
|
|
173
|
+
"isPrimaryKey": false,
|
|
174
|
+
"binding": false,
|
|
175
|
+
"defaultValue": null,
|
|
176
|
+
"bindingInfo": {
|
|
177
|
+
"resource": "process",
|
|
178
|
+
"resourceKeyPattern": "${metadata.key}",
|
|
179
|
+
"propertyAttribute": "Key"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "folderId",
|
|
184
|
+
"type": "string",
|
|
185
|
+
"required": false,
|
|
186
|
+
"hidden": true,
|
|
187
|
+
"isPrimaryKey": false,
|
|
188
|
+
"binding": false,
|
|
189
|
+
"defaultValue": null
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"name": "folderPath",
|
|
193
|
+
"type": "string",
|
|
194
|
+
"required": false,
|
|
195
|
+
"hidden": true,
|
|
196
|
+
"isPrimaryKey": false,
|
|
197
|
+
"binding": false,
|
|
198
|
+
"defaultValue": null
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "name",
|
|
202
|
+
"type": "string",
|
|
203
|
+
"required": false,
|
|
204
|
+
"hidden": true,
|
|
205
|
+
"isPrimaryKey": false,
|
|
206
|
+
"binding": false,
|
|
207
|
+
"defaultValue": null
|
|
208
|
+
}
|
|
209
|
+
],
|
|
210
|
+
"inputPattern": "mergedBody",
|
|
211
|
+
"inputName": "JobArguments",
|
|
212
|
+
"inputTarget": "bodyField",
|
|
213
|
+
"outputSource": null,
|
|
214
|
+
"outputType": "Orchestrator.RunJob",
|
|
215
|
+
"outputName": "Process response",
|
|
216
|
+
"useRelativeSource": true,
|
|
217
|
+
"bindingPattern": "process",
|
|
218
|
+
"bindingInfo": {
|
|
219
|
+
"resource": "process",
|
|
220
|
+
"resourceKeyPattern": "${metadata.key}",
|
|
221
|
+
"propertyAttribute": "Key",
|
|
222
|
+
"contextField": "releaseKey"
|
|
223
|
+
},
|
|
224
|
+
"requiresDiscovery": true,
|
|
225
|
+
"isDynamic": true,
|
|
226
|
+
"xmlTemplate": "<bpmn:ServiceTask id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Orchestrator.StartAgentJob\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"releaseKey\" value=\"{releaseKey}\" />\n <uipath:input name=\"folderId\" value=\"{folderId}\" />\n <uipath:input name=\"folderPath\" value=\"{folderPath}\" />\n <uipath:input name=\"name\" value=\"{name}\" />\n </uipath:context>\n <uipath:input name=\"JobArguments\" type=\"json\" target=\"bodyField\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"Process response\" type=\"Orchestrator.RunJob\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:ServiceTask>",
|
|
227
|
+
"discoveryNotes": "Uses getSupportedOrchestratorTasks('agent', search) to list available agents"
|
|
228
|
+
},
|
|
229
|
+
"Orchestrator.BusinessRules": {
|
|
230
|
+
"extensionType": "Orchestrator.BusinessRules",
|
|
231
|
+
"label": "Execute business rule [Preview]",
|
|
232
|
+
"bpmnElement": "bpmn:BusinessRuleTask",
|
|
233
|
+
"placements": {
|
|
234
|
+
"activity": {
|
|
235
|
+
"type": "bpmn:BusinessRuleTask"
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"extensionTag": "uipath:activity",
|
|
239
|
+
"contextFields": [
|
|
240
|
+
{
|
|
241
|
+
"name": "releaseKey",
|
|
242
|
+
"displayName": "Process",
|
|
243
|
+
"type": "string",
|
|
244
|
+
"required": false,
|
|
245
|
+
"hidden": true,
|
|
246
|
+
"isPrimaryKey": false,
|
|
247
|
+
"binding": false,
|
|
248
|
+
"defaultValue": null,
|
|
249
|
+
"bindingInfo": {
|
|
250
|
+
"resource": "process",
|
|
251
|
+
"resourceKeyPattern": "${metadata.key}",
|
|
252
|
+
"propertyAttribute": "Key"
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "folderId",
|
|
257
|
+
"type": "string",
|
|
258
|
+
"required": false,
|
|
259
|
+
"hidden": true,
|
|
260
|
+
"isPrimaryKey": false,
|
|
261
|
+
"binding": false,
|
|
262
|
+
"defaultValue": null
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "folderPath",
|
|
266
|
+
"type": "string",
|
|
267
|
+
"required": false,
|
|
268
|
+
"hidden": true,
|
|
269
|
+
"isPrimaryKey": false,
|
|
270
|
+
"binding": false,
|
|
271
|
+
"defaultValue": null
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"name": "name",
|
|
275
|
+
"type": "string",
|
|
276
|
+
"required": false,
|
|
277
|
+
"hidden": true,
|
|
278
|
+
"isPrimaryKey": false,
|
|
279
|
+
"binding": false,
|
|
280
|
+
"defaultValue": null
|
|
281
|
+
}
|
|
282
|
+
],
|
|
283
|
+
"inputPattern": "mergedBody",
|
|
284
|
+
"inputName": "JobArguments",
|
|
285
|
+
"inputTarget": "bodyField",
|
|
286
|
+
"outputSource": null,
|
|
287
|
+
"outputType": "Orchestrator.BusinessRules",
|
|
288
|
+
"outputName": "Execute business rule [Preview]",
|
|
289
|
+
"useRelativeSource": true,
|
|
290
|
+
"bindingPattern": "businessRule",
|
|
291
|
+
"bindingInfo": {
|
|
292
|
+
"resource": "process",
|
|
293
|
+
"resourceKeyPattern": "${metadata.key}",
|
|
294
|
+
"propertyAttribute": "Key",
|
|
295
|
+
"contextField": "releaseKey"
|
|
296
|
+
},
|
|
297
|
+
"requiresDiscovery": true,
|
|
298
|
+
"isDynamic": true,
|
|
299
|
+
"xmlTemplate": "<bpmn:BusinessRuleTask id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Orchestrator.BusinessRules\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"releaseKey\" value=\"{releaseKey}\" />\n <uipath:input name=\"folderId\" value=\"{folderId}\" />\n <uipath:input name=\"folderPath\" value=\"{folderPath}\" />\n <uipath:input name=\"name\" value=\"{name}\" />\n </uipath:context>\n <uipath:input name=\"JobArguments\" type=\"json\" target=\"bodyField\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"Execute business rule [Preview]\" type=\"Orchestrator.BusinessRules\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:BusinessRuleTask>",
|
|
300
|
+
"discoveryNotes": "Uses getOrchestratorBusinessRules() to list available business rules"
|
|
301
|
+
},
|
|
302
|
+
"Intsvc.ActivityExecution": {
|
|
303
|
+
"extensionType": "Intsvc.ActivityExecution",
|
|
304
|
+
"label": "Execute connector activity",
|
|
305
|
+
"bpmnElement": "bpmn:SendTask",
|
|
306
|
+
"placements": {
|
|
307
|
+
"activity": {
|
|
308
|
+
"type": "bpmn:SendTask"
|
|
309
|
+
},
|
|
310
|
+
"intermediateEvent": {
|
|
311
|
+
"type": "bpmn:IntermediateThrowEvent",
|
|
312
|
+
"eventDefinition": {
|
|
313
|
+
"type": "bpmn:MessageEventDefinition"
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
"endEvent": {
|
|
317
|
+
"type": "bpmn:EndEvent",
|
|
318
|
+
"eventDefinition": {
|
|
319
|
+
"type": "bpmn:MessageEventDefinition"
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
"extensionTag": "uipath:activity",
|
|
324
|
+
"contextFields": [
|
|
325
|
+
{
|
|
326
|
+
"name": "activity",
|
|
327
|
+
"displayName": "Activity",
|
|
328
|
+
"type": "string",
|
|
329
|
+
"required": true,
|
|
330
|
+
"hidden": false,
|
|
331
|
+
"isPrimaryKey": true,
|
|
332
|
+
"binding": false,
|
|
333
|
+
"defaultValue": null
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"name": "connectorKey",
|
|
337
|
+
"displayName": "Connector key",
|
|
338
|
+
"type": "string",
|
|
339
|
+
"required": false,
|
|
340
|
+
"hidden": true,
|
|
341
|
+
"isPrimaryKey": false,
|
|
342
|
+
"binding": false,
|
|
343
|
+
"defaultValue": null
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"name": "connection",
|
|
347
|
+
"displayName": "Connection",
|
|
348
|
+
"type": "string",
|
|
349
|
+
"required": false,
|
|
350
|
+
"hidden": true,
|
|
351
|
+
"isPrimaryKey": false,
|
|
352
|
+
"binding": true,
|
|
353
|
+
"defaultValue": null
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "folderKey",
|
|
357
|
+
"displayName": "Folder key",
|
|
358
|
+
"type": "string",
|
|
359
|
+
"required": false,
|
|
360
|
+
"hidden": true,
|
|
361
|
+
"isPrimaryKey": false,
|
|
362
|
+
"binding": false,
|
|
363
|
+
"defaultValue": null
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"name": "method",
|
|
367
|
+
"displayName": "Method",
|
|
368
|
+
"type": "string",
|
|
369
|
+
"required": false,
|
|
370
|
+
"hidden": true,
|
|
371
|
+
"isPrimaryKey": false,
|
|
372
|
+
"binding": false,
|
|
373
|
+
"defaultValue": null
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"name": "path",
|
|
377
|
+
"displayName": "Path",
|
|
378
|
+
"type": "string",
|
|
379
|
+
"required": false,
|
|
380
|
+
"hidden": true,
|
|
381
|
+
"isPrimaryKey": false,
|
|
382
|
+
"binding": false,
|
|
383
|
+
"defaultValue": null
|
|
384
|
+
}
|
|
385
|
+
],
|
|
386
|
+
"inputPattern": "separateInputs",
|
|
387
|
+
"inputName": "body",
|
|
388
|
+
"inputTarget": "body",
|
|
389
|
+
"outputSource": ".",
|
|
390
|
+
"outputType": "custom",
|
|
391
|
+
"outputName": "result",
|
|
392
|
+
"useRelativeSource": false,
|
|
393
|
+
"bindingPattern": "connection",
|
|
394
|
+
"requiresDiscovery": true,
|
|
395
|
+
"isDynamic": true,
|
|
396
|
+
"xmlTemplate": "<bpmn:SendTask id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Intsvc.ActivityExecution\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"activity\" value=\"{activity}\" />\n <uipath:input name=\"connectorKey\" value=\"{connectorKey}\" />\n <uipath:input name=\"connection\" value=\"=bindings.{bindingId}\" />\n <uipath:input name=\"folderKey\" value=\"{folderKey}\" />\n <uipath:input name=\"method\" value=\"{method}\" />\n <uipath:input name=\"path\" value=\"{path}\" />\n </uipath:context>\n <uipath:input name=\"body\" type=\"json\" target=\"body\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"result\" type=\"custom\" source=\".\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:SendTask>",
|
|
397
|
+
"discoveryNotes": "Uses getConnectorConnections(connectorKey) to list available connections. Activity/connector metadata comes from Integration Service catalog.",
|
|
398
|
+
"inputNotes": "isSplitInputs=false in design schema; inputs are sent as separate <uipath:input> elements, not merged into a single JSON body",
|
|
399
|
+
"extensionTagNotes": "In isExecution array, NOT in isEvents array, so uses uipath:activity"
|
|
400
|
+
},
|
|
401
|
+
"Intsvc.HttpExecution": {
|
|
402
|
+
"extensionType": "Intsvc.HttpExecution",
|
|
403
|
+
"label": "Execute HTTP request (Legacy)",
|
|
404
|
+
"bpmnElement": "bpmn:SendTask",
|
|
405
|
+
"placements": {
|
|
406
|
+
"activity": {
|
|
407
|
+
"type": "bpmn:SendTask"
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
"extensionTag": "uipath:activity",
|
|
411
|
+
"contextFields": [
|
|
412
|
+
{
|
|
413
|
+
"name": "mode",
|
|
414
|
+
"displayName": "Mode",
|
|
415
|
+
"type": "string",
|
|
416
|
+
"required": true,
|
|
417
|
+
"hidden": true,
|
|
418
|
+
"isPrimaryKey": false,
|
|
419
|
+
"binding": false,
|
|
420
|
+
"defaultValue": "manual"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"name": "method",
|
|
424
|
+
"displayName": "HTTP Method",
|
|
425
|
+
"type": "string",
|
|
426
|
+
"required": true,
|
|
427
|
+
"hidden": false,
|
|
428
|
+
"isPrimaryKey": false,
|
|
429
|
+
"binding": false,
|
|
430
|
+
"defaultValue": "GET"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"name": "url",
|
|
434
|
+
"displayName": "URL",
|
|
435
|
+
"type": "string",
|
|
436
|
+
"required": true,
|
|
437
|
+
"hidden": false,
|
|
438
|
+
"isPrimaryKey": false,
|
|
439
|
+
"binding": true,
|
|
440
|
+
"defaultValue": ""
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "headers",
|
|
444
|
+
"displayName": "Headers",
|
|
445
|
+
"type": "json",
|
|
446
|
+
"required": false,
|
|
447
|
+
"hidden": false,
|
|
448
|
+
"isPrimaryKey": false,
|
|
449
|
+
"binding": true,
|
|
450
|
+
"defaultValue": "{}"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"name": "parameters",
|
|
454
|
+
"displayName": "Query Parameters",
|
|
455
|
+
"type": "json",
|
|
456
|
+
"required": false,
|
|
457
|
+
"hidden": false,
|
|
458
|
+
"isPrimaryKey": false,
|
|
459
|
+
"binding": true,
|
|
460
|
+
"defaultValue": "{}"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"name": "body",
|
|
464
|
+
"displayName": "Request Body",
|
|
465
|
+
"type": "json",
|
|
466
|
+
"required": false,
|
|
467
|
+
"hidden": false,
|
|
468
|
+
"isPrimaryKey": false,
|
|
469
|
+
"binding": true,
|
|
470
|
+
"defaultValue": "null"
|
|
471
|
+
}
|
|
472
|
+
],
|
|
473
|
+
"inputPattern": "none",
|
|
474
|
+
"outputSource": "=response",
|
|
475
|
+
"outputType": "jsonSchema",
|
|
476
|
+
"outputName": "response",
|
|
477
|
+
"useRelativeSource": false,
|
|
478
|
+
"bindingPattern": "none",
|
|
479
|
+
"requiresDiscovery": false,
|
|
480
|
+
"isDynamic": false,
|
|
481
|
+
"xmlTemplate": "<bpmn:SendTask id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Intsvc.HttpExecution\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"mode\" value=\"manual\" />\n <uipath:input name=\"method\" value=\"GET\" />\n <uipath:input name=\"url\" value=\"=bindings.{bindingId}\" />\n <uipath:input name=\"headers\" value=\"=bindings.{bindingId}\" />\n <uipath:input name=\"parameters\" value=\"=bindings.{bindingId}\" />\n <uipath:input name=\"body\" value=\"=bindings.{bindingId}\" />\n </uipath:context>\n <uipath:output name=\"response\" type=\"jsonSchema\" source=\"=response\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:SendTask>",
|
|
482
|
+
"inputNotes": "No jsonBody in design schema input section; all configuration is in context fields"
|
|
483
|
+
},
|
|
484
|
+
"Intsvc.UnifiedHttpRequest": {
|
|
485
|
+
"extensionType": "Intsvc.UnifiedHttpRequest",
|
|
486
|
+
"label": "Execute HTTP request",
|
|
487
|
+
"bpmnElement": "bpmn:SendTask",
|
|
488
|
+
"placements": {
|
|
489
|
+
"activity": {
|
|
490
|
+
"type": "bpmn:SendTask"
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
"extensionTag": "uipath:activity",
|
|
494
|
+
"contextFields": [
|
|
495
|
+
{
|
|
496
|
+
"name": "mode",
|
|
497
|
+
"displayName": "Mode",
|
|
498
|
+
"type": "string",
|
|
499
|
+
"required": true,
|
|
500
|
+
"hidden": true,
|
|
501
|
+
"isPrimaryKey": false,
|
|
502
|
+
"binding": false,
|
|
503
|
+
"defaultValue": "manual"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"name": "method",
|
|
507
|
+
"displayName": "HTTP Method",
|
|
508
|
+
"type": "string",
|
|
509
|
+
"required": true,
|
|
510
|
+
"hidden": false,
|
|
511
|
+
"isPrimaryKey": false,
|
|
512
|
+
"binding": false,
|
|
513
|
+
"defaultValue": "GET"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"name": "url",
|
|
517
|
+
"displayName": "URL",
|
|
518
|
+
"type": "string",
|
|
519
|
+
"required": true,
|
|
520
|
+
"hidden": false,
|
|
521
|
+
"isPrimaryKey": false,
|
|
522
|
+
"binding": true,
|
|
523
|
+
"defaultValue": ""
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"name": "headers",
|
|
527
|
+
"displayName": "Headers",
|
|
528
|
+
"type": "json",
|
|
529
|
+
"required": false,
|
|
530
|
+
"hidden": false,
|
|
531
|
+
"isPrimaryKey": false,
|
|
532
|
+
"binding": true,
|
|
533
|
+
"defaultValue": "{}"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"name": "parameters",
|
|
537
|
+
"displayName": "Query Parameters",
|
|
538
|
+
"type": "json",
|
|
539
|
+
"required": false,
|
|
540
|
+
"hidden": false,
|
|
541
|
+
"isPrimaryKey": false,
|
|
542
|
+
"binding": true,
|
|
543
|
+
"defaultValue": "{}"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"name": "body",
|
|
547
|
+
"displayName": "Request Body",
|
|
548
|
+
"type": "json",
|
|
549
|
+
"required": false,
|
|
550
|
+
"hidden": false,
|
|
551
|
+
"isPrimaryKey": false,
|
|
552
|
+
"binding": true,
|
|
553
|
+
"defaultValue": "null"
|
|
554
|
+
}
|
|
555
|
+
],
|
|
556
|
+
"inputPattern": "separateInputs",
|
|
557
|
+
"outputSource": "=response",
|
|
558
|
+
"outputType": "jsonSchema",
|
|
559
|
+
"outputName": "response",
|
|
560
|
+
"useRelativeSource": false,
|
|
561
|
+
"bindingPattern": "none",
|
|
562
|
+
"requiresDiscovery": false,
|
|
563
|
+
"isDynamic": false,
|
|
564
|
+
"designSchemaSharedWith": "Intsvc.HttpExecution",
|
|
565
|
+
"xmlTemplate": "<bpmn:SendTask id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Intsvc.UnifiedHttpRequest\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"mode\" value=\"manual\" />\n <uipath:input name=\"method\" value=\"GET\" />\n <uipath:input name=\"url\" value=\"=bindings.{bindingId}\" />\n <uipath:input name=\"headers\" value=\"=bindings.{bindingId}\" />\n <uipath:input name=\"parameters\" value=\"=bindings.{bindingId}\" />\n <uipath:input name=\"body\" value=\"=bindings.{bindingId}\" />\n </uipath:context>\n <uipath:output name=\"response\" type=\"jsonSchema\" source=\"=response\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:SendTask>",
|
|
566
|
+
"inputNotes": "In the isExecution array. Despite the design schema having no jsonBody, inputs are managed by the IS connector framework and serialized as separate <uipath:input> elements. The design schema context fields (mode, method, url, headers, parameters, body) are used for the HttpRequestV2Properties panel.",
|
|
567
|
+
"contextFieldNotes": "Context fields above come from the legacy design schema (shared with Intsvc.HttpExecution). In the FPS ImplementationSection, this type is routed through IntsvcActivityProperties (IS connector framework), NOT HttpRequestProperties. The IS connector auto-initializes with HTTP_ACTIVITY_CONFIG and manages context dynamically. When used via the uipath.http-request shortcut node, it uses HttpRequestV2Properties which manages these context fields directly.",
|
|
568
|
+
"extensionTagNotes": "In isExecution array, uses uipath:activity. Shares design schema with Intsvc.HttpExecution but uses IS connector framework at runtime."
|
|
569
|
+
},
|
|
570
|
+
"Intsvc.WaitForEvent": {
|
|
571
|
+
"extensionType": "Intsvc.WaitForEvent",
|
|
572
|
+
"label": "Wait for connector event",
|
|
573
|
+
"bpmnElement": "bpmn:ReceiveTask",
|
|
574
|
+
"placements": {
|
|
575
|
+
"activity": {
|
|
576
|
+
"type": "bpmn:ReceiveTask"
|
|
577
|
+
},
|
|
578
|
+
"intermediateEvent": {
|
|
579
|
+
"type": "bpmn:IntermediateCatchEvent",
|
|
580
|
+
"eventDefinition": {
|
|
581
|
+
"type": "bpmn:MessageEventDefinition"
|
|
582
|
+
}
|
|
583
|
+
},
|
|
584
|
+
"boundaryEvent": {
|
|
585
|
+
"type": "bpmn:BoundaryEvent",
|
|
586
|
+
"eventDefinition": {
|
|
587
|
+
"type": "bpmn:MessageEventDefinition"
|
|
588
|
+
}
|
|
589
|
+
}
|
|
590
|
+
},
|
|
591
|
+
"extensionTag": "uipath:event",
|
|
592
|
+
"contextFields": [],
|
|
593
|
+
"inputPattern": "separateInputs",
|
|
594
|
+
"outputSource": ".",
|
|
595
|
+
"outputType": "custom",
|
|
596
|
+
"outputName": "result",
|
|
597
|
+
"useRelativeSource": false,
|
|
598
|
+
"bindingPattern": "connection",
|
|
599
|
+
"requiresDiscovery": true,
|
|
600
|
+
"isDynamic": false,
|
|
601
|
+
"xmlTemplate": "<bpmn:ReceiveTask id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:event version=\"v1\">\n <uipath:type value=\"Intsvc.WaitForEvent\" version=\"v1\" />\n <uipath:output name=\"result\" type=\"custom\" source=\".\" var=\"{varId}\" />\n </uipath:event>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:ReceiveTask>",
|
|
602
|
+
"discoveryNotes": "Uses getConnectorConnections(connectorKey) to list available connections",
|
|
603
|
+
"inputNotes": "isSplitInputs=false; inputs are defined in input.fields (not jsonBody). Sent as separate <uipath:input> elements.",
|
|
604
|
+
"contextFieldNotes": "Context fields are empty in design schema; all field definitions are in inputFields below",
|
|
605
|
+
"extensionTagNotes": "In isEvents array, uses uipath:event",
|
|
606
|
+
"inputFields": [
|
|
607
|
+
{
|
|
608
|
+
"name": "connectionId",
|
|
609
|
+
"displayName": "Connection ID",
|
|
610
|
+
"type": "string",
|
|
611
|
+
"required": true,
|
|
612
|
+
"hidden": false,
|
|
613
|
+
"isPrimaryKey": false,
|
|
614
|
+
"binding": true,
|
|
615
|
+
"defaultValue": null,
|
|
616
|
+
"description": "Connection ID for the IS connector (bindable)"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"name": "connectorKey",
|
|
620
|
+
"displayName": "Connector key",
|
|
621
|
+
"type": "string",
|
|
622
|
+
"required": true,
|
|
623
|
+
"hidden": false,
|
|
624
|
+
"isPrimaryKey": false,
|
|
625
|
+
"binding": false,
|
|
626
|
+
"defaultValue": null,
|
|
627
|
+
"description": "Integration Service connector identifier"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"name": "folderId",
|
|
631
|
+
"displayName": "Folder ID",
|
|
632
|
+
"type": "string",
|
|
633
|
+
"required": true,
|
|
634
|
+
"hidden": false,
|
|
635
|
+
"isPrimaryKey": false,
|
|
636
|
+
"binding": false,
|
|
637
|
+
"defaultValue": null,
|
|
638
|
+
"description": "Folder ID for the connector connection"
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"name": "folderPath",
|
|
642
|
+
"displayName": "Folder path",
|
|
643
|
+
"type": "string",
|
|
644
|
+
"required": true,
|
|
645
|
+
"hidden": false,
|
|
646
|
+
"isPrimaryKey": false,
|
|
647
|
+
"binding": false,
|
|
648
|
+
"defaultValue": null,
|
|
649
|
+
"description": "Folder path for the connector connection"
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"name": "folderKey",
|
|
653
|
+
"displayName": "Folder key",
|
|
654
|
+
"type": "string",
|
|
655
|
+
"required": true,
|
|
656
|
+
"hidden": false,
|
|
657
|
+
"isPrimaryKey": false,
|
|
658
|
+
"binding": false,
|
|
659
|
+
"defaultValue": null,
|
|
660
|
+
"description": "Folder key for the connector connection"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"name": "operation",
|
|
664
|
+
"displayName": "Operation",
|
|
665
|
+
"type": "string",
|
|
666
|
+
"required": true,
|
|
667
|
+
"hidden": true,
|
|
668
|
+
"isPrimaryKey": true,
|
|
669
|
+
"binding": false,
|
|
670
|
+
"defaultValue": null,
|
|
671
|
+
"description": "Connector event operation to wait for"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"name": "objectName",
|
|
675
|
+
"displayName": "Object name",
|
|
676
|
+
"type": "string",
|
|
677
|
+
"required": true,
|
|
678
|
+
"hidden": true,
|
|
679
|
+
"isPrimaryKey": false,
|
|
680
|
+
"binding": false,
|
|
681
|
+
"defaultValue": null,
|
|
682
|
+
"description": "Object name associated with the event trigger"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "filter",
|
|
686
|
+
"displayName": "Filter",
|
|
687
|
+
"type": "object",
|
|
688
|
+
"required": false,
|
|
689
|
+
"hidden": false,
|
|
690
|
+
"isPrimaryKey": false,
|
|
691
|
+
"binding": false,
|
|
692
|
+
"defaultValue": {},
|
|
693
|
+
"description": "Filter criteria for the event"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"name": "parameters",
|
|
697
|
+
"displayName": "Parameters",
|
|
698
|
+
"type": "object",
|
|
699
|
+
"required": false,
|
|
700
|
+
"hidden": false,
|
|
701
|
+
"isPrimaryKey": false,
|
|
702
|
+
"binding": false,
|
|
703
|
+
"defaultValue": {},
|
|
704
|
+
"description": "Additional parameters for the event"
|
|
705
|
+
}
|
|
706
|
+
]
|
|
707
|
+
},
|
|
708
|
+
"Intsvc.EventTrigger": {
|
|
709
|
+
"extensionType": "Intsvc.EventTrigger",
|
|
710
|
+
"label": "Wait for connector event (trigger)",
|
|
711
|
+
"bpmnElement": "bpmn:StartEvent",
|
|
712
|
+
"placements": {
|
|
713
|
+
"startEvent": {
|
|
714
|
+
"type": "bpmn:StartEvent",
|
|
715
|
+
"eventDefinition": {
|
|
716
|
+
"type": "bpmn:MessageEventDefinition"
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
"extensionTag": "uipath:event",
|
|
721
|
+
"contextFields": [],
|
|
722
|
+
"inputPattern": "separateInputs",
|
|
723
|
+
"outputSource": ".",
|
|
724
|
+
"outputType": "custom",
|
|
725
|
+
"outputName": "result",
|
|
726
|
+
"useRelativeSource": false,
|
|
727
|
+
"bindingPattern": "connection",
|
|
728
|
+
"requiresDiscovery": true,
|
|
729
|
+
"isDynamic": false,
|
|
730
|
+
"xmlTemplate": "<bpmn:StartEvent id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:event version=\"v1\">\n <uipath:type value=\"Intsvc.EventTrigger\" version=\"v1\" />\n <uipath:output name=\"result\" type=\"custom\" source=\".\" var=\"{varId}\" />\n </uipath:event>\n </bpmn:extensionElements>\n <bpmn:messageEventDefinition />\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:StartEvent>",
|
|
731
|
+
"discoveryNotes": "Uses getConnectorConnections(connectorKey) to list available connections",
|
|
732
|
+
"inputNotes": "isSplitInputs=false; inputs defined in input.fields. Sent as separate <uipath:input> elements.",
|
|
733
|
+
"contextFieldNotes": "Context fields are empty in design schema; all field definitions are in inputFields below",
|
|
734
|
+
"extensionTagNotes": "In isEvents array, uses uipath:event",
|
|
735
|
+
"inputFields": [
|
|
736
|
+
{
|
|
737
|
+
"name": "connectionId",
|
|
738
|
+
"displayName": "Connection ID",
|
|
739
|
+
"type": "string",
|
|
740
|
+
"required": true,
|
|
741
|
+
"hidden": false,
|
|
742
|
+
"isPrimaryKey": false,
|
|
743
|
+
"binding": true,
|
|
744
|
+
"defaultValue": null,
|
|
745
|
+
"description": "Connection ID for the IS connector (bindable)"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "connectorKey",
|
|
749
|
+
"displayName": "Connector key",
|
|
750
|
+
"type": "string",
|
|
751
|
+
"required": true,
|
|
752
|
+
"hidden": false,
|
|
753
|
+
"isPrimaryKey": false,
|
|
754
|
+
"binding": false,
|
|
755
|
+
"defaultValue": null,
|
|
756
|
+
"description": "Integration Service connector identifier"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "folderId",
|
|
760
|
+
"displayName": "Folder ID",
|
|
761
|
+
"type": "string",
|
|
762
|
+
"required": true,
|
|
763
|
+
"hidden": false,
|
|
764
|
+
"isPrimaryKey": false,
|
|
765
|
+
"binding": false,
|
|
766
|
+
"defaultValue": null,
|
|
767
|
+
"description": "Folder ID for the connector connection"
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"name": "folderPath",
|
|
771
|
+
"displayName": "Folder path",
|
|
772
|
+
"type": "string",
|
|
773
|
+
"required": true,
|
|
774
|
+
"hidden": false,
|
|
775
|
+
"isPrimaryKey": false,
|
|
776
|
+
"binding": false,
|
|
777
|
+
"defaultValue": null,
|
|
778
|
+
"description": "Folder path for the connector connection"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"name": "folderKey",
|
|
782
|
+
"displayName": "Folder key",
|
|
783
|
+
"type": "string",
|
|
784
|
+
"required": true,
|
|
785
|
+
"hidden": false,
|
|
786
|
+
"isPrimaryKey": false,
|
|
787
|
+
"binding": false,
|
|
788
|
+
"defaultValue": null,
|
|
789
|
+
"description": "Folder key for the connector connection"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "operation",
|
|
793
|
+
"displayName": "Operation",
|
|
794
|
+
"type": "string",
|
|
795
|
+
"required": true,
|
|
796
|
+
"hidden": true,
|
|
797
|
+
"isPrimaryKey": true,
|
|
798
|
+
"binding": false,
|
|
799
|
+
"defaultValue": null,
|
|
800
|
+
"description": "Connector event operation to trigger on"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"name": "objectName",
|
|
804
|
+
"displayName": "Object name",
|
|
805
|
+
"type": "string",
|
|
806
|
+
"required": true,
|
|
807
|
+
"hidden": true,
|
|
808
|
+
"isPrimaryKey": false,
|
|
809
|
+
"binding": false,
|
|
810
|
+
"defaultValue": null,
|
|
811
|
+
"description": "Object name associated with the event trigger"
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"name": "filter",
|
|
815
|
+
"displayName": "Filter",
|
|
816
|
+
"type": "object",
|
|
817
|
+
"required": false,
|
|
818
|
+
"hidden": false,
|
|
819
|
+
"isPrimaryKey": false,
|
|
820
|
+
"binding": false,
|
|
821
|
+
"defaultValue": {},
|
|
822
|
+
"description": "Filter criteria for the event trigger"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"name": "parameters",
|
|
826
|
+
"displayName": "Parameters",
|
|
827
|
+
"type": "object",
|
|
828
|
+
"required": false,
|
|
829
|
+
"hidden": false,
|
|
830
|
+
"isPrimaryKey": false,
|
|
831
|
+
"binding": false,
|
|
832
|
+
"defaultValue": {},
|
|
833
|
+
"description": "Additional parameters for the event trigger"
|
|
834
|
+
}
|
|
835
|
+
]
|
|
836
|
+
},
|
|
837
|
+
"Intsvc.AsyncExecution": {
|
|
838
|
+
"extensionType": "Intsvc.AsyncExecution",
|
|
839
|
+
"label": "Start and wait for external agent",
|
|
840
|
+
"bpmnElement": "bpmn:ServiceTask",
|
|
841
|
+
"placements": {
|
|
842
|
+
"activity": {
|
|
843
|
+
"type": "bpmn:ServiceTask"
|
|
844
|
+
}
|
|
845
|
+
},
|
|
846
|
+
"extensionTag": "uipath:activity",
|
|
847
|
+
"contextFields": [
|
|
848
|
+
{
|
|
849
|
+
"name": "activity",
|
|
850
|
+
"displayName": "Activity",
|
|
851
|
+
"type": "string",
|
|
852
|
+
"required": true,
|
|
853
|
+
"hidden": false,
|
|
854
|
+
"isPrimaryKey": true,
|
|
855
|
+
"binding": false,
|
|
856
|
+
"defaultValue": null
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"name": "connectorKey",
|
|
860
|
+
"displayName": "Connector key",
|
|
861
|
+
"type": "string",
|
|
862
|
+
"required": false,
|
|
863
|
+
"hidden": true,
|
|
864
|
+
"isPrimaryKey": false,
|
|
865
|
+
"binding": false,
|
|
866
|
+
"defaultValue": null
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"name": "connection",
|
|
870
|
+
"displayName": "Connection",
|
|
871
|
+
"type": "string",
|
|
872
|
+
"required": false,
|
|
873
|
+
"hidden": true,
|
|
874
|
+
"isPrimaryKey": false,
|
|
875
|
+
"binding": true,
|
|
876
|
+
"defaultValue": null
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"name": "folderKey",
|
|
880
|
+
"displayName": "Folder key",
|
|
881
|
+
"type": "string",
|
|
882
|
+
"required": false,
|
|
883
|
+
"hidden": true,
|
|
884
|
+
"isPrimaryKey": false,
|
|
885
|
+
"binding": false,
|
|
886
|
+
"defaultValue": null
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"name": "method",
|
|
890
|
+
"displayName": "Method",
|
|
891
|
+
"type": "string",
|
|
892
|
+
"required": false,
|
|
893
|
+
"hidden": true,
|
|
894
|
+
"isPrimaryKey": false,
|
|
895
|
+
"binding": false,
|
|
896
|
+
"defaultValue": null
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"name": "path",
|
|
900
|
+
"displayName": "Path",
|
|
901
|
+
"type": "string",
|
|
902
|
+
"required": false,
|
|
903
|
+
"hidden": true,
|
|
904
|
+
"isPrimaryKey": false,
|
|
905
|
+
"binding": false,
|
|
906
|
+
"defaultValue": null
|
|
907
|
+
}
|
|
908
|
+
],
|
|
909
|
+
"inputPattern": "separateInputs",
|
|
910
|
+
"inputName": "body",
|
|
911
|
+
"inputTarget": "body",
|
|
912
|
+
"outputSource": ".",
|
|
913
|
+
"outputType": "custom",
|
|
914
|
+
"outputName": "response",
|
|
915
|
+
"useRelativeSource": false,
|
|
916
|
+
"bindingPattern": "connection",
|
|
917
|
+
"requiresDiscovery": true,
|
|
918
|
+
"isDynamic": true,
|
|
919
|
+
"xmlTemplate": "<bpmn:ServiceTask id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Intsvc.AsyncExecution\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"activity\" value=\"{activity}\" />\n <uipath:input name=\"connectorKey\" value=\"{connectorKey}\" />\n <uipath:input name=\"connection\" value=\"=bindings.{bindingId}\" />\n <uipath:input name=\"folderKey\" value=\"{folderKey}\" />\n <uipath:input name=\"method\" value=\"{method}\" />\n <uipath:input name=\"path\" value=\"{path}\" />\n </uipath:context>\n <uipath:input name=\"body\" type=\"json\" target=\"body\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"response\" type=\"custom\" source=\".\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:ServiceTask>",
|
|
920
|
+
"discoveryNotes": "Uses getConnectorConnections(connectorKey) to list available connections",
|
|
921
|
+
"inputNotes": "isSplitInputs=false in design schema; inputs are sent as separate <uipath:input> elements",
|
|
922
|
+
"extensionTagNotes": "In isExecution array, uses uipath:activity"
|
|
923
|
+
},
|
|
924
|
+
"Intsvc.SyncAgentExecution": {
|
|
925
|
+
"extensionType": "Intsvc.SyncAgentExecution",
|
|
926
|
+
"label": "Start and wait for external agent",
|
|
927
|
+
"bpmnElement": "bpmn:ServiceTask",
|
|
928
|
+
"placements": {
|
|
929
|
+
"activity": {
|
|
930
|
+
"type": "bpmn:ServiceTask"
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
"extensionTag": "uipath:activity",
|
|
934
|
+
"contextFields": [
|
|
935
|
+
{
|
|
936
|
+
"name": "activity",
|
|
937
|
+
"displayName": "Activity",
|
|
938
|
+
"type": "string",
|
|
939
|
+
"required": true,
|
|
940
|
+
"hidden": false,
|
|
941
|
+
"isPrimaryKey": true,
|
|
942
|
+
"binding": false,
|
|
943
|
+
"defaultValue": null
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"name": "connectorKey",
|
|
947
|
+
"displayName": "Connector key",
|
|
948
|
+
"type": "string",
|
|
949
|
+
"required": false,
|
|
950
|
+
"hidden": true,
|
|
951
|
+
"isPrimaryKey": false,
|
|
952
|
+
"binding": false,
|
|
953
|
+
"defaultValue": null
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"name": "connection",
|
|
957
|
+
"displayName": "Connection",
|
|
958
|
+
"type": "string",
|
|
959
|
+
"required": false,
|
|
960
|
+
"hidden": true,
|
|
961
|
+
"isPrimaryKey": false,
|
|
962
|
+
"binding": true,
|
|
963
|
+
"defaultValue": null
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"name": "folderKey",
|
|
967
|
+
"displayName": "Folder key",
|
|
968
|
+
"type": "string",
|
|
969
|
+
"required": false,
|
|
970
|
+
"hidden": true,
|
|
971
|
+
"isPrimaryKey": false,
|
|
972
|
+
"binding": false,
|
|
973
|
+
"defaultValue": null
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"name": "method",
|
|
977
|
+
"displayName": "Method",
|
|
978
|
+
"type": "string",
|
|
979
|
+
"required": false,
|
|
980
|
+
"hidden": true,
|
|
981
|
+
"isPrimaryKey": false,
|
|
982
|
+
"binding": false,
|
|
983
|
+
"defaultValue": null
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"name": "path",
|
|
987
|
+
"displayName": "Path",
|
|
988
|
+
"type": "string",
|
|
989
|
+
"required": false,
|
|
990
|
+
"hidden": true,
|
|
991
|
+
"isPrimaryKey": false,
|
|
992
|
+
"binding": false,
|
|
993
|
+
"defaultValue": null
|
|
994
|
+
}
|
|
995
|
+
],
|
|
996
|
+
"inputPattern": "separateInputs",
|
|
997
|
+
"inputName": "body",
|
|
998
|
+
"inputTarget": "body",
|
|
999
|
+
"outputSource": ".",
|
|
1000
|
+
"outputType": "custom",
|
|
1001
|
+
"outputName": "response",
|
|
1002
|
+
"useRelativeSource": false,
|
|
1003
|
+
"bindingPattern": "connection",
|
|
1004
|
+
"requiresDiscovery": true,
|
|
1005
|
+
"isDynamic": true,
|
|
1006
|
+
"designSchemaSharedWith": "Intsvc.AsyncExecution",
|
|
1007
|
+
"xmlTemplate": "<bpmn:ServiceTask id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Intsvc.SyncAgentExecution\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"activity\" value=\"{activity}\" />\n <uipath:input name=\"connectorKey\" value=\"{connectorKey}\" />\n <uipath:input name=\"connection\" value=\"=bindings.{bindingId}\" />\n <uipath:input name=\"folderKey\" value=\"{folderKey}\" />\n <uipath:input name=\"method\" value=\"{method}\" />\n <uipath:input name=\"path\" value=\"{path}\" />\n </uipath:context>\n <uipath:input name=\"body\" type=\"json\" target=\"body\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"response\" type=\"custom\" source=\".\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:ServiceTask>",
|
|
1008
|
+
"discoveryNotes": "Uses getConnectorConnections(connectorKey) to list available connections",
|
|
1009
|
+
"extensionTagNotes": "In isExecution array, uses uipath:activity"
|
|
1010
|
+
},
|
|
1011
|
+
"Intsvc.AsyncAgentExecution": {
|
|
1012
|
+
"extensionType": "Intsvc.AsyncAgentExecution",
|
|
1013
|
+
"label": "Start and wait for external agent",
|
|
1014
|
+
"bpmnElement": "bpmn:ServiceTask",
|
|
1015
|
+
"placements": {
|
|
1016
|
+
"activity": {
|
|
1017
|
+
"type": "bpmn:ServiceTask"
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
"extensionTag": "uipath:activity",
|
|
1021
|
+
"contextFields": [
|
|
1022
|
+
{
|
|
1023
|
+
"name": "activity",
|
|
1024
|
+
"displayName": "Activity",
|
|
1025
|
+
"type": "string",
|
|
1026
|
+
"required": true,
|
|
1027
|
+
"hidden": false,
|
|
1028
|
+
"isPrimaryKey": true,
|
|
1029
|
+
"binding": false,
|
|
1030
|
+
"defaultValue": null
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"name": "connectorKey",
|
|
1034
|
+
"displayName": "Connector key",
|
|
1035
|
+
"type": "string",
|
|
1036
|
+
"required": false,
|
|
1037
|
+
"hidden": true,
|
|
1038
|
+
"isPrimaryKey": false,
|
|
1039
|
+
"binding": false,
|
|
1040
|
+
"defaultValue": null
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"name": "connection",
|
|
1044
|
+
"displayName": "Connection",
|
|
1045
|
+
"type": "string",
|
|
1046
|
+
"required": false,
|
|
1047
|
+
"hidden": true,
|
|
1048
|
+
"isPrimaryKey": false,
|
|
1049
|
+
"binding": true,
|
|
1050
|
+
"defaultValue": null
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"name": "folderKey",
|
|
1054
|
+
"displayName": "Folder key",
|
|
1055
|
+
"type": "string",
|
|
1056
|
+
"required": false,
|
|
1057
|
+
"hidden": true,
|
|
1058
|
+
"isPrimaryKey": false,
|
|
1059
|
+
"binding": false,
|
|
1060
|
+
"defaultValue": null
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"name": "method",
|
|
1064
|
+
"displayName": "Method",
|
|
1065
|
+
"type": "string",
|
|
1066
|
+
"required": false,
|
|
1067
|
+
"hidden": true,
|
|
1068
|
+
"isPrimaryKey": false,
|
|
1069
|
+
"binding": false,
|
|
1070
|
+
"defaultValue": null
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"name": "path",
|
|
1074
|
+
"displayName": "Path",
|
|
1075
|
+
"type": "string",
|
|
1076
|
+
"required": false,
|
|
1077
|
+
"hidden": true,
|
|
1078
|
+
"isPrimaryKey": false,
|
|
1079
|
+
"binding": false,
|
|
1080
|
+
"defaultValue": null
|
|
1081
|
+
}
|
|
1082
|
+
],
|
|
1083
|
+
"inputPattern": "separateInputs",
|
|
1084
|
+
"inputName": "body",
|
|
1085
|
+
"inputTarget": "body",
|
|
1086
|
+
"outputSource": ".",
|
|
1087
|
+
"outputType": "custom",
|
|
1088
|
+
"outputName": "response",
|
|
1089
|
+
"useRelativeSource": false,
|
|
1090
|
+
"bindingPattern": "connection",
|
|
1091
|
+
"requiresDiscovery": true,
|
|
1092
|
+
"isDynamic": true,
|
|
1093
|
+
"designSchemaSharedWith": "Intsvc.AsyncExecution",
|
|
1094
|
+
"xmlTemplate": "<bpmn:ServiceTask id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Intsvc.AsyncAgentExecution\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"activity\" value=\"{activity}\" />\n <uipath:input name=\"connectorKey\" value=\"{connectorKey}\" />\n <uipath:input name=\"connection\" value=\"=bindings.{bindingId}\" />\n <uipath:input name=\"folderKey\" value=\"{folderKey}\" />\n <uipath:input name=\"method\" value=\"{method}\" />\n <uipath:input name=\"path\" value=\"{path}\" />\n </uipath:context>\n <uipath:input name=\"body\" type=\"json\" target=\"body\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"response\" type=\"custom\" source=\".\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:ServiceTask>",
|
|
1095
|
+
"discoveryNotes": "Uses getConnectorConnections(connectorKey) to list available connections",
|
|
1096
|
+
"extensionTagNotes": "In isExecution array, uses uipath:activity"
|
|
1097
|
+
},
|
|
1098
|
+
"Intsvc.SyncWorkflowExecution": {
|
|
1099
|
+
"extensionType": "Intsvc.SyncWorkflowExecution",
|
|
1100
|
+
"label": "Start and wait for external workflow",
|
|
1101
|
+
"bpmnElement": "bpmn:ServiceTask",
|
|
1102
|
+
"placements": {
|
|
1103
|
+
"activity": {
|
|
1104
|
+
"type": "bpmn:ServiceTask"
|
|
1105
|
+
}
|
|
1106
|
+
},
|
|
1107
|
+
"extensionTag": "uipath:activity",
|
|
1108
|
+
"contextFields": [
|
|
1109
|
+
{
|
|
1110
|
+
"name": "activity",
|
|
1111
|
+
"displayName": "Activity",
|
|
1112
|
+
"type": "string",
|
|
1113
|
+
"required": true,
|
|
1114
|
+
"hidden": false,
|
|
1115
|
+
"isPrimaryKey": true,
|
|
1116
|
+
"binding": false,
|
|
1117
|
+
"defaultValue": null
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"name": "connectorKey",
|
|
1121
|
+
"displayName": "Connector key",
|
|
1122
|
+
"type": "string",
|
|
1123
|
+
"required": false,
|
|
1124
|
+
"hidden": true,
|
|
1125
|
+
"isPrimaryKey": false,
|
|
1126
|
+
"binding": false,
|
|
1127
|
+
"defaultValue": null
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"name": "connection",
|
|
1131
|
+
"displayName": "Connection",
|
|
1132
|
+
"type": "string",
|
|
1133
|
+
"required": false,
|
|
1134
|
+
"hidden": true,
|
|
1135
|
+
"isPrimaryKey": false,
|
|
1136
|
+
"binding": true,
|
|
1137
|
+
"defaultValue": null
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"name": "folderKey",
|
|
1141
|
+
"displayName": "Folder key",
|
|
1142
|
+
"type": "string",
|
|
1143
|
+
"required": false,
|
|
1144
|
+
"hidden": true,
|
|
1145
|
+
"isPrimaryKey": false,
|
|
1146
|
+
"binding": false,
|
|
1147
|
+
"defaultValue": null
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"name": "method",
|
|
1151
|
+
"displayName": "Method",
|
|
1152
|
+
"type": "string",
|
|
1153
|
+
"required": false,
|
|
1154
|
+
"hidden": true,
|
|
1155
|
+
"isPrimaryKey": false,
|
|
1156
|
+
"binding": false,
|
|
1157
|
+
"defaultValue": null
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"name": "path",
|
|
1161
|
+
"displayName": "Path",
|
|
1162
|
+
"type": "string",
|
|
1163
|
+
"required": false,
|
|
1164
|
+
"hidden": true,
|
|
1165
|
+
"isPrimaryKey": false,
|
|
1166
|
+
"binding": false,
|
|
1167
|
+
"defaultValue": null
|
|
1168
|
+
}
|
|
1169
|
+
],
|
|
1170
|
+
"inputPattern": "separateInputs",
|
|
1171
|
+
"inputName": "body",
|
|
1172
|
+
"inputTarget": "body",
|
|
1173
|
+
"outputSource": ".",
|
|
1174
|
+
"outputType": "custom",
|
|
1175
|
+
"outputName": "response",
|
|
1176
|
+
"useRelativeSource": false,
|
|
1177
|
+
"bindingPattern": "connection",
|
|
1178
|
+
"requiresDiscovery": true,
|
|
1179
|
+
"isDynamic": true,
|
|
1180
|
+
"designSchemaSharedWith": "Intsvc.AsyncExecution",
|
|
1181
|
+
"xmlTemplate": "<bpmn:ServiceTask id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Intsvc.SyncWorkflowExecution\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"activity\" value=\"{activity}\" />\n <uipath:input name=\"connectorKey\" value=\"{connectorKey}\" />\n <uipath:input name=\"connection\" value=\"=bindings.{bindingId}\" />\n <uipath:input name=\"folderKey\" value=\"{folderKey}\" />\n <uipath:input name=\"method\" value=\"{method}\" />\n <uipath:input name=\"path\" value=\"{path}\" />\n </uipath:context>\n <uipath:input name=\"body\" type=\"json\" target=\"body\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"response\" type=\"custom\" source=\".\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:ServiceTask>",
|
|
1182
|
+
"discoveryNotes": "Uses getConnectorConnections(connectorKey) to list available connections",
|
|
1183
|
+
"extensionTagNotes": "In isExecution array, uses uipath:activity"
|
|
1184
|
+
},
|
|
1185
|
+
"Intsvc.AsyncWorkflowExecution": {
|
|
1186
|
+
"extensionType": "Intsvc.AsyncWorkflowExecution",
|
|
1187
|
+
"label": "Start and wait for external workflow",
|
|
1188
|
+
"bpmnElement": "bpmn:ServiceTask",
|
|
1189
|
+
"placements": {
|
|
1190
|
+
"activity": {
|
|
1191
|
+
"type": "bpmn:ServiceTask"
|
|
1192
|
+
}
|
|
1193
|
+
},
|
|
1194
|
+
"extensionTag": "uipath:activity",
|
|
1195
|
+
"contextFields": [
|
|
1196
|
+
{
|
|
1197
|
+
"name": "activity",
|
|
1198
|
+
"displayName": "Activity",
|
|
1199
|
+
"type": "string",
|
|
1200
|
+
"required": true,
|
|
1201
|
+
"hidden": false,
|
|
1202
|
+
"isPrimaryKey": true,
|
|
1203
|
+
"binding": false,
|
|
1204
|
+
"defaultValue": null
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"name": "connectorKey",
|
|
1208
|
+
"displayName": "Connector key",
|
|
1209
|
+
"type": "string",
|
|
1210
|
+
"required": false,
|
|
1211
|
+
"hidden": true,
|
|
1212
|
+
"isPrimaryKey": false,
|
|
1213
|
+
"binding": false,
|
|
1214
|
+
"defaultValue": null
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"name": "connection",
|
|
1218
|
+
"displayName": "Connection",
|
|
1219
|
+
"type": "string",
|
|
1220
|
+
"required": false,
|
|
1221
|
+
"hidden": true,
|
|
1222
|
+
"isPrimaryKey": false,
|
|
1223
|
+
"binding": true,
|
|
1224
|
+
"defaultValue": null
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"name": "folderKey",
|
|
1228
|
+
"displayName": "Folder key",
|
|
1229
|
+
"type": "string",
|
|
1230
|
+
"required": false,
|
|
1231
|
+
"hidden": true,
|
|
1232
|
+
"isPrimaryKey": false,
|
|
1233
|
+
"binding": false,
|
|
1234
|
+
"defaultValue": null
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"name": "method",
|
|
1238
|
+
"displayName": "Method",
|
|
1239
|
+
"type": "string",
|
|
1240
|
+
"required": false,
|
|
1241
|
+
"hidden": true,
|
|
1242
|
+
"isPrimaryKey": false,
|
|
1243
|
+
"binding": false,
|
|
1244
|
+
"defaultValue": null
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"name": "path",
|
|
1248
|
+
"displayName": "Path",
|
|
1249
|
+
"type": "string",
|
|
1250
|
+
"required": false,
|
|
1251
|
+
"hidden": true,
|
|
1252
|
+
"isPrimaryKey": false,
|
|
1253
|
+
"binding": false,
|
|
1254
|
+
"defaultValue": null
|
|
1255
|
+
}
|
|
1256
|
+
],
|
|
1257
|
+
"inputPattern": "separateInputs",
|
|
1258
|
+
"inputName": "body",
|
|
1259
|
+
"inputTarget": "body",
|
|
1260
|
+
"outputSource": ".",
|
|
1261
|
+
"outputType": "custom",
|
|
1262
|
+
"outputName": "response",
|
|
1263
|
+
"useRelativeSource": false,
|
|
1264
|
+
"bindingPattern": "connection",
|
|
1265
|
+
"requiresDiscovery": true,
|
|
1266
|
+
"isDynamic": true,
|
|
1267
|
+
"designSchemaSharedWith": "Intsvc.AsyncExecution",
|
|
1268
|
+
"xmlTemplate": "<bpmn:ServiceTask id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Intsvc.AsyncWorkflowExecution\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"activity\" value=\"{activity}\" />\n <uipath:input name=\"connectorKey\" value=\"{connectorKey}\" />\n <uipath:input name=\"connection\" value=\"=bindings.{bindingId}\" />\n <uipath:input name=\"folderKey\" value=\"{folderKey}\" />\n <uipath:input name=\"method\" value=\"{method}\" />\n <uipath:input name=\"path\" value=\"{path}\" />\n </uipath:context>\n <uipath:input name=\"body\" type=\"json\" target=\"body\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"response\" type=\"custom\" source=\".\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:ServiceTask>",
|
|
1269
|
+
"discoveryNotes": "Uses getConnectorConnections(connectorKey) to list available connections",
|
|
1270
|
+
"extensionTagNotes": "In isExecution array, uses uipath:activity"
|
|
1271
|
+
},
|
|
1272
|
+
"Orchestrator.ExecuteApiWorkflowAsync": {
|
|
1273
|
+
"extensionType": "Orchestrator.ExecuteApiWorkflowAsync",
|
|
1274
|
+
"label": "Start and wait for API workflow [Preview]",
|
|
1275
|
+
"bpmnElement": "bpmn:ServiceTask",
|
|
1276
|
+
"placements": {
|
|
1277
|
+
"activity": {
|
|
1278
|
+
"type": "bpmn:ServiceTask"
|
|
1279
|
+
}
|
|
1280
|
+
},
|
|
1281
|
+
"extensionTag": "uipath:activity",
|
|
1282
|
+
"contextFields": [
|
|
1283
|
+
{
|
|
1284
|
+
"name": "releaseKey",
|
|
1285
|
+
"displayName": "Process",
|
|
1286
|
+
"type": "string",
|
|
1287
|
+
"required": false,
|
|
1288
|
+
"hidden": true,
|
|
1289
|
+
"isPrimaryKey": false,
|
|
1290
|
+
"binding": false,
|
|
1291
|
+
"defaultValue": null,
|
|
1292
|
+
"bindingInfo": {
|
|
1293
|
+
"resource": "process",
|
|
1294
|
+
"resourceKeyPattern": "${metadata.key}",
|
|
1295
|
+
"propertyAttribute": "Key"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"name": "folderId",
|
|
1300
|
+
"type": "string",
|
|
1301
|
+
"required": false,
|
|
1302
|
+
"hidden": true,
|
|
1303
|
+
"isPrimaryKey": false,
|
|
1304
|
+
"binding": false,
|
|
1305
|
+
"defaultValue": null
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"name": "folderPath",
|
|
1309
|
+
"type": "string",
|
|
1310
|
+
"required": false,
|
|
1311
|
+
"hidden": true,
|
|
1312
|
+
"isPrimaryKey": false,
|
|
1313
|
+
"binding": false,
|
|
1314
|
+
"defaultValue": null
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"name": "name",
|
|
1318
|
+
"type": "string",
|
|
1319
|
+
"required": false,
|
|
1320
|
+
"hidden": true,
|
|
1321
|
+
"isPrimaryKey": false,
|
|
1322
|
+
"binding": false,
|
|
1323
|
+
"defaultValue": null
|
|
1324
|
+
}
|
|
1325
|
+
],
|
|
1326
|
+
"inputPattern": "mergedBody",
|
|
1327
|
+
"inputName": "JobArguments",
|
|
1328
|
+
"inputTarget": "bodyField",
|
|
1329
|
+
"outputSource": null,
|
|
1330
|
+
"outputType": "Orchestrator.RunJob",
|
|
1331
|
+
"outputName": "Process response",
|
|
1332
|
+
"useRelativeSource": true,
|
|
1333
|
+
"bindingPattern": "process",
|
|
1334
|
+
"bindingInfo": {
|
|
1335
|
+
"resource": "process",
|
|
1336
|
+
"resourceKeyPattern": "${metadata.key}",
|
|
1337
|
+
"propertyAttribute": "Key",
|
|
1338
|
+
"contextField": "releaseKey"
|
|
1339
|
+
},
|
|
1340
|
+
"requiresDiscovery": true,
|
|
1341
|
+
"isDynamic": true,
|
|
1342
|
+
"xmlTemplate": "<bpmn:ServiceTask id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Orchestrator.ExecuteApiWorkflowAsync\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"releaseKey\" value=\"{releaseKey}\" />\n <uipath:input name=\"folderId\" value=\"{folderId}\" />\n <uipath:input name=\"folderPath\" value=\"{folderPath}\" />\n <uipath:input name=\"name\" value=\"{name}\" />\n </uipath:context>\n <uipath:input name=\"JobArguments\" type=\"json\" target=\"bodyField\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"Process response\" type=\"Orchestrator.RunJob\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:ServiceTask>",
|
|
1343
|
+
"discoveryNotes": "Uses getResourceCatalogProcesses('API', search) to list available API workflows"
|
|
1344
|
+
},
|
|
1345
|
+
"Orchestrator.CreateQueueItem": {
|
|
1346
|
+
"extensionType": "Orchestrator.CreateQueueItem",
|
|
1347
|
+
"label": "Create queue item",
|
|
1348
|
+
"bpmnElement": "bpmn:SendTask",
|
|
1349
|
+
"placements": {
|
|
1350
|
+
"activity": {
|
|
1351
|
+
"type": "bpmn:SendTask"
|
|
1352
|
+
}
|
|
1353
|
+
},
|
|
1354
|
+
"extensionTag": "uipath:activity",
|
|
1355
|
+
"contextFields": [
|
|
1356
|
+
{
|
|
1357
|
+
"name": "queueName",
|
|
1358
|
+
"displayName": "Queue name",
|
|
1359
|
+
"type": "string",
|
|
1360
|
+
"required": false,
|
|
1361
|
+
"hidden": true,
|
|
1362
|
+
"isPrimaryKey": false,
|
|
1363
|
+
"binding": false,
|
|
1364
|
+
"defaultValue": null,
|
|
1365
|
+
"bindingInfo": {
|
|
1366
|
+
"resource": "queue",
|
|
1367
|
+
"resourceKeyPattern": "${metadata.key}",
|
|
1368
|
+
"propertyAttribute": "Key"
|
|
1369
|
+
}
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"name": "folderId",
|
|
1373
|
+
"type": "string",
|
|
1374
|
+
"required": false,
|
|
1375
|
+
"hidden": true,
|
|
1376
|
+
"isPrimaryKey": false,
|
|
1377
|
+
"binding": false,
|
|
1378
|
+
"defaultValue": null
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"name": "folderPath",
|
|
1382
|
+
"type": "string",
|
|
1383
|
+
"required": false,
|
|
1384
|
+
"hidden": true,
|
|
1385
|
+
"isPrimaryKey": false,
|
|
1386
|
+
"binding": false,
|
|
1387
|
+
"defaultValue": null
|
|
1388
|
+
}
|
|
1389
|
+
],
|
|
1390
|
+
"inputPattern": "mergedBody",
|
|
1391
|
+
"inputName": "ItemData",
|
|
1392
|
+
"inputTarget": "body",
|
|
1393
|
+
"outputSource": null,
|
|
1394
|
+
"outputType": "Orchestrator.CreateQueueItem",
|
|
1395
|
+
"outputName": "response",
|
|
1396
|
+
"useRelativeSource": true,
|
|
1397
|
+
"bindingPattern": "queue",
|
|
1398
|
+
"bindingInfo": {
|
|
1399
|
+
"resource": "queue",
|
|
1400
|
+
"resourceKeyPattern": "${metadata.key}",
|
|
1401
|
+
"propertyAttribute": "Key",
|
|
1402
|
+
"contextField": "queueName"
|
|
1403
|
+
},
|
|
1404
|
+
"requiresDiscovery": true,
|
|
1405
|
+
"isDynamic": true,
|
|
1406
|
+
"xmlTemplate": "<bpmn:SendTask id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Orchestrator.CreateQueueItem\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"queueName\" value=\"{queueName}\" />\n <uipath:input name=\"folderId\" value=\"{folderId}\" />\n <uipath:input name=\"folderPath\" value=\"{folderPath}\" />\n </uipath:context>\n <uipath:input name=\"ItemData\" type=\"json\" target=\"body\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"response\" type=\"Orchestrator.CreateQueueItem\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:SendTask>",
|
|
1407
|
+
"discoveryNotes": "Uses getQueueDefinitions(serviceType, search) to list available queues"
|
|
1408
|
+
},
|
|
1409
|
+
"Orchestrator.CreateAndWaitForQueueItem": {
|
|
1410
|
+
"extensionType": "Orchestrator.CreateAndWaitForQueueItem",
|
|
1411
|
+
"label": "Create and wait for queue item",
|
|
1412
|
+
"bpmnElement": "bpmn:ServiceTask",
|
|
1413
|
+
"placements": {
|
|
1414
|
+
"activity": {
|
|
1415
|
+
"type": "bpmn:ServiceTask"
|
|
1416
|
+
}
|
|
1417
|
+
},
|
|
1418
|
+
"extensionTag": "uipath:activity",
|
|
1419
|
+
"contextFields": [
|
|
1420
|
+
{
|
|
1421
|
+
"name": "queueName",
|
|
1422
|
+
"displayName": "Queue name",
|
|
1423
|
+
"type": "string",
|
|
1424
|
+
"required": false,
|
|
1425
|
+
"hidden": true,
|
|
1426
|
+
"isPrimaryKey": false,
|
|
1427
|
+
"binding": false,
|
|
1428
|
+
"defaultValue": null,
|
|
1429
|
+
"bindingInfo": {
|
|
1430
|
+
"resource": "queue",
|
|
1431
|
+
"resourceKeyPattern": "${metadata.key}",
|
|
1432
|
+
"propertyAttribute": "Key"
|
|
1433
|
+
}
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"name": "folderId",
|
|
1437
|
+
"type": "string",
|
|
1438
|
+
"required": false,
|
|
1439
|
+
"hidden": true,
|
|
1440
|
+
"isPrimaryKey": false,
|
|
1441
|
+
"binding": false,
|
|
1442
|
+
"defaultValue": null
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"name": "folderPath",
|
|
1446
|
+
"type": "string",
|
|
1447
|
+
"required": false,
|
|
1448
|
+
"hidden": true,
|
|
1449
|
+
"isPrimaryKey": false,
|
|
1450
|
+
"binding": false,
|
|
1451
|
+
"defaultValue": null
|
|
1452
|
+
}
|
|
1453
|
+
],
|
|
1454
|
+
"inputPattern": "mergedBody",
|
|
1455
|
+
"inputName": "ItemData",
|
|
1456
|
+
"inputTarget": "body",
|
|
1457
|
+
"outputSource": null,
|
|
1458
|
+
"outputType": "Orchestrator.CreateQueueItem",
|
|
1459
|
+
"outputName": "response",
|
|
1460
|
+
"useRelativeSource": true,
|
|
1461
|
+
"bindingPattern": "queue",
|
|
1462
|
+
"bindingInfo": {
|
|
1463
|
+
"resource": "queue",
|
|
1464
|
+
"resourceKeyPattern": "${metadata.key}",
|
|
1465
|
+
"propertyAttribute": "Key",
|
|
1466
|
+
"contextField": "queueName"
|
|
1467
|
+
},
|
|
1468
|
+
"requiresDiscovery": true,
|
|
1469
|
+
"isDynamic": true,
|
|
1470
|
+
"designSchemaSharedWith": "Orchestrator.CreateQueueItem",
|
|
1471
|
+
"xmlTemplate": "<bpmn:ServiceTask id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Orchestrator.CreateAndWaitForQueueItem\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"queueName\" value=\"{queueName}\" />\n <uipath:input name=\"folderId\" value=\"{folderId}\" />\n <uipath:input name=\"folderPath\" value=\"{folderPath}\" />\n </uipath:context>\n <uipath:input name=\"ItemData\" type=\"json\" target=\"body\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"response\" type=\"Orchestrator.CreateQueueItem\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:ServiceTask>",
|
|
1472
|
+
"discoveryNotes": "Uses getQueueDefinitions(serviceType, search) to list available queues"
|
|
1473
|
+
},
|
|
1474
|
+
"Orchestrator.StartAgenticProcess": {
|
|
1475
|
+
"extensionType": "Orchestrator.StartAgenticProcess",
|
|
1476
|
+
"label": "Start and wait for agentic process",
|
|
1477
|
+
"bpmnElement": "bpmn:CallActivity",
|
|
1478
|
+
"placements": {
|
|
1479
|
+
"activity": {
|
|
1480
|
+
"type": "bpmn:CallActivity"
|
|
1481
|
+
}
|
|
1482
|
+
},
|
|
1483
|
+
"extensionTag": "uipath:activity",
|
|
1484
|
+
"contextFields": [
|
|
1485
|
+
{
|
|
1486
|
+
"name": "releaseKey",
|
|
1487
|
+
"displayName": "Process",
|
|
1488
|
+
"type": "string",
|
|
1489
|
+
"required": false,
|
|
1490
|
+
"hidden": true,
|
|
1491
|
+
"isPrimaryKey": false,
|
|
1492
|
+
"binding": false,
|
|
1493
|
+
"defaultValue": null,
|
|
1494
|
+
"bindingInfo": {
|
|
1495
|
+
"resource": "process",
|
|
1496
|
+
"resourceKeyPattern": "${metadata.key}",
|
|
1497
|
+
"propertyAttribute": "Key"
|
|
1498
|
+
}
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"name": "folderId",
|
|
1502
|
+
"type": "string",
|
|
1503
|
+
"required": false,
|
|
1504
|
+
"hidden": true,
|
|
1505
|
+
"isPrimaryKey": false,
|
|
1506
|
+
"binding": false,
|
|
1507
|
+
"defaultValue": null
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"name": "folderPath",
|
|
1511
|
+
"type": "string",
|
|
1512
|
+
"required": false,
|
|
1513
|
+
"hidden": true,
|
|
1514
|
+
"isPrimaryKey": false,
|
|
1515
|
+
"binding": false,
|
|
1516
|
+
"defaultValue": null
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"name": "name",
|
|
1520
|
+
"type": "string",
|
|
1521
|
+
"required": false,
|
|
1522
|
+
"hidden": true,
|
|
1523
|
+
"isPrimaryKey": false,
|
|
1524
|
+
"binding": false,
|
|
1525
|
+
"defaultValue": null
|
|
1526
|
+
}
|
|
1527
|
+
],
|
|
1528
|
+
"inputPattern": "mergedBody",
|
|
1529
|
+
"inputName": "JobArguments",
|
|
1530
|
+
"inputTarget": "bodyField",
|
|
1531
|
+
"outputSource": null,
|
|
1532
|
+
"outputType": "Orchestrator.RunJob",
|
|
1533
|
+
"outputName": "Process response",
|
|
1534
|
+
"useRelativeSource": true,
|
|
1535
|
+
"bindingPattern": "process",
|
|
1536
|
+
"bindingInfo": {
|
|
1537
|
+
"resource": "process",
|
|
1538
|
+
"resourceKeyPattern": "${metadata.key}",
|
|
1539
|
+
"propertyAttribute": "Key",
|
|
1540
|
+
"contextField": "releaseKey"
|
|
1541
|
+
},
|
|
1542
|
+
"requiresDiscovery": true,
|
|
1543
|
+
"isDynamic": true,
|
|
1544
|
+
"xmlTemplate": "<bpmn:CallActivity id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Orchestrator.StartAgenticProcess\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"releaseKey\" value=\"{releaseKey}\" />\n <uipath:input name=\"folderId\" value=\"{folderId}\" />\n <uipath:input name=\"folderPath\" value=\"{folderPath}\" />\n <uipath:input name=\"name\" value=\"{name}\" />\n </uipath:context>\n <uipath:input name=\"JobArguments\" type=\"json\" target=\"bodyField\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"Process response\" type=\"Orchestrator.RunJob\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:CallActivity>",
|
|
1545
|
+
"discoveryNotes": "Uses getSupportedOrchestratorTasks('ProcessOrchestration', search, 0, 100, true) to list available agentic processes"
|
|
1546
|
+
},
|
|
1547
|
+
"Orchestrator.StartAgenticProcessAsync": {
|
|
1548
|
+
"extensionType": "Orchestrator.StartAgenticProcessAsync",
|
|
1549
|
+
"label": "Start agentic process",
|
|
1550
|
+
"bpmnElement": "bpmn:CallActivity",
|
|
1551
|
+
"placements": {
|
|
1552
|
+
"activity": {
|
|
1553
|
+
"type": "bpmn:CallActivity"
|
|
1554
|
+
}
|
|
1555
|
+
},
|
|
1556
|
+
"extensionTag": "uipath:activity",
|
|
1557
|
+
"contextFields": [
|
|
1558
|
+
{
|
|
1559
|
+
"name": "releaseKey",
|
|
1560
|
+
"displayName": "Process",
|
|
1561
|
+
"type": "string",
|
|
1562
|
+
"required": false,
|
|
1563
|
+
"hidden": true,
|
|
1564
|
+
"isPrimaryKey": false,
|
|
1565
|
+
"binding": false,
|
|
1566
|
+
"defaultValue": null,
|
|
1567
|
+
"bindingInfo": {
|
|
1568
|
+
"resource": "process",
|
|
1569
|
+
"resourceKeyPattern": "${metadata.key}",
|
|
1570
|
+
"propertyAttribute": "Key"
|
|
1571
|
+
}
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"name": "folderId",
|
|
1575
|
+
"type": "string",
|
|
1576
|
+
"required": false,
|
|
1577
|
+
"hidden": true,
|
|
1578
|
+
"isPrimaryKey": false,
|
|
1579
|
+
"binding": false,
|
|
1580
|
+
"defaultValue": null
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
"name": "folderPath",
|
|
1584
|
+
"type": "string",
|
|
1585
|
+
"required": false,
|
|
1586
|
+
"hidden": true,
|
|
1587
|
+
"isPrimaryKey": false,
|
|
1588
|
+
"binding": false,
|
|
1589
|
+
"defaultValue": null
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"name": "name",
|
|
1593
|
+
"type": "string",
|
|
1594
|
+
"required": false,
|
|
1595
|
+
"hidden": true,
|
|
1596
|
+
"isPrimaryKey": false,
|
|
1597
|
+
"binding": false,
|
|
1598
|
+
"defaultValue": null
|
|
1599
|
+
}
|
|
1600
|
+
],
|
|
1601
|
+
"inputPattern": "mergedBody",
|
|
1602
|
+
"inputName": "JobArguments",
|
|
1603
|
+
"inputTarget": "bodyField",
|
|
1604
|
+
"outputSource": null,
|
|
1605
|
+
"outputType": "Orchestrator.RunJob",
|
|
1606
|
+
"outputName": "Process response",
|
|
1607
|
+
"useRelativeSource": true,
|
|
1608
|
+
"bindingPattern": "process",
|
|
1609
|
+
"bindingInfo": {
|
|
1610
|
+
"resource": "process",
|
|
1611
|
+
"resourceKeyPattern": "${metadata.key}",
|
|
1612
|
+
"propertyAttribute": "Key",
|
|
1613
|
+
"contextField": "releaseKey"
|
|
1614
|
+
},
|
|
1615
|
+
"requiresDiscovery": true,
|
|
1616
|
+
"isDynamic": true,
|
|
1617
|
+
"xmlTemplate": "<bpmn:CallActivity id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Orchestrator.StartAgenticProcessAsync\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"releaseKey\" value=\"{releaseKey}\" />\n <uipath:input name=\"folderId\" value=\"{folderId}\" />\n <uipath:input name=\"folderPath\" value=\"{folderPath}\" />\n <uipath:input name=\"name\" value=\"{name}\" />\n </uipath:context>\n <uipath:input name=\"JobArguments\" type=\"json\" target=\"bodyField\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"Process response\" type=\"Orchestrator.RunJob\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:CallActivity>",
|
|
1618
|
+
"discoveryNotes": "Uses getSupportedOrchestratorTasks('ProcessOrchestration', search, 0, 100, true) to list available agentic processes"
|
|
1619
|
+
},
|
|
1620
|
+
"Orchestrator.StartCaseMgmtProcess": {
|
|
1621
|
+
"extensionType": "Orchestrator.StartCaseMgmtProcess",
|
|
1622
|
+
"label": "Start and wait for case management",
|
|
1623
|
+
"bpmnElement": "bpmn:CallActivity",
|
|
1624
|
+
"placements": {
|
|
1625
|
+
"activity": {
|
|
1626
|
+
"type": "bpmn:CallActivity"
|
|
1627
|
+
}
|
|
1628
|
+
},
|
|
1629
|
+
"extensionTag": "uipath:activity",
|
|
1630
|
+
"contextFields": [
|
|
1631
|
+
{
|
|
1632
|
+
"name": "releaseKey",
|
|
1633
|
+
"displayName": "Process",
|
|
1634
|
+
"type": "string",
|
|
1635
|
+
"required": false,
|
|
1636
|
+
"hidden": true,
|
|
1637
|
+
"isPrimaryKey": false,
|
|
1638
|
+
"binding": false,
|
|
1639
|
+
"defaultValue": null,
|
|
1640
|
+
"bindingInfo": {
|
|
1641
|
+
"resource": "process",
|
|
1642
|
+
"resourceKeyPattern": "${metadata.key}",
|
|
1643
|
+
"propertyAttribute": "Key"
|
|
1644
|
+
}
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"name": "folderId",
|
|
1648
|
+
"type": "string",
|
|
1649
|
+
"required": false,
|
|
1650
|
+
"hidden": true,
|
|
1651
|
+
"isPrimaryKey": false,
|
|
1652
|
+
"binding": false,
|
|
1653
|
+
"defaultValue": null
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"name": "folderPath",
|
|
1657
|
+
"type": "string",
|
|
1658
|
+
"required": false,
|
|
1659
|
+
"hidden": true,
|
|
1660
|
+
"isPrimaryKey": false,
|
|
1661
|
+
"binding": false,
|
|
1662
|
+
"defaultValue": null
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"name": "name",
|
|
1666
|
+
"type": "string",
|
|
1667
|
+
"required": false,
|
|
1668
|
+
"hidden": true,
|
|
1669
|
+
"isPrimaryKey": false,
|
|
1670
|
+
"binding": false,
|
|
1671
|
+
"defaultValue": null
|
|
1672
|
+
}
|
|
1673
|
+
],
|
|
1674
|
+
"inputPattern": "mergedBody",
|
|
1675
|
+
"inputName": "JobArguments",
|
|
1676
|
+
"inputTarget": "bodyField",
|
|
1677
|
+
"outputSource": null,
|
|
1678
|
+
"outputType": "Orchestrator.RunJob",
|
|
1679
|
+
"outputName": "Process response",
|
|
1680
|
+
"useRelativeSource": true,
|
|
1681
|
+
"bindingPattern": "process",
|
|
1682
|
+
"bindingInfo": {
|
|
1683
|
+
"resource": "process",
|
|
1684
|
+
"resourceKeyPattern": "${metadata.key}",
|
|
1685
|
+
"propertyAttribute": "Key",
|
|
1686
|
+
"contextField": "releaseKey"
|
|
1687
|
+
},
|
|
1688
|
+
"requiresDiscovery": true,
|
|
1689
|
+
"isDynamic": true,
|
|
1690
|
+
"xmlTemplate": "<bpmn:CallActivity id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Orchestrator.StartCaseMgmtProcess\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"releaseKey\" value=\"{releaseKey}\" />\n <uipath:input name=\"folderId\" value=\"{folderId}\" />\n <uipath:input name=\"folderPath\" value=\"{folderPath}\" />\n <uipath:input name=\"name\" value=\"{name}\" />\n </uipath:context>\n <uipath:input name=\"JobArguments\" type=\"json\" target=\"bodyField\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"Process response\" type=\"Orchestrator.RunJob\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:CallActivity>",
|
|
1691
|
+
"discoveryNotes": "Uses getSupportedOrchestratorTasks('caseManagement', search, 0, 100, true) to list available case management processes"
|
|
1692
|
+
},
|
|
1693
|
+
"Orchestrator.StartCaseMgmtProcessAsync": {
|
|
1694
|
+
"extensionType": "Orchestrator.StartCaseMgmtProcessAsync",
|
|
1695
|
+
"label": "Start case management",
|
|
1696
|
+
"bpmnElement": "bpmn:CallActivity",
|
|
1697
|
+
"placements": {
|
|
1698
|
+
"activity": {
|
|
1699
|
+
"type": "bpmn:CallActivity"
|
|
1700
|
+
}
|
|
1701
|
+
},
|
|
1702
|
+
"extensionTag": "uipath:activity",
|
|
1703
|
+
"contextFields": [
|
|
1704
|
+
{
|
|
1705
|
+
"name": "releaseKey",
|
|
1706
|
+
"displayName": "Process",
|
|
1707
|
+
"type": "string",
|
|
1708
|
+
"required": false,
|
|
1709
|
+
"hidden": true,
|
|
1710
|
+
"isPrimaryKey": false,
|
|
1711
|
+
"binding": false,
|
|
1712
|
+
"defaultValue": null,
|
|
1713
|
+
"bindingInfo": {
|
|
1714
|
+
"resource": "process",
|
|
1715
|
+
"resourceKeyPattern": "${metadata.key}",
|
|
1716
|
+
"propertyAttribute": "Key"
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"name": "folderId",
|
|
1721
|
+
"type": "string",
|
|
1722
|
+
"required": false,
|
|
1723
|
+
"hidden": true,
|
|
1724
|
+
"isPrimaryKey": false,
|
|
1725
|
+
"binding": false,
|
|
1726
|
+
"defaultValue": null
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"name": "folderPath",
|
|
1730
|
+
"type": "string",
|
|
1731
|
+
"required": false,
|
|
1732
|
+
"hidden": true,
|
|
1733
|
+
"isPrimaryKey": false,
|
|
1734
|
+
"binding": false,
|
|
1735
|
+
"defaultValue": null
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"name": "name",
|
|
1739
|
+
"type": "string",
|
|
1740
|
+
"required": false,
|
|
1741
|
+
"hidden": true,
|
|
1742
|
+
"isPrimaryKey": false,
|
|
1743
|
+
"binding": false,
|
|
1744
|
+
"defaultValue": null
|
|
1745
|
+
}
|
|
1746
|
+
],
|
|
1747
|
+
"inputPattern": "mergedBody",
|
|
1748
|
+
"inputName": "JobArguments",
|
|
1749
|
+
"inputTarget": "bodyField",
|
|
1750
|
+
"outputSource": null,
|
|
1751
|
+
"outputType": "Orchestrator.RunJob",
|
|
1752
|
+
"outputName": "Process response",
|
|
1753
|
+
"useRelativeSource": true,
|
|
1754
|
+
"bindingPattern": "process",
|
|
1755
|
+
"bindingInfo": {
|
|
1756
|
+
"resource": "process",
|
|
1757
|
+
"resourceKeyPattern": "${metadata.key}",
|
|
1758
|
+
"propertyAttribute": "Key",
|
|
1759
|
+
"contextField": "releaseKey"
|
|
1760
|
+
},
|
|
1761
|
+
"requiresDiscovery": true,
|
|
1762
|
+
"isDynamic": true,
|
|
1763
|
+
"xmlTemplate": "<bpmn:CallActivity id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Orchestrator.StartCaseMgmtProcessAsync\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"releaseKey\" value=\"{releaseKey}\" />\n <uipath:input name=\"folderId\" value=\"{folderId}\" />\n <uipath:input name=\"folderPath\" value=\"{folderPath}\" />\n <uipath:input name=\"name\" value=\"{name}\" />\n </uipath:context>\n <uipath:input name=\"JobArguments\" type=\"json\" target=\"bodyField\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"Process response\" type=\"Orchestrator.RunJob\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:CallActivity>",
|
|
1764
|
+
"discoveryNotes": "Uses getSupportedOrchestratorTasks('caseManagement', search, 0, 100, true) to list available case management processes"
|
|
1765
|
+
},
|
|
1766
|
+
"A2A.AgentExecution": {
|
|
1767
|
+
"extensionType": "A2A.AgentExecution",
|
|
1768
|
+
"label": "Start and wait for A2A agent",
|
|
1769
|
+
"bpmnElement": "bpmn:ServiceTask",
|
|
1770
|
+
"placements": {
|
|
1771
|
+
"activity": {
|
|
1772
|
+
"type": "bpmn:ServiceTask"
|
|
1773
|
+
}
|
|
1774
|
+
},
|
|
1775
|
+
"extensionTag": "uipath:activity",
|
|
1776
|
+
"contextFields": [],
|
|
1777
|
+
"inputPattern": "mergedBody",
|
|
1778
|
+
"inputName": "body",
|
|
1779
|
+
"inputTarget": "body",
|
|
1780
|
+
"outputSource": null,
|
|
1781
|
+
"outputType": "A2A.AgentExecution",
|
|
1782
|
+
"outputName": "a2aResponse",
|
|
1783
|
+
"useRelativeSource": true,
|
|
1784
|
+
"bindingPattern": "none",
|
|
1785
|
+
"requiresDiscovery": false,
|
|
1786
|
+
"isDynamic": true,
|
|
1787
|
+
"xmlTemplate": "<bpmn:ServiceTask id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"A2A.AgentExecution\" version=\"v1\" />\n <uipath:input name=\"body\" type=\"json\" target=\"body\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"a2aResponse\" type=\"A2A.AgentExecution\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:ServiceTask>",
|
|
1788
|
+
"inputFieldNotes": "Auto-initialized by A2AFPSFormControl on load. Version is set to v2. Outputs include a2aResponse (jsonSchema with A2A response schema, source=result) and Error (any, source=Error).",
|
|
1789
|
+
"outputNotes": "Output schema includes: isSuccess (boolean), response (string), sessionId (string), status (string), taskId (string), artifacts (array of {index, parts, metadata}). Also includes Error output (type=any, source=Error).",
|
|
1790
|
+
"inputFields": [
|
|
1791
|
+
{
|
|
1792
|
+
"name": "agentUrl",
|
|
1793
|
+
"displayName": "Agent URL",
|
|
1794
|
+
"type": "string",
|
|
1795
|
+
"required": true,
|
|
1796
|
+
"description": "URL of the A2A agent endpoint"
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"name": "skillId",
|
|
1800
|
+
"displayName": "Skill ID",
|
|
1801
|
+
"type": "string",
|
|
1802
|
+
"required": true,
|
|
1803
|
+
"description": "Identifier for the specific skill to invoke on the agent"
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"name": "input",
|
|
1807
|
+
"displayName": "Input",
|
|
1808
|
+
"type": "string",
|
|
1809
|
+
"required": true,
|
|
1810
|
+
"description": "Input text/message to send to the A2A agent"
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"name": "authToken",
|
|
1814
|
+
"displayName": "Auth Token",
|
|
1815
|
+
"type": "string",
|
|
1816
|
+
"required": true,
|
|
1817
|
+
"description": "Authentication token for the A2A agent"
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"name": "agentName",
|
|
1821
|
+
"displayName": "Agent Name",
|
|
1822
|
+
"type": "string",
|
|
1823
|
+
"required": true,
|
|
1824
|
+
"description": "Display name of the A2A agent"
|
|
1825
|
+
}
|
|
1826
|
+
]
|
|
1827
|
+
},
|
|
1828
|
+
"BPMN.Variables": {
|
|
1829
|
+
"extensionType": "BPMN.Variables",
|
|
1830
|
+
"label": "BPMN Variables",
|
|
1831
|
+
"bpmnElement": "bpmn:Task",
|
|
1832
|
+
"placements": {},
|
|
1833
|
+
"extensionTag": "uipath:mapping",
|
|
1834
|
+
"contextFields": [],
|
|
1835
|
+
"inputPattern": "none",
|
|
1836
|
+
"outputSource": null,
|
|
1837
|
+
"outputType": null,
|
|
1838
|
+
"bindingPattern": "none",
|
|
1839
|
+
"requiresDiscovery": false,
|
|
1840
|
+
"isDynamic": false,
|
|
1841
|
+
"xmlTemplate": "<bpmn:Task id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:mapping version=\"v1\">\n <uipath:type value=\"BPMN.Variables\" version=\"v1\" />\n </uipath:mapping>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:Task>",
|
|
1842
|
+
"inputNotes": "Variable mappings use uipath:mapping with direct input/output elements, not a jsonBody pattern",
|
|
1843
|
+
"bpmnElementNotes": "Also used on bpmn:StartEvent and bpmn:EndEvent for variable mappings. On bpmn:Task with no serviceType, defaults to BPMN.Variables.",
|
|
1844
|
+
"extensionTagNotes": "Uses uipath:mapping (not uipath:activity). createExtensionTask checks for serviceType=BPMN.Variables on StartEvent/EndEvent/Task and routes to createModdleExtensionVariableMapping."
|
|
1845
|
+
},
|
|
1846
|
+
"BPMN.ScriptTask": {
|
|
1847
|
+
"extensionType": "BPMN.ScriptTask",
|
|
1848
|
+
"label": "Execute script",
|
|
1849
|
+
"bpmnElement": "bpmn:ScriptTask",
|
|
1850
|
+
"placements": {},
|
|
1851
|
+
"extensionTag": "uipath:mapping",
|
|
1852
|
+
"contextFields": [],
|
|
1853
|
+
"inputPattern": "scriptArgs",
|
|
1854
|
+
"inputName": "args",
|
|
1855
|
+
"inputTarget": "bodyField",
|
|
1856
|
+
"outputSource": null,
|
|
1857
|
+
"outputType": null,
|
|
1858
|
+
"bindingPattern": "none",
|
|
1859
|
+
"requiresDiscovery": false,
|
|
1860
|
+
"isDynamic": false,
|
|
1861
|
+
"xmlTemplate": "<bpmn:ScriptTask id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:mapping version=\"v1\">\n <uipath:type value=\"BPMN.ScriptTask\" version=\"v1\" />\n <uipath:input name=\"args\" type=\"json\" target=\"bodyField\"><![CDATA[{}]]></uipath:input>\n </uipath:mapping>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:ScriptTask>",
|
|
1862
|
+
"inputNotes": "Inputs are merged into a single json input named 'args' with target 'bodyField'. An inputSchema is created from the input variables.",
|
|
1863
|
+
"extensionTagNotes": "bpmn:ScriptTask is routed through createModdleExtensionVariableMapping (same as BPMN.Variables). Inputs are merged into a single 'args' JSON body with inputSchema."
|
|
1864
|
+
},
|
|
1865
|
+
"Intsvc.TimerTrigger": {
|
|
1866
|
+
"extensionType": "Intsvc.TimerTrigger",
|
|
1867
|
+
"label": "Timer trigger",
|
|
1868
|
+
"bpmnElement": "bpmn:StartEvent",
|
|
1869
|
+
"placements": {},
|
|
1870
|
+
"extensionTag": "uipath:activity",
|
|
1871
|
+
"contextFields": [],
|
|
1872
|
+
"inputPattern": "none",
|
|
1873
|
+
"outputSource": ".",
|
|
1874
|
+
"outputType": "custom",
|
|
1875
|
+
"outputName": "result",
|
|
1876
|
+
"useRelativeSource": false,
|
|
1877
|
+
"bindingPattern": "none",
|
|
1878
|
+
"requiresDiscovery": false,
|
|
1879
|
+
"isDynamic": false,
|
|
1880
|
+
"xmlTemplate": "<bpmn:StartEvent id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Intsvc.TimerTrigger\" version=\"v1\" />\n <uipath:output name=\"result\" type=\"custom\" source=\".\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:timerEventDefinition><bpmn:timeDuration xsi:type=\"bpmn:tFormalExpression\">PT1H</bpmn:timeDuration></bpmn:timerEventDefinition>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:StartEvent>",
|
|
1881
|
+
"inputNotes": "No jsonBody, no input fields, no isSplitInputs in design schema",
|
|
1882
|
+
"bpmnElementNotes": "Used via timer event definition on start events; not directly in FPS_TO_NODE_MAPPING",
|
|
1883
|
+
"extensionTagNotes": "NOT in isEvents array, uses uipath:activity. However, isIntsvcTriggerDesignSchemaType returns true.",
|
|
1884
|
+
"inputFields": []
|
|
1885
|
+
},
|
|
1886
|
+
"Maestro.ReceiveMessageEvent": {
|
|
1887
|
+
"extensionType": "Maestro.ReceiveMessageEvent",
|
|
1888
|
+
"label": "Receive internal message",
|
|
1889
|
+
"bpmnElement": "bpmn:IntermediateCatchEvent",
|
|
1890
|
+
"placements": {
|
|
1891
|
+
"startEvent": {
|
|
1892
|
+
"type": "bpmn:StartEvent",
|
|
1893
|
+
"eventDefinition": {
|
|
1894
|
+
"type": "bpmn:MessageEventDefinition"
|
|
1895
|
+
}
|
|
1896
|
+
},
|
|
1897
|
+
"intermediateEvent": {
|
|
1898
|
+
"type": "bpmn:IntermediateCatchEvent",
|
|
1899
|
+
"eventDefinition": {
|
|
1900
|
+
"type": "bpmn:MessageEventDefinition"
|
|
1901
|
+
}
|
|
1902
|
+
},
|
|
1903
|
+
"boundaryEvent": {
|
|
1904
|
+
"type": "bpmn:BoundaryEvent",
|
|
1905
|
+
"eventDefinition": {
|
|
1906
|
+
"type": "bpmn:MessageEventDefinition"
|
|
1907
|
+
}
|
|
1908
|
+
}
|
|
1909
|
+
},
|
|
1910
|
+
"extensionTag": "uipath:event",
|
|
1911
|
+
"contextFields": [
|
|
1912
|
+
{
|
|
1913
|
+
"name": "name",
|
|
1914
|
+
"displayName": "Message name",
|
|
1915
|
+
"type": "string",
|
|
1916
|
+
"required": true,
|
|
1917
|
+
"hidden": false,
|
|
1918
|
+
"isPrimaryKey": false,
|
|
1919
|
+
"binding": false,
|
|
1920
|
+
"defaultValue": null
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"name": "_label",
|
|
1924
|
+
"type": "string",
|
|
1925
|
+
"required": false,
|
|
1926
|
+
"hidden": true,
|
|
1927
|
+
"isPrimaryKey": false,
|
|
1928
|
+
"binding": false,
|
|
1929
|
+
"defaultValue": null
|
|
1930
|
+
}
|
|
1931
|
+
],
|
|
1932
|
+
"inputPattern": "separateInputs",
|
|
1933
|
+
"inputName": "ItemData",
|
|
1934
|
+
"inputTarget": "body",
|
|
1935
|
+
"outputSource": null,
|
|
1936
|
+
"outputType": "Maestro.ReceiveMessageEvent",
|
|
1937
|
+
"outputName": "response",
|
|
1938
|
+
"useRelativeSource": true,
|
|
1939
|
+
"bindingPattern": "none",
|
|
1940
|
+
"requiresDiscovery": false,
|
|
1941
|
+
"isDynamic": false,
|
|
1942
|
+
"xmlTemplate": "<bpmn:IntermediateCatchEvent id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:event version=\"v1\">\n <uipath:type value=\"Maestro.ReceiveMessageEvent\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"name\" value=\"{name}\" />\n <uipath:input name=\"_label\" value=\"{_label}\" />\n </uipath:context>\n <uipath:input name=\"ItemData\" type=\"json\" target=\"body\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"response\" type=\"Maestro.ReceiveMessageEvent\" var=\"{varId}\" />\n </uipath:event>\n </bpmn:extensionElements>\n <bpmn:messageEventDefinition />\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:IntermediateCatchEvent>",
|
|
1943
|
+
"inputNotes": "isSplitInputs=true in design schema but NOT in isSplitInputsEvents code array, so inputs are NOT merged into ItemData for this type. They remain separate.",
|
|
1944
|
+
"extensionTagNotes": "In isEvents array, uses uipath:event",
|
|
1945
|
+
"inputFields": [
|
|
1946
|
+
{
|
|
1947
|
+
"name": "Reference",
|
|
1948
|
+
"displayName": "Reference",
|
|
1949
|
+
"type": "string",
|
|
1950
|
+
"required": true,
|
|
1951
|
+
"hidden": false,
|
|
1952
|
+
"isPrimaryKey": false,
|
|
1953
|
+
"binding": false,
|
|
1954
|
+
"defaultValue": null,
|
|
1955
|
+
"target": "bodyField",
|
|
1956
|
+
"description": "Correlation reference to match this receive event to its sender"
|
|
1957
|
+
}
|
|
1958
|
+
]
|
|
1959
|
+
},
|
|
1960
|
+
"Maestro.SendMessageEvent": {
|
|
1961
|
+
"extensionType": "Maestro.SendMessageEvent",
|
|
1962
|
+
"label": "Send internal message",
|
|
1963
|
+
"bpmnElement": "bpmn:IntermediateThrowEvent",
|
|
1964
|
+
"placements": {
|
|
1965
|
+
"intermediateEvent": {
|
|
1966
|
+
"type": "bpmn:IntermediateThrowEvent",
|
|
1967
|
+
"eventDefinition": {
|
|
1968
|
+
"type": "bpmn:MessageEventDefinition"
|
|
1969
|
+
}
|
|
1970
|
+
},
|
|
1971
|
+
"endEvent": {
|
|
1972
|
+
"type": "bpmn:EndEvent",
|
|
1973
|
+
"eventDefinition": {
|
|
1974
|
+
"type": "bpmn:MessageEventDefinition"
|
|
1975
|
+
}
|
|
1976
|
+
}
|
|
1977
|
+
},
|
|
1978
|
+
"extensionTag": "uipath:event",
|
|
1979
|
+
"contextFields": [
|
|
1980
|
+
{
|
|
1981
|
+
"name": "name",
|
|
1982
|
+
"displayName": "Message name",
|
|
1983
|
+
"type": "string",
|
|
1984
|
+
"required": true,
|
|
1985
|
+
"hidden": false,
|
|
1986
|
+
"isPrimaryKey": false,
|
|
1987
|
+
"binding": false,
|
|
1988
|
+
"defaultValue": null
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"name": "_label",
|
|
1992
|
+
"type": "string",
|
|
1993
|
+
"required": false,
|
|
1994
|
+
"hidden": true,
|
|
1995
|
+
"isPrimaryKey": false,
|
|
1996
|
+
"binding": false,
|
|
1997
|
+
"defaultValue": null
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
"name": "inputSchema",
|
|
2001
|
+
"displayName": "Input schema",
|
|
2002
|
+
"type": "jsonSchema",
|
|
2003
|
+
"required": true,
|
|
2004
|
+
"hidden": true,
|
|
2005
|
+
"isPrimaryKey": false,
|
|
2006
|
+
"binding": false,
|
|
2007
|
+
"defaultValue": null
|
|
2008
|
+
}
|
|
2009
|
+
],
|
|
2010
|
+
"inputPattern": "splitInputsItemData",
|
|
2011
|
+
"inputName": "ItemData",
|
|
2012
|
+
"inputTarget": "body",
|
|
2013
|
+
"outputSource": null,
|
|
2014
|
+
"outputType": "Maestro.SendMessageEvent",
|
|
2015
|
+
"outputName": "response",
|
|
2016
|
+
"useRelativeSource": true,
|
|
2017
|
+
"bindingPattern": "none",
|
|
2018
|
+
"requiresDiscovery": false,
|
|
2019
|
+
"isDynamic": false,
|
|
2020
|
+
"xmlTemplate": "<bpmn:IntermediateThrowEvent id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:event version=\"v1\">\n <uipath:type value=\"Maestro.SendMessageEvent\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"name\" value=\"{name}\" />\n <uipath:input name=\"_label\" value=\"{_label}\" />\n <uipath:input name=\"inputSchema\" value=\"{inputSchema}\" />\n </uipath:context>\n <uipath:input name=\"ItemData\" type=\"json\" target=\"body\"><![CDATA[{\"Reference\":\"\",\"SpecificContent\":{},\"Error\":\"\",\"TimeToLive\":\"\"}]]></uipath:input>\n <uipath:output name=\"response\" type=\"Maestro.SendMessageEvent\" var=\"{varId}\" />\n </uipath:event>\n </bpmn:extensionElements>\n <bpmn:messageEventDefinition />\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:IntermediateThrowEvent>",
|
|
2021
|
+
"inputNotes": "In isSplitInputsEvents array. Inputs are merged into a single ItemData JSON body at serialization time. Uses SEND_MESSAGE_EVENT_INPUT_SCHEMA as the inputSchema.",
|
|
2022
|
+
"extensionTagNotes": "In isEvents array, uses uipath:event",
|
|
2023
|
+
"inputFields": [
|
|
2024
|
+
{
|
|
2025
|
+
"name": "Reference",
|
|
2026
|
+
"displayName": "Reference",
|
|
2027
|
+
"type": "string",
|
|
2028
|
+
"required": true,
|
|
2029
|
+
"hidden": false,
|
|
2030
|
+
"isPrimaryKey": false,
|
|
2031
|
+
"binding": false,
|
|
2032
|
+
"defaultValue": null,
|
|
2033
|
+
"target": "body",
|
|
2034
|
+
"description": "Correlation reference to match this send event to its receiver"
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
"name": "SpecificContent",
|
|
2038
|
+
"displayName": "Item information",
|
|
2039
|
+
"type": "json",
|
|
2040
|
+
"required": false,
|
|
2041
|
+
"hidden": false,
|
|
2042
|
+
"isPrimaryKey": false,
|
|
2043
|
+
"binding": false,
|
|
2044
|
+
"defaultValue": null,
|
|
2045
|
+
"target": "body",
|
|
2046
|
+
"description": "JSON payload with the message content"
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"name": "TimeToLive",
|
|
2050
|
+
"displayName": "Time to live",
|
|
2051
|
+
"type": "duration",
|
|
2052
|
+
"required": false,
|
|
2053
|
+
"hidden": false,
|
|
2054
|
+
"isPrimaryKey": false,
|
|
2055
|
+
"binding": false,
|
|
2056
|
+
"defaultValue": null,
|
|
2057
|
+
"target": "body",
|
|
2058
|
+
"description": "Duration after which the message expires if not consumed"
|
|
2059
|
+
}
|
|
2060
|
+
]
|
|
2061
|
+
},
|
|
2062
|
+
"Maestro.CaseRulesEvaluator": {
|
|
2063
|
+
"extensionType": "Maestro.CaseRulesEvaluator",
|
|
2064
|
+
"label": "Case rules evaluator",
|
|
2065
|
+
"bpmnElement": "bpmn:ServiceTask",
|
|
2066
|
+
"placements": {},
|
|
2067
|
+
"extensionTag": "uipath:activity",
|
|
2068
|
+
"contextFields": [
|
|
2069
|
+
{
|
|
2070
|
+
"name": "caseDeterministicRules",
|
|
2071
|
+
"displayName": "Case deterministic rules",
|
|
2072
|
+
"type": "json",
|
|
2073
|
+
"required": true,
|
|
2074
|
+
"hidden": false,
|
|
2075
|
+
"isPrimaryKey": false,
|
|
2076
|
+
"binding": false,
|
|
2077
|
+
"defaultValue": null
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"name": "caseCurrentExecutionState",
|
|
2081
|
+
"displayName": "Case current execution state",
|
|
2082
|
+
"type": "json",
|
|
2083
|
+
"required": true,
|
|
2084
|
+
"hidden": false,
|
|
2085
|
+
"isPrimaryKey": false,
|
|
2086
|
+
"binding": false,
|
|
2087
|
+
"defaultValue": null
|
|
2088
|
+
},
|
|
2089
|
+
{
|
|
2090
|
+
"name": "_label",
|
|
2091
|
+
"type": "string",
|
|
2092
|
+
"required": false,
|
|
2093
|
+
"hidden": true,
|
|
2094
|
+
"isPrimaryKey": false,
|
|
2095
|
+
"binding": false,
|
|
2096
|
+
"defaultValue": null
|
|
2097
|
+
}
|
|
2098
|
+
],
|
|
2099
|
+
"inputPattern": "mergedBody",
|
|
2100
|
+
"inputName": "caseManagerInput",
|
|
2101
|
+
"inputTarget": "body",
|
|
2102
|
+
"outputSource": null,
|
|
2103
|
+
"outputType": "Maestro.CaseRulesEvaluator",
|
|
2104
|
+
"outputName": "schedulerOutput",
|
|
2105
|
+
"useRelativeSource": true,
|
|
2106
|
+
"bindingPattern": "none",
|
|
2107
|
+
"requiresDiscovery": false,
|
|
2108
|
+
"isDynamic": false,
|
|
2109
|
+
"xmlTemplate": "<bpmn:ServiceTask id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Maestro.CaseRulesEvaluator\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"caseDeterministicRules\" value=\"{caseDeterministicRules}\" />\n <uipath:input name=\"caseCurrentExecutionState\" value=\"{caseCurrentExecutionState}\" />\n <uipath:input name=\"_label\" value=\"{_label}\" />\n </uipath:context>\n <uipath:input name=\"caseManagerInput\" type=\"json\" target=\"body\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"schedulerOutput\" type=\"Maestro.CaseRulesEvaluator\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:ServiceTask>",
|
|
2110
|
+
"bpmnElementNotes": "Not in FPS_TO_NODE_MAPPING activity section; used internally for case management processes. Likely bpmn:ServiceTask or bpmn:Task."
|
|
2111
|
+
},
|
|
2112
|
+
"Maestro.CaseManagerGuardrails": {
|
|
2113
|
+
"extensionType": "Maestro.CaseManagerGuardrails",
|
|
2114
|
+
"label": "Case manager guardrails",
|
|
2115
|
+
"bpmnElement": "bpmn:ServiceTask",
|
|
2116
|
+
"placements": {},
|
|
2117
|
+
"extensionTag": "uipath:activity",
|
|
2118
|
+
"contextFields": [
|
|
2119
|
+
{
|
|
2120
|
+
"name": "decisions",
|
|
2121
|
+
"displayName": "Decisions",
|
|
2122
|
+
"type": "json",
|
|
2123
|
+
"required": true,
|
|
2124
|
+
"hidden": false,
|
|
2125
|
+
"isPrimaryKey": false,
|
|
2126
|
+
"binding": false,
|
|
2127
|
+
"defaultValue": null
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"name": "_label",
|
|
2131
|
+
"type": "string",
|
|
2132
|
+
"required": false,
|
|
2133
|
+
"hidden": true,
|
|
2134
|
+
"isPrimaryKey": false,
|
|
2135
|
+
"binding": false,
|
|
2136
|
+
"defaultValue": null
|
|
2137
|
+
}
|
|
2138
|
+
],
|
|
2139
|
+
"inputPattern": "mergedBody",
|
|
2140
|
+
"inputName": "body",
|
|
2141
|
+
"inputTarget": "body",
|
|
2142
|
+
"outputSource": null,
|
|
2143
|
+
"outputType": "Maestro.CaseManagerGuardrails",
|
|
2144
|
+
"outputName": "guardrailsOutput",
|
|
2145
|
+
"useRelativeSource": true,
|
|
2146
|
+
"bindingPattern": "none",
|
|
2147
|
+
"requiresDiscovery": false,
|
|
2148
|
+
"isDynamic": false,
|
|
2149
|
+
"xmlTemplate": "<bpmn:ServiceTask id=\"{id}\" name=\"{name}\">\n <bpmn:extensionElements>\n <uipath:activity version=\"v1\">\n <uipath:type value=\"Maestro.CaseManagerGuardrails\" version=\"v1\" />\n <uipath:context>\n <uipath:input name=\"decisions\" value=\"{decisions}\" />\n <uipath:input name=\"_label\" value=\"{_label}\" />\n </uipath:context>\n <uipath:input name=\"body\" type=\"json\" target=\"body\"><![CDATA[{}]]></uipath:input>\n <uipath:output name=\"guardrailsOutput\" type=\"Maestro.CaseManagerGuardrails\" var=\"{varId}\" />\n </uipath:activity>\n </bpmn:extensionElements>\n <bpmn:incoming>{incomingEdge}</bpmn:incoming>\n <bpmn:outgoing>{outgoingEdge}</bpmn:outgoing>\n</bpmn:ServiceTask>",
|
|
2150
|
+
"bpmnElementNotes": "Not in FPS_TO_NODE_MAPPING activity section; used internally for case management processes. Likely bpmn:ServiceTask or bpmn:Task."
|
|
2151
|
+
}
|
|
2152
|
+
},
|
|
2153
|
+
"bpmnElements": {
|
|
2154
|
+
"gateways": {
|
|
2155
|
+
"bpmn:ExclusiveGateway": {
|
|
2156
|
+
"bpmnElement": "bpmn:ExclusiveGateway",
|
|
2157
|
+
"category": "gateway"
|
|
2158
|
+
},
|
|
2159
|
+
"bpmn:ParallelGateway": {
|
|
2160
|
+
"bpmnElement": "bpmn:ParallelGateway",
|
|
2161
|
+
"category": "gateway"
|
|
2162
|
+
},
|
|
2163
|
+
"bpmn:InclusiveGateway": {
|
|
2164
|
+
"bpmnElement": "bpmn:InclusiveGateway",
|
|
2165
|
+
"category": "gateway"
|
|
2166
|
+
},
|
|
2167
|
+
"bpmn:ComplexGateway": {
|
|
2168
|
+
"bpmnElement": "bpmn:ComplexGateway",
|
|
2169
|
+
"category": "gateway"
|
|
2170
|
+
},
|
|
2171
|
+
"bpmn:EventBasedGateway": {
|
|
2172
|
+
"bpmnElement": "bpmn:EventBasedGateway",
|
|
2173
|
+
"category": "gateway"
|
|
2174
|
+
},
|
|
2175
|
+
"uipath.control-flow.decision": {
|
|
2176
|
+
"bpmnElement": "uipath.control-flow.decision",
|
|
2177
|
+
"category": "gateway"
|
|
2178
|
+
},
|
|
2179
|
+
"uipath.control-flow.switch": {
|
|
2180
|
+
"bpmnElement": "uipath.control-flow.switch",
|
|
2181
|
+
"category": "gateway"
|
|
2182
|
+
}
|
|
2183
|
+
},
|
|
2184
|
+
"tasks": {
|
|
2185
|
+
"bpmn:Task": {
|
|
2186
|
+
"bpmnElement": "bpmn:Task",
|
|
2187
|
+
"category": "task"
|
|
2188
|
+
},
|
|
2189
|
+
"bpmn:UserTask": {
|
|
2190
|
+
"bpmnElement": "bpmn:UserTask",
|
|
2191
|
+
"category": "task"
|
|
2192
|
+
},
|
|
2193
|
+
"bpmn:ServiceTask": {
|
|
2194
|
+
"bpmnElement": "bpmn:ServiceTask",
|
|
2195
|
+
"category": "task"
|
|
2196
|
+
},
|
|
2197
|
+
"bpmn:SendTask": {
|
|
2198
|
+
"bpmnElement": "bpmn:SendTask",
|
|
2199
|
+
"category": "task"
|
|
2200
|
+
},
|
|
2201
|
+
"bpmn:ReceiveTask": {
|
|
2202
|
+
"bpmnElement": "bpmn:ReceiveTask",
|
|
2203
|
+
"category": "task"
|
|
2204
|
+
},
|
|
2205
|
+
"bpmn:ManualTask": {
|
|
2206
|
+
"bpmnElement": "bpmn:ManualTask",
|
|
2207
|
+
"category": "task"
|
|
2208
|
+
},
|
|
2209
|
+
"bpmn:BusinessRuleTask": {
|
|
2210
|
+
"bpmnElement": "bpmn:BusinessRuleTask",
|
|
2211
|
+
"category": "task"
|
|
2212
|
+
},
|
|
2213
|
+
"bpmn:ScriptTask": {
|
|
2214
|
+
"bpmnElement": "bpmn:ScriptTask",
|
|
2215
|
+
"category": "task"
|
|
2216
|
+
},
|
|
2217
|
+
"bpmn:CallActivity": {
|
|
2218
|
+
"bpmnElement": "bpmn:CallActivity",
|
|
2219
|
+
"category": "task"
|
|
2220
|
+
},
|
|
2221
|
+
"bpmn:SubProcess": {
|
|
2222
|
+
"bpmnElement": "bpmn:SubProcess",
|
|
2223
|
+
"category": "task",
|
|
2224
|
+
"variants": [
|
|
2225
|
+
"collapsed",
|
|
2226
|
+
"expanded",
|
|
2227
|
+
"eventSubprocess"
|
|
2228
|
+
]
|
|
2229
|
+
},
|
|
2230
|
+
"bpmn:Transaction": {
|
|
2231
|
+
"bpmnElement": "bpmn:Transaction",
|
|
2232
|
+
"category": "task"
|
|
2233
|
+
}
|
|
2234
|
+
},
|
|
2235
|
+
"events": {
|
|
2236
|
+
"bpmn:StartEvent": {
|
|
2237
|
+
"bpmnElement": "bpmn:StartEvent",
|
|
2238
|
+
"category": "event",
|
|
2239
|
+
"eventDefinitions": [
|
|
2240
|
+
{
|
|
2241
|
+
"type": "none"
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"type": "bpmn:MessageEventDefinition"
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"type": "bpmn:TimerEventDefinition"
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"type": "bpmn:ConditionalEventDefinition"
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"type": "bpmn:SignalEventDefinition"
|
|
2254
|
+
}
|
|
2255
|
+
]
|
|
2256
|
+
},
|
|
2257
|
+
"bpmn:IntermediateThrowEvent": {
|
|
2258
|
+
"bpmnElement": "bpmn:IntermediateThrowEvent",
|
|
2259
|
+
"category": "event",
|
|
2260
|
+
"eventDefinitions": [
|
|
2261
|
+
{
|
|
2262
|
+
"type": "none"
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
"type": "bpmn:MessageEventDefinition"
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"type": "bpmn:EscalationEventDefinition"
|
|
2269
|
+
},
|
|
2270
|
+
{
|
|
2271
|
+
"type": "bpmn:SignalEventDefinition"
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"type": "bpmn:LinkEventDefinition"
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"type": "bpmn:CompensateEventDefinition"
|
|
2278
|
+
}
|
|
2279
|
+
]
|
|
2280
|
+
},
|
|
2281
|
+
"bpmn:IntermediateCatchEvent": {
|
|
2282
|
+
"bpmnElement": "bpmn:IntermediateCatchEvent",
|
|
2283
|
+
"category": "event",
|
|
2284
|
+
"eventDefinitions": [
|
|
2285
|
+
{
|
|
2286
|
+
"type": "bpmn:MessageEventDefinition"
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"type": "bpmn:TimerEventDefinition"
|
|
2290
|
+
},
|
|
2291
|
+
{
|
|
2292
|
+
"type": "bpmn:EscalationEventDefinition"
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"type": "bpmn:SignalEventDefinition"
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
"type": "bpmn:ConditionalEventDefinition"
|
|
2299
|
+
},
|
|
2300
|
+
{
|
|
2301
|
+
"type": "bpmn:LinkEventDefinition"
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"type": "bpmn:CompensateEventDefinition"
|
|
2305
|
+
}
|
|
2306
|
+
]
|
|
2307
|
+
},
|
|
2308
|
+
"bpmn:EndEvent": {
|
|
2309
|
+
"bpmnElement": "bpmn:EndEvent",
|
|
2310
|
+
"category": "event",
|
|
2311
|
+
"eventDefinitions": [
|
|
2312
|
+
{
|
|
2313
|
+
"type": "none"
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
"type": "bpmn:MessageEventDefinition"
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"type": "bpmn:EscalationEventDefinition"
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
"type": "bpmn:ErrorEventDefinition"
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"type": "bpmn:CompensateEventDefinition"
|
|
2326
|
+
},
|
|
2327
|
+
{
|
|
2328
|
+
"type": "bpmn:SignalEventDefinition"
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"type": "bpmn:TerminateEventDefinition"
|
|
2332
|
+
}
|
|
2333
|
+
]
|
|
2334
|
+
},
|
|
2335
|
+
"bpmn:BoundaryEvent": {
|
|
2336
|
+
"bpmnElement": "bpmn:BoundaryEvent",
|
|
2337
|
+
"category": "event",
|
|
2338
|
+
"eventDefinitions": [
|
|
2339
|
+
{
|
|
2340
|
+
"type": "bpmn:MessageEventDefinition"
|
|
2341
|
+
},
|
|
2342
|
+
{
|
|
2343
|
+
"type": "bpmn:TimerEventDefinition"
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
"type": "bpmn:EscalationEventDefinition"
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
"type": "bpmn:ConditionalEventDefinition"
|
|
2350
|
+
},
|
|
2351
|
+
{
|
|
2352
|
+
"type": "bpmn:ErrorEventDefinition"
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
"type": "bpmn:SignalEventDefinition"
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"type": "bpmn:CompensateEventDefinition"
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
"type": "bpmn:MessageEventDefinition",
|
|
2362
|
+
"interrupting": false
|
|
2363
|
+
},
|
|
2364
|
+
{
|
|
2365
|
+
"type": "bpmn:TimerEventDefinition",
|
|
2366
|
+
"interrupting": false
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"type": "bpmn:EscalationEventDefinition",
|
|
2370
|
+
"interrupting": false
|
|
2371
|
+
},
|
|
2372
|
+
{
|
|
2373
|
+
"type": "bpmn:ConditionalEventDefinition",
|
|
2374
|
+
"interrupting": false
|
|
2375
|
+
},
|
|
2376
|
+
{
|
|
2377
|
+
"type": "bpmn:SignalEventDefinition",
|
|
2378
|
+
"interrupting": false
|
|
2379
|
+
}
|
|
2380
|
+
]
|
|
2381
|
+
}
|
|
2382
|
+
},
|
|
2383
|
+
"data": {
|
|
2384
|
+
"bpmn:DataStoreReference": {
|
|
2385
|
+
"bpmnElement": "bpmn:DataStoreReference",
|
|
2386
|
+
"category": "data"
|
|
2387
|
+
},
|
|
2388
|
+
"bpmn:DataObjectReference": {
|
|
2389
|
+
"bpmnElement": "bpmn:DataObjectReference",
|
|
2390
|
+
"category": "data"
|
|
2391
|
+
}
|
|
2392
|
+
},
|
|
2393
|
+
"participants": {
|
|
2394
|
+
"bpmn:Participant": {
|
|
2395
|
+
"bpmnElement": "bpmn:Participant",
|
|
2396
|
+
"category": "participant"
|
|
2397
|
+
}
|
|
2398
|
+
},
|
|
2399
|
+
"uipathShortcuts": {
|
|
2400
|
+
"uipath.agent": {
|
|
2401
|
+
"bpmnElement": "uipath.agent",
|
|
2402
|
+
"category": "uipathShortcut"
|
|
2403
|
+
},
|
|
2404
|
+
"uipath.human-in-the-loop.quick-form": {
|
|
2405
|
+
"bpmnElement": "uipath.human-in-the-loop.quick-form",
|
|
2406
|
+
"category": "uipathShortcut"
|
|
2407
|
+
},
|
|
2408
|
+
"uipath.human-in-the-loop.coded-action-app": {
|
|
2409
|
+
"bpmnElement": "uipath.human-in-the-loop.coded-action-app",
|
|
2410
|
+
"category": "uipathShortcut"
|
|
2411
|
+
},
|
|
2412
|
+
"uipath.api-workflow": {
|
|
2413
|
+
"bpmnElement": "uipath.api-workflow",
|
|
2414
|
+
"category": "uipathShortcut"
|
|
2415
|
+
},
|
|
2416
|
+
"uipath.process-orchestration": {
|
|
2417
|
+
"bpmnElement": "uipath.process-orchestration",
|
|
2418
|
+
"category": "uipathShortcut"
|
|
2419
|
+
},
|
|
2420
|
+
"uipath.rpa-workflow": {
|
|
2421
|
+
"bpmnElement": "uipath.rpa-workflow",
|
|
2422
|
+
"category": "uipathShortcut"
|
|
2423
|
+
},
|
|
2424
|
+
"uipath.connector-activity": {
|
|
2425
|
+
"bpmnElement": "uipath.connector-activity",
|
|
2426
|
+
"category": "uipathShortcut"
|
|
2427
|
+
},
|
|
2428
|
+
"uipath.connector-trigger": {
|
|
2429
|
+
"bpmnElement": "uipath.connector-trigger",
|
|
2430
|
+
"category": "uipathShortcut"
|
|
2431
|
+
},
|
|
2432
|
+
"uipath.http-request": {
|
|
2433
|
+
"bpmnElement": "uipath.http-request",
|
|
2434
|
+
"category": "uipathShortcut"
|
|
2435
|
+
},
|
|
2436
|
+
"uipath.timer-activity": {
|
|
2437
|
+
"bpmnElement": "uipath.timer-activity",
|
|
2438
|
+
"category": "uipathShortcut",
|
|
2439
|
+
"eventDefinition": "bpmn:TimerEventDefinition"
|
|
2440
|
+
},
|
|
2441
|
+
"uipath.timer-trigger": {
|
|
2442
|
+
"bpmnElement": "uipath.timer-trigger",
|
|
2443
|
+
"category": "uipathShortcut",
|
|
2444
|
+
"eventDefinition": "bpmn:TimerEventDefinition"
|
|
2445
|
+
}
|
|
2446
|
+
}
|
|
2447
|
+
},
|
|
2448
|
+
"serializationRules": {
|
|
2449
|
+
"extensionTagResolution": {
|
|
2450
|
+
"description": "How the frontend determines which XML extension tag to use",
|
|
2451
|
+
"rules": [
|
|
2452
|
+
"If serviceType is in isEvents array [Intsvc.WaitForEvent, Intsvc.EventTrigger, Maestro.ReceiveMessageEvent, Maestro.SendMessageEvent] => uipath:event",
|
|
2453
|
+
"If serviceType is BPMN.Variables on bpmn:StartEvent, bpmn:EndEvent, or bpmn:Task => uipath:mapping",
|
|
2454
|
+
"If nodeType is bpmn:ScriptTask or bpmn:SubProcess => uipath:mapping",
|
|
2455
|
+
"Otherwise => uipath:activity"
|
|
2456
|
+
]
|
|
2457
|
+
},
|
|
2458
|
+
"isEventsArray": [
|
|
2459
|
+
"Intsvc.WaitForEvent",
|
|
2460
|
+
"Intsvc.EventTrigger",
|
|
2461
|
+
"Maestro.ReceiveMessageEvent",
|
|
2462
|
+
"Maestro.SendMessageEvent"
|
|
2463
|
+
],
|
|
2464
|
+
"isExecutionArray": [
|
|
2465
|
+
"Intsvc.ActivityExecution",
|
|
2466
|
+
"Intsvc.AsyncExecution",
|
|
2467
|
+
"Intsvc.SyncAgentExecution",
|
|
2468
|
+
"Intsvc.AsyncAgentExecution",
|
|
2469
|
+
"Intsvc.SyncWorkflowExecution",
|
|
2470
|
+
"Intsvc.AsyncWorkflowExecution",
|
|
2471
|
+
"Intsvc.UnifiedHttpRequest"
|
|
2472
|
+
],
|
|
2473
|
+
"isSplitInputsEventsArray": [
|
|
2474
|
+
"Maestro.SendMessageEvent"
|
|
2475
|
+
]
|
|
2476
|
+
}
|
|
2477
|
+
}
|