@uipath/maestro-builder-sdk 5.2.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/LICENSE +21 -0
- package/README.md +322 -0
- package/dist/bindings-v2.d.ts +37 -0
- package/dist/bindings-v2.js +155 -0
- package/dist/bindings.d.ts +6 -0
- package/dist/bindings.js +6 -0
- package/dist/bpmn/bpmn-expr-check.d.ts +41 -0
- package/dist/bpmn/bpmn-expr-check.js +218 -0
- package/dist/bpmn/bpmn-sdk.d.ts +2257 -0
- package/dist/bpmn/bpmn-sdk.js +1476 -0
- package/dist/bpmn/check-cli.d.ts +3 -0
- package/dist/bpmn/check-cli.js +32 -0
- package/dist/bpmn/check.d.ts +25 -0
- package/dist/bpmn/check.js +430 -0
- package/dist/bpmn/compile-cli.d.ts +3 -0
- package/dist/bpmn/compile-cli.js +60 -0
- package/dist/bpmn/connector.d.ts +56 -0
- package/dist/bpmn/connector.js +199 -0
- package/dist/bpmn/decompile-cli.d.ts +8 -0
- package/dist/bpmn/decompile-cli.js +54 -0
- package/dist/bpmn/decompile.d.ts +6 -0
- package/dist/bpmn/decompile.js +1108 -0
- package/dist/bpmn/format-profile.d.ts +27 -0
- package/dist/bpmn/format-profile.js +11 -0
- package/dist/bpmn/intsvc.d.ts +77 -0
- package/dist/bpmn/intsvc.js +155 -0
- package/dist/bpmn/load.d.ts +4 -0
- package/dist/bpmn/load.js +22 -0
- package/dist/bpmn/merge-cli.d.ts +3 -0
- package/dist/bpmn/merge-cli.js +45 -0
- package/dist/bpmn/merge.d.ts +19 -0
- package/dist/bpmn/merge.js +293 -0
- package/dist/bpmn/registry-types.json +1869 -0
- package/dist/bpmn/serialize.d.ts +28 -0
- package/dist/bpmn/serialize.js +757 -0
- package/dist/bpmn/tidy-cli.d.ts +2 -0
- package/dist/bpmn/tidy-cli.js +39 -0
- package/dist/bpmn/typed-node.d.ts +382 -0
- package/dist/bpmn/typed-node.js +551 -0
- package/dist/bpmn/uipath-moddle.v1.json +823 -0
- package/dist/bpmn/xml-ranges.d.ts +45 -0
- package/dist/bpmn/xml-ranges.js +151 -0
- package/dist/case/case-expr-check.d.ts +35 -0
- package/dist/case/case-expr-check.js +85 -0
- package/dist/case/case-sdk.d.ts +1282 -0
- package/dist/case/case-sdk.js +923 -0
- package/dist/case/check-cli.d.ts +3 -0
- package/dist/case/check-cli.js +31 -0
- package/dist/case/check.d.ts +18 -0
- package/dist/case/check.js +456 -0
- package/dist/case/compile-cli.d.ts +3 -0
- package/dist/case/compile-cli.js +291 -0
- package/dist/case/decompile-cli.d.ts +9 -0
- package/dist/case/decompile-cli.js +117 -0
- package/dist/case/decompile.d.ts +187 -0
- package/dist/case/decompile.js +1170 -0
- package/dist/case/entry-points.d.ts +79 -0
- package/dist/case/entry-points.js +118 -0
- package/dist/case/format-profile.d.ts +60 -0
- package/dist/case/format-profile.js +79 -0
- package/dist/case/ids.d.ts +24 -0
- package/dist/case/ids.js +76 -0
- package/dist/case/load.d.ts +12 -0
- package/dist/case/load.js +32 -0
- package/dist/case/preserve.d.ts +133 -0
- package/dist/case/preserve.js +105 -0
- package/dist/case/serialize.d.ts +10 -0
- package/dist/case/serialize.js +1414 -0
- package/dist/check-cli.d.ts +3 -0
- package/dist/check-cli.js +118 -0
- package/dist/check.d.ts +146 -0
- package/dist/check.js +4898 -0
- package/dist/cli/commands/bpmn.d.ts +2 -0
- package/dist/cli/commands/bpmn.js +73 -0
- package/dist/cli/commands/case.d.ts +2 -0
- package/dist/cli/commands/case.js +60 -0
- package/dist/cli/commands/flow.d.ts +2 -0
- package/dist/cli/commands/flow.js +99 -0
- package/dist/cli/commands/registry.d.ts +10 -0
- package/dist/cli/commands/registry.js +170 -0
- package/dist/cli/common.d.ts +30 -0
- package/dist/cli/common.js +92 -0
- package/dist/cli/index.d.ts +2 -0
- package/dist/cli/index.js +18 -0
- package/dist/cli-run.d.ts +2 -0
- package/dist/cli-run.js +42 -0
- package/dist/compile-cli.d.ts +3 -0
- package/dist/compile-cli.js +160 -0
- package/dist/config.d.ts +47 -0
- package/dist/config.js +201 -0
- package/dist/core/actions.d.ts +3244 -0
- package/dist/core/actions.js +1062 -0
- package/dist/core/binding-messages.d.ts +1 -0
- package/dist/core/binding-messages.js +16 -0
- package/dist/core/bindings.d.ts +12 -0
- package/dist/core/bindings.js +67 -0
- package/dist/core/ceql.d.ts +73 -0
- package/dist/core/ceql.js +272 -0
- package/dist/core/cli-spelling.d.ts +39 -0
- package/dist/core/cli-spelling.js +62 -0
- package/dist/core/connector-raw-node.d.ts +21 -0
- package/dist/core/connector-raw-node.js +47 -0
- package/dist/core/connectors.d.ts +184 -0
- package/dist/core/connectors.js +128 -0
- package/dist/core/expr-check.d.ts +93 -0
- package/dist/core/expr-check.js +186 -0
- package/dist/core/expr.d.ts +323 -0
- package/dist/core/expr.js +400 -0
- package/dist/core/index.d.ts +10 -0
- package/dist/core/index.js +10 -0
- package/dist/core/library.d.ts +440 -0
- package/dist/core/library.js +1183 -0
- package/dist/core/list-envelope.d.ts +45 -0
- package/dist/core/list-envelope.js +97 -0
- package/dist/core/lookup-store.d.ts +22 -0
- package/dist/core/lookup-store.js +85 -0
- package/dist/core/lookups.d.ts +227 -0
- package/dist/core/lookups.js +231 -0
- package/dist/core/node-classes.d.ts +234 -0
- package/dist/core/node-classes.js +158 -0
- package/dist/core/script-return.d.ts +68 -0
- package/dist/core/script-return.js +197 -0
- package/dist/core/stable-id.d.ts +28 -0
- package/dist/core/stable-id.js +37 -0
- package/dist/core-definitions.json +16249 -0
- package/dist/decompile-cli.d.ts +3 -0
- package/dist/decompile-cli.js +131 -0
- package/dist/decompile.d.ts +138 -0
- package/dist/decompile.js +2482 -0
- package/dist/emit.d.ts +10 -0
- package/dist/emit.js +60 -0
- package/dist/event-filters.d.ts +130 -0
- package/dist/event-filters.js +137 -0
- package/dist/flow-expr-check.d.ts +17 -0
- package/dist/flow-expr-check.js +193 -0
- package/dist/flow-sdk.d.ts +1341 -0
- package/dist/flow-sdk.js +1164 -0
- package/dist/flow-variables.d.ts +13 -0
- package/dist/flow-variables.js +42 -0
- package/dist/format-profile.d.ts +72 -0
- package/dist/format-profile.js +97 -0
- package/dist/generators/_connections.py +287 -0
- package/dist/generators/_events.py +355 -0
- package/dist/generators/_lookups.py +114 -0
- package/dist/generators/_naming.py +185 -0
- package/dist/generators/_objects.py +299 -0
- package/dist/generators/_resolve.py +273 -0
- package/dist/generators/convert_library_to_md.py +1441 -0
- package/dist/generators/extract_library.py +125 -0
- package/dist/generators/generate_connectors_ts.py +936 -0
- package/dist/generators/generate_library_json.py +2527 -0
- package/dist/generators/generate_triggers_ts.py +110 -0
- package/dist/generators/materialize_registry.py +155 -0
- package/dist/generators/prepare_connector.py +1688 -0
- package/dist/index.d.ts +35 -0
- package/dist/index.js +35 -0
- package/dist/ixp-definition.json +1982 -0
- package/dist/library.d.ts +6 -0
- package/dist/library.js +6 -0
- package/dist/load.d.ts +16 -0
- package/dist/load.js +95 -0
- package/dist/merge-cli.d.ts +3 -0
- package/dist/merge-cli.js +47 -0
- package/dist/merge.d.ts +125 -0
- package/dist/merge.js +0 -0
- package/dist/migrate.d.ts +15 -0
- package/dist/migrate.js +245 -0
- package/dist/node-runtime.d.ts +3 -0
- package/dist/node-runtime.js +22 -0
- package/dist/package-name.d.ts +17 -0
- package/dist/package-name.js +17 -0
- package/dist/ref-resolve.d.ts +77 -0
- package/dist/ref-resolve.js +170 -0
- package/dist/registry/cache.d.ts +55 -0
- package/dist/registry/cache.js +134 -0
- package/dist/registry/curated-overlay.d.ts +16 -0
- package/dist/registry/curated-overlay.js +62 -0
- package/dist/registry/extractor.d.ts +22 -0
- package/dist/registry/extractor.js +18 -0
- package/dist/registry/materialize-bin.d.ts +2 -0
- package/dist/registry/materialize-bin.js +7 -0
- package/dist/registry/materialize-cli.d.ts +1 -0
- package/dist/registry/materialize-cli.js +46 -0
- package/dist/registry/materializer.d.ts +23 -0
- package/dist/registry/materializer.js +34 -0
- package/dist/registry/path-cli.d.ts +1 -0
- package/dist/registry/path-cli.js +56 -0
- package/dist/registry/prepare-cli.d.ts +62 -0
- package/dist/registry/prepare-cli.js +185 -0
- package/dist/registry/pull-cli.d.ts +1 -0
- package/dist/registry/pull-cli.js +274 -0
- package/dist/registry/python.d.ts +26 -0
- package/dist/registry/python.js +46 -0
- package/dist/registry/search-cli.d.ts +52 -0
- package/dist/registry/search-cli.js +159 -0
- package/dist/schema-version.d.ts +165 -0
- package/dist/schema-version.js +148 -0
- package/dist/serialize.d.ts +64 -0
- package/dist/serialize.js +6398 -0
- package/lib/README.md +112 -0
- package/lib/library-json.samples/index.json +158 -0
- package/lib/library-json.samples/invariant-collections.json +83 -0
- package/lib/library-json.samples/list-envelopes.json +123 -0
- package/lib/library-json.samples/uipath-atlassian-jira/create-issue@1.0.0.json +131 -0
- package/lib/library-json.samples/uipath-atlassian-jira/create-issue@1.0.0.v1def.json +306 -0
- package/lib/library-json.samples/uipath-atlassian-jira/generic/create_issue/create@1.0.0.json +86 -0
- package/lib/library-json.samples/uipath-atlassian-jira/generic/create_issue/create@1.0.0.v1def.json +208 -0
- package/lib/library-json.samples/uipath-atlassian-jira/get-issue@1.0.0.json +2040 -0
- package/lib/library-json.samples/uipath-atlassian-jira/get-issue@1.0.0.v1def.json +195 -0
- package/lib/library-json.samples/uipath-google-vertex/execute-google-vertex-agent@1.0.0.json +169 -0
- package/lib/library-json.samples/uipath-google-vertex/execute-google-vertex-agent@1.0.0.v1def.json +209 -0
- package/lib/library-json.samples/uipath-http-webhook/event-http-webhook@1.0.0.json +63 -0
- package/lib/library-json.samples/uipath-http-webhook/event-http-webhook@1.0.0.v1def.json +262 -0
- package/lib/library-json.samples/uipath-http-webhook/trigger-http-webhook@1.0.0.json +63 -0
- package/lib/library-json.samples/uipath-http-webhook/trigger-http-webhook@1.0.0.v1def.json +213 -0
- package/lib/library-json.samples/uipath-microsoft-azureactivedirectory/list-groups@1.0.0.json +227 -0
- package/lib/library-json.samples/uipath-microsoft-azureactivedirectory/list-groups@1.0.0.v1def.json +373 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/event-file-created@1.0.0.json +116 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/event-file-created@1.0.0.v1def.json +369 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/event-list-item-added@1.0.0.json +56 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/event-list-item-added@1.0.0.v1def.json +256 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/trigger-file-created@1.0.0.json +116 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/trigger-file-created@1.0.0.v1def.json +320 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/trigger-list-item-added@1.0.0.json +56 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/trigger-list-item-added@1.0.0.v1def.json +207 -0
- package/lib/library-json.samples/uipath-microsoft-outlook365/event-email-received@1.0.0.json +107 -0
- package/lib/library-json.samples/uipath-microsoft-outlook365/event-email-received@1.0.0.v1def.json +264 -0
- package/lib/library-json.samples/uipath-microsoft-outlook365/send-email@1.0.0.json +142 -0
- package/lib/library-json.samples/uipath-microsoft-outlook365/send-email@1.0.0.v1def.json +306 -0
- package/lib/library-json.samples/uipath-microsoft-outlook365/trigger-email-received@1.0.0.json +107 -0
- package/lib/library-json.samples/uipath-microsoft-outlook365/trigger-email-received@1.0.0.v1def.json +217 -0
- package/lib/library-json.samples/uipath-microsoft-powerautomate/invoke-a-microsoft-power-automate-flow@1.0.0.json +85 -0
- package/lib/library-json.samples/uipath-microsoft-powerautomate/invoke-a-microsoft-power-automate-flow@1.0.0.v1def.json +209 -0
- package/lib/library-json.samples/uipath-salesforce-slack/send-message-to-user@1.0.0.json +755 -0
- package/lib/library-json.samples/uipath-salesforce-slack/send-message-to-user@1.0.0.v1def.json +513 -0
- package/lib/library-json.samples/uipath-uipath-dataservice/query-entity-records@1.0.0.json +122 -0
- package/lib/library-json.samples/uipath-uipath-dataservice/query-entity-records@1.0.0.v1def.json +227 -0
- package/package.json +85 -0
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nodeType": "uipath.connector.uipath-atlassian-jira.get-issue",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"category": "connector.196560",
|
|
5
|
+
"tags": [
|
|
6
|
+
"connector",
|
|
7
|
+
"activity"
|
|
8
|
+
],
|
|
9
|
+
"sortOrder": 515,
|
|
10
|
+
"supportsErrorHandling": true,
|
|
11
|
+
"description": "(Jira) Retrieve detailed information of a Jira issue, including assignee, reporter, and project.",
|
|
12
|
+
"display": {
|
|
13
|
+
"label": "Get Issue",
|
|
14
|
+
"description": "(Jira) Retrieve detailed information of a Jira issue, including assignee, reporter, and project.",
|
|
15
|
+
"icon": "https://alpha.uipath.com/bc2ddac5-57bc-40e6-93fe-3b319b60ce36/studio_/typecache/icons/34ef2aa2837dd167dab37718dbff7bb5eb83f8c210be71fc25ac55a67aa6de1b.svg",
|
|
16
|
+
"iconBackground": "linear-gradient(225deg, #FAFAFB 0%, #ECEDEF 100%)",
|
|
17
|
+
"iconBackgroundDark": "linear-gradient(225deg, #526069 0%, rgba(50, 60, 66, 0.6) 100%)"
|
|
18
|
+
},
|
|
19
|
+
"handleConfiguration": [
|
|
20
|
+
{
|
|
21
|
+
"position": "left",
|
|
22
|
+
"handles": [
|
|
23
|
+
{
|
|
24
|
+
"id": "input",
|
|
25
|
+
"type": "target",
|
|
26
|
+
"handleType": "input",
|
|
27
|
+
"label": ""
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"position": "right",
|
|
33
|
+
"handles": [
|
|
34
|
+
{
|
|
35
|
+
"id": "output",
|
|
36
|
+
"type": "source",
|
|
37
|
+
"handleType": "output",
|
|
38
|
+
"label": ""
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"model": {
|
|
44
|
+
"type": "bpmn:SendTask",
|
|
45
|
+
"serviceType": "Intsvc.ActivityExecution",
|
|
46
|
+
"debug": {
|
|
47
|
+
"runtime": "bpmnEngine"
|
|
48
|
+
},
|
|
49
|
+
"context": [
|
|
50
|
+
{
|
|
51
|
+
"name": "connectorKey",
|
|
52
|
+
"type": "string",
|
|
53
|
+
"value": "uipath-atlassian-jira"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "operation",
|
|
57
|
+
"type": "string"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "objectName",
|
|
61
|
+
"value": "curated_get_issue",
|
|
62
|
+
"type": "string"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "method",
|
|
66
|
+
"type": "string",
|
|
67
|
+
"value": "GETBYID"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "connection",
|
|
71
|
+
"type": "string",
|
|
72
|
+
"value": "<bindings.uipath-atlassian-jira connection>"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "folderKey",
|
|
76
|
+
"type": "string",
|
|
77
|
+
"value": "<bindings.FolderKey>"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "activityConfigurationVersion",
|
|
81
|
+
"type": "string",
|
|
82
|
+
"value": "v1"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "metadata",
|
|
86
|
+
"body": {
|
|
87
|
+
"telemetryData": {
|
|
88
|
+
"connectorKey": "uipath-atlassian-jira",
|
|
89
|
+
"connectorName": "Get Issue"
|
|
90
|
+
},
|
|
91
|
+
"inputMetadata": {},
|
|
92
|
+
"errorState": {
|
|
93
|
+
"hasError": true
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"type": "json"
|
|
97
|
+
}
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
"form": {
|
|
101
|
+
"id": "connector-properties",
|
|
102
|
+
"title": "Connector configuration",
|
|
103
|
+
"sections": [
|
|
104
|
+
{
|
|
105
|
+
"id": "connector",
|
|
106
|
+
"title": "Connector",
|
|
107
|
+
"collapsible": true,
|
|
108
|
+
"defaultExpanded": true,
|
|
109
|
+
"fields": [
|
|
110
|
+
{
|
|
111
|
+
"label": "",
|
|
112
|
+
"name": "inputs.detail",
|
|
113
|
+
"type": "custom",
|
|
114
|
+
"component": "dap-config",
|
|
115
|
+
"componentProps": {
|
|
116
|
+
"connectorDetail": {
|
|
117
|
+
"isAppActivity": false,
|
|
118
|
+
"packageId": 196560,
|
|
119
|
+
"svgIconUrl": "icons/34ef2aa2837dd167dab37718dbff7bb5eb83f8c210be71fc25ac55a67aa6de1b.svg",
|
|
120
|
+
"displayName": "Get Issue",
|
|
121
|
+
"assemblyQualifiedName": "UiPath.IntegrationService.Activities.Runtime.Activities.ConnectorActivity, UiPath.IntegrationService.Activities.Runtime, Version=1.26.0.0, Culture=neutral, PublicKeyToken=null",
|
|
122
|
+
"description": "Retrieve detailed information of a Jira issue, including assignee, reporter, and project.",
|
|
123
|
+
"activityColor": "#0052CC",
|
|
124
|
+
"configuration": "{\"connectorKey\":\"uipath-atlassian-jira\",\"objectName\":\"curated_get_issue\",\"httpMethod\":\"GETBYID\",\"activityType\":\"Curated\",\"version\":\"1.0.0\",\"supportsStreaming\":false,\"subType\":\"standard\"}",
|
|
125
|
+
"uiPathActivityTypeId": "0ad30976-b96c-3496-be85-3ed010a87482",
|
|
126
|
+
"isExperimental": false,
|
|
127
|
+
"helpUrlTemplate": "https://docs.uipath.com/{0}/activities/other/latest/integration-service/uipath-atlassian-jira-Get-Issue",
|
|
128
|
+
"isEnabled": true,
|
|
129
|
+
"targetPlatform": "CrossPlatform",
|
|
130
|
+
"isAdvanced": false,
|
|
131
|
+
"isRestricted": false,
|
|
132
|
+
"tags": []
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
]
|
|
137
|
+
}
|
|
138
|
+
]
|
|
139
|
+
},
|
|
140
|
+
"inputDefinition": {
|
|
141
|
+
"fields": []
|
|
142
|
+
},
|
|
143
|
+
"inputDefaults": {},
|
|
144
|
+
"outputDefinition": {
|
|
145
|
+
"output": {
|
|
146
|
+
"type": "object",
|
|
147
|
+
"description": "The return value of the connector.",
|
|
148
|
+
"source": "=result.response",
|
|
149
|
+
"var": "output"
|
|
150
|
+
},
|
|
151
|
+
"error": {
|
|
152
|
+
"type": "object",
|
|
153
|
+
"description": "Error information if the node fails",
|
|
154
|
+
"source": "=Error",
|
|
155
|
+
"var": "error",
|
|
156
|
+
"schema": {
|
|
157
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
158
|
+
"type": "object",
|
|
159
|
+
"required": [
|
|
160
|
+
"code",
|
|
161
|
+
"message",
|
|
162
|
+
"detail",
|
|
163
|
+
"category",
|
|
164
|
+
"status"
|
|
165
|
+
],
|
|
166
|
+
"properties": {
|
|
167
|
+
"code": {
|
|
168
|
+
"type": "string",
|
|
169
|
+
"description": "Error code as a string"
|
|
170
|
+
},
|
|
171
|
+
"message": {
|
|
172
|
+
"type": "string",
|
|
173
|
+
"description": "High-level error message"
|
|
174
|
+
},
|
|
175
|
+
"detail": {
|
|
176
|
+
"type": "string",
|
|
177
|
+
"description": "Detailed error description"
|
|
178
|
+
},
|
|
179
|
+
"category": {
|
|
180
|
+
"type": "string",
|
|
181
|
+
"description": "Error category"
|
|
182
|
+
},
|
|
183
|
+
"status": {
|
|
184
|
+
"type": "integer",
|
|
185
|
+
"description": "HTTP status code"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"additionalProperties": false
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
"debug": {
|
|
193
|
+
"runtime": "bpmnEngine"
|
|
194
|
+
}
|
|
195
|
+
}
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": "1",
|
|
3
|
+
"nodeType": "uipath.connector.uipath-google-vertex.execute-google-vertex-agent",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"category": "connector.196584",
|
|
6
|
+
"tags": [
|
|
7
|
+
"connector",
|
|
8
|
+
"activity"
|
|
9
|
+
],
|
|
10
|
+
"connector": {
|
|
11
|
+
"key": "uipath-google-vertex",
|
|
12
|
+
"name": "Google Vertex"
|
|
13
|
+
},
|
|
14
|
+
"operation": {
|
|
15
|
+
"name": "Create",
|
|
16
|
+
"objectName": "createSession",
|
|
17
|
+
"objectDisplayName": "Execute Google Vertex Agent",
|
|
18
|
+
"httpMethod": "POST",
|
|
19
|
+
"path": "/createSession",
|
|
20
|
+
"subType": "AgentExecution",
|
|
21
|
+
"supportsStreaming": false,
|
|
22
|
+
"activityType": "Curated",
|
|
23
|
+
"pathTemplate": "/createSession",
|
|
24
|
+
"parameters": [
|
|
25
|
+
{
|
|
26
|
+
"name": "parent",
|
|
27
|
+
"type": "query",
|
|
28
|
+
"dataType": "string",
|
|
29
|
+
"required": true,
|
|
30
|
+
"displayName": "Agent Name",
|
|
31
|
+
"description": "Select the Agent",
|
|
32
|
+
"reference": {
|
|
33
|
+
"objectName": "getAgents",
|
|
34
|
+
"lookupNames": [
|
|
35
|
+
"displayName"
|
|
36
|
+
],
|
|
37
|
+
"lookupValue": "name",
|
|
38
|
+
"path": "/getAgents"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"display": {
|
|
44
|
+
"label": "Execute Google Vertex Agent",
|
|
45
|
+
"description": "(Google Vertex) Executes Google Vertex AI reasoning engine agents",
|
|
46
|
+
"icon": "https://alpha.uipath.com/bc2ddac5-57bc-40e6-93fe-3b319b60ce36/studio_/typecache/icons/c3bb434e166f28a21a050c9ac142a55c2246789f25d55c5264f2637d70afa9ef.svg",
|
|
47
|
+
"iconBackground": "linear-gradient(225deg, #FAFAFB 0%, #ECEDEF 100%)",
|
|
48
|
+
"iconBackgroundDark": "linear-gradient(225deg, #526069 0%, rgba(50, 60, 66, 0.6) 100%)",
|
|
49
|
+
"operationLabel": "Execute Google Vertex Agent"
|
|
50
|
+
},
|
|
51
|
+
"runtime": {
|
|
52
|
+
"bpmnType": "bpmn:SendTask",
|
|
53
|
+
"serviceType": "Intsvc.ActivityExecution",
|
|
54
|
+
"activityConfigurationVersion": "v1",
|
|
55
|
+
"requiresConnection": true,
|
|
56
|
+
"requiresFolderKey": true,
|
|
57
|
+
"requiresConnectionForSchema": false
|
|
58
|
+
},
|
|
59
|
+
"inputSchema": {
|
|
60
|
+
"fields": [
|
|
61
|
+
{
|
|
62
|
+
"name": "body",
|
|
63
|
+
"type": "object",
|
|
64
|
+
"required": true,
|
|
65
|
+
"description": "The object body"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "parent",
|
|
69
|
+
"type": "string",
|
|
70
|
+
"required": true,
|
|
71
|
+
"description": "Select the Agent"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"outputSchema": {
|
|
76
|
+
"fields": [
|
|
77
|
+
{
|
|
78
|
+
"name": "usage_metadata.prompt_tokens_details[*].token_count",
|
|
79
|
+
"type": "integer",
|
|
80
|
+
"displayName": "Prompt token count",
|
|
81
|
+
"description": "The number of tokens used in the prompt."
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "content.parts[*].text",
|
|
85
|
+
"type": "string",
|
|
86
|
+
"displayName": "Content text",
|
|
87
|
+
"description": "The text content of each part in the response."
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "usage_metadata.candidates_tokens_details[*].token_count",
|
|
91
|
+
"type": "integer",
|
|
92
|
+
"displayName": "Candidate token count",
|
|
93
|
+
"description": "The number of tokens used in candidate responses."
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "author",
|
|
97
|
+
"type": "string",
|
|
98
|
+
"displayName": "Author",
|
|
99
|
+
"description": "The name of the person who created the content."
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "usage_metadata.candidates_token_count",
|
|
103
|
+
"type": "integer",
|
|
104
|
+
"displayName": "Candidates token count",
|
|
105
|
+
"description": "The number of tokens considered for candidate responses."
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "invocation_id",
|
|
109
|
+
"type": "string",
|
|
110
|
+
"displayName": "Invocation Id",
|
|
111
|
+
"description": "A unique identifier for each API call instance."
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "usage_metadata.prompt_tokens_details[*].modality",
|
|
115
|
+
"type": "string",
|
|
116
|
+
"displayName": "Prompt tokens modality",
|
|
117
|
+
"description": "The type of input modality for each prompt token."
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "usage_metadata.traffic_type",
|
|
121
|
+
"type": "string",
|
|
122
|
+
"displayName": "Traffic type",
|
|
123
|
+
"description": "The category of traffic for the API request."
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "content.role",
|
|
127
|
+
"type": "string",
|
|
128
|
+
"displayName": "Content role",
|
|
129
|
+
"description": "Specifies the role associated with the content."
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "usage_metadata.prompt_token_count",
|
|
133
|
+
"type": "integer",
|
|
134
|
+
"displayName": "Prompt token count",
|
|
135
|
+
"description": "Shows the number of tokens used in the prompt."
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "usage_metadata.total_token_count",
|
|
139
|
+
"type": "integer",
|
|
140
|
+
"displayName": "Total token count",
|
|
141
|
+
"description": "Displays the total number of tokens used."
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "usage_metadata.thoughts_token_count",
|
|
145
|
+
"type": "integer",
|
|
146
|
+
"displayName": "Thoughts token count",
|
|
147
|
+
"description": "The number of tokens used in the thoughts process."
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "usage_metadata.candidates_tokens_details[*].modality",
|
|
151
|
+
"type": "string",
|
|
152
|
+
"displayName": "Candidates tokens modality",
|
|
153
|
+
"description": "The type of modality used for candidate tokens."
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "id",
|
|
157
|
+
"type": "string",
|
|
158
|
+
"displayName": "Agent identifier",
|
|
159
|
+
"description": "A unique identifier for the agent."
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"name": "timestamp",
|
|
163
|
+
"type": "number",
|
|
164
|
+
"displayName": "Action timestamp",
|
|
165
|
+
"description": "The date and time when the action was performed."
|
|
166
|
+
}
|
|
167
|
+
]
|
|
168
|
+
}
|
|
169
|
+
}
|
package/lib/library-json.samples/uipath-google-vertex/execute-google-vertex-agent@1.0.0.v1def.json
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nodeType": "uipath.connector.uipath-google-vertex.execute-google-vertex-agent",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"category": "connector.196584",
|
|
5
|
+
"tags": [
|
|
6
|
+
"connector",
|
|
7
|
+
"activity"
|
|
8
|
+
],
|
|
9
|
+
"sortOrder": 515,
|
|
10
|
+
"supportsErrorHandling": true,
|
|
11
|
+
"description": "(Google Vertex) Executes Google Vertex AI reasoning engine agents",
|
|
12
|
+
"display": {
|
|
13
|
+
"label": "Execute Google Vertex Agent",
|
|
14
|
+
"description": "(Google Vertex) Executes Google Vertex AI reasoning engine agents",
|
|
15
|
+
"icon": "https://alpha.uipath.com/bc2ddac5-57bc-40e6-93fe-3b319b60ce36/studio_/typecache/icons/c3bb434e166f28a21a050c9ac142a55c2246789f25d55c5264f2637d70afa9ef.svg",
|
|
16
|
+
"iconBackground": "linear-gradient(225deg, #FAFAFB 0%, #ECEDEF 100%)",
|
|
17
|
+
"iconBackgroundDark": "linear-gradient(225deg, #526069 0%, rgba(50, 60, 66, 0.6) 100%)"
|
|
18
|
+
},
|
|
19
|
+
"handleConfiguration": [
|
|
20
|
+
{
|
|
21
|
+
"position": "left",
|
|
22
|
+
"handles": [
|
|
23
|
+
{
|
|
24
|
+
"id": "input",
|
|
25
|
+
"type": "target",
|
|
26
|
+
"handleType": "input",
|
|
27
|
+
"label": ""
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"position": "right",
|
|
33
|
+
"handles": [
|
|
34
|
+
{
|
|
35
|
+
"id": "output",
|
|
36
|
+
"type": "source",
|
|
37
|
+
"handleType": "output",
|
|
38
|
+
"label": ""
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"model": {
|
|
44
|
+
"type": "bpmn:SendTask",
|
|
45
|
+
"serviceType": "Intsvc.ActivityExecution",
|
|
46
|
+
"debug": {
|
|
47
|
+
"runtime": "bpmnEngine"
|
|
48
|
+
},
|
|
49
|
+
"context": [
|
|
50
|
+
{
|
|
51
|
+
"name": "connectorKey",
|
|
52
|
+
"type": "string",
|
|
53
|
+
"value": "uipath-google-vertex"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "operation",
|
|
57
|
+
"type": "string"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "objectName",
|
|
61
|
+
"value": "createSession",
|
|
62
|
+
"type": "string"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "method",
|
|
66
|
+
"type": "string",
|
|
67
|
+
"value": "POST"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "connection",
|
|
71
|
+
"type": "string",
|
|
72
|
+
"value": "<bindings.uipath-google-vertex connection>"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "folderKey",
|
|
76
|
+
"type": "string",
|
|
77
|
+
"value": "<bindings.FolderKey>"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "activityConfigurationVersion",
|
|
81
|
+
"type": "string",
|
|
82
|
+
"value": "v1"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "metadata",
|
|
86
|
+
"body": {
|
|
87
|
+
"telemetryData": {
|
|
88
|
+
"connectorKey": "uipath-google-vertex",
|
|
89
|
+
"connectorName": "Execute Google Vertex Agent"
|
|
90
|
+
},
|
|
91
|
+
"inputMetadata": {},
|
|
92
|
+
"errorState": {
|
|
93
|
+
"hasError": true
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"type": "json"
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"bindings": {
|
|
100
|
+
"resource": "connection",
|
|
101
|
+
"resourceKey": "",
|
|
102
|
+
"values": [
|
|
103
|
+
{
|
|
104
|
+
"name": "uipath-google-vertex connection",
|
|
105
|
+
"propertyAttribute": "ConnectionId"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "FolderKey",
|
|
109
|
+
"propertyAttribute": "FolderKey"
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"form": {
|
|
115
|
+
"id": "connector-properties",
|
|
116
|
+
"title": "Connector configuration",
|
|
117
|
+
"sections": [
|
|
118
|
+
{
|
|
119
|
+
"id": "connector",
|
|
120
|
+
"title": "Connector",
|
|
121
|
+
"collapsible": true,
|
|
122
|
+
"defaultExpanded": true,
|
|
123
|
+
"fields": [
|
|
124
|
+
{
|
|
125
|
+
"label": "",
|
|
126
|
+
"name": "inputs.detail",
|
|
127
|
+
"type": "custom",
|
|
128
|
+
"component": "dap-config",
|
|
129
|
+
"componentProps": {
|
|
130
|
+
"connectorDetail": {
|
|
131
|
+
"isAppActivity": false,
|
|
132
|
+
"packageId": 196584,
|
|
133
|
+
"svgIconUrl": "icons/c3bb434e166f28a21a050c9ac142a55c2246789f25d55c5264f2637d70afa9ef.svg",
|
|
134
|
+
"displayName": "Execute Google Vertex Agent",
|
|
135
|
+
"assemblyQualifiedName": "UiPath.IntegrationService.Activities.Runtime.Activities.ConnectorActivity, UiPath.IntegrationService.Activities.Runtime, Version=1.26.0.0, Culture=neutral, PublicKeyToken=null",
|
|
136
|
+
"description": "Executes Google Vertex AI reasoning engine agents",
|
|
137
|
+
"activityColor": "#5692f5",
|
|
138
|
+
"configuration": "{\"connectorKey\":\"uipath-google-vertex\",\"objectName\":\"createSession\",\"httpMethod\":\"POST\",\"activityType\":\"Curated\",\"version\":\"1.0.0\",\"supportsStreaming\":false,\"subType\":\"AgentExecution\"}",
|
|
139
|
+
"uiPathActivityTypeId": "400e3cf3-d5b4-389e-961d-e8514d95c1ae",
|
|
140
|
+
"isExperimental": false,
|
|
141
|
+
"helpUrlTemplate": "https://docs.uipath.com/{0}/activities/other/latest/integration-service/uipath-google-vertex-Execute-Google-Vertex-Agent",
|
|
142
|
+
"isEnabled": true,
|
|
143
|
+
"targetPlatform": "CrossPlatform",
|
|
144
|
+
"isAdvanced": false,
|
|
145
|
+
"isRestricted": false,
|
|
146
|
+
"tags": []
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
]
|
|
151
|
+
}
|
|
152
|
+
]
|
|
153
|
+
},
|
|
154
|
+
"inputDefinition": {
|
|
155
|
+
"fields": []
|
|
156
|
+
},
|
|
157
|
+
"inputDefaults": {},
|
|
158
|
+
"outputDefinition": {
|
|
159
|
+
"output": {
|
|
160
|
+
"type": "object",
|
|
161
|
+
"description": "The return value of the connector.",
|
|
162
|
+
"source": "=result.response",
|
|
163
|
+
"var": "output"
|
|
164
|
+
},
|
|
165
|
+
"error": {
|
|
166
|
+
"type": "object",
|
|
167
|
+
"description": "Error information if the node fails",
|
|
168
|
+
"source": "=Error",
|
|
169
|
+
"var": "error",
|
|
170
|
+
"schema": {
|
|
171
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
172
|
+
"type": "object",
|
|
173
|
+
"required": [
|
|
174
|
+
"code",
|
|
175
|
+
"message",
|
|
176
|
+
"detail",
|
|
177
|
+
"category",
|
|
178
|
+
"status"
|
|
179
|
+
],
|
|
180
|
+
"properties": {
|
|
181
|
+
"code": {
|
|
182
|
+
"type": "string",
|
|
183
|
+
"description": "Error code as a string"
|
|
184
|
+
},
|
|
185
|
+
"message": {
|
|
186
|
+
"type": "string",
|
|
187
|
+
"description": "High-level error message"
|
|
188
|
+
},
|
|
189
|
+
"detail": {
|
|
190
|
+
"type": "string",
|
|
191
|
+
"description": "Detailed error description"
|
|
192
|
+
},
|
|
193
|
+
"category": {
|
|
194
|
+
"type": "string",
|
|
195
|
+
"description": "Error category"
|
|
196
|
+
},
|
|
197
|
+
"status": {
|
|
198
|
+
"type": "integer",
|
|
199
|
+
"description": "HTTP status code"
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"additionalProperties": false
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
"debug": {
|
|
207
|
+
"runtime": "bpmnEngine"
|
|
208
|
+
}
|
|
209
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": "1",
|
|
3
|
+
"nodeType": "uipath.connector.event.uipath-http-webhook.http-webhook",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"category": "connector.211594",
|
|
6
|
+
"tags": [
|
|
7
|
+
"connector",
|
|
8
|
+
"event",
|
|
9
|
+
"Trigger.Integrated"
|
|
10
|
+
],
|
|
11
|
+
"connector": {
|
|
12
|
+
"key": "uipath-http-webhook",
|
|
13
|
+
"name": "HTTP Webhook"
|
|
14
|
+
},
|
|
15
|
+
"operation": {
|
|
16
|
+
"name": "HttpWebhook",
|
|
17
|
+
"objectName": "HTTP_WEBHOOK",
|
|
18
|
+
"objectDisplayName": "HTTP Webhook",
|
|
19
|
+
"eventOperation": "GENERIC",
|
|
20
|
+
"eventMode": "webhooks",
|
|
21
|
+
"supportsStreaming": false,
|
|
22
|
+
"httpMethod": "",
|
|
23
|
+
"path": "",
|
|
24
|
+
"pathTemplate": "",
|
|
25
|
+
"subType": "event",
|
|
26
|
+
"parameters": [],
|
|
27
|
+
"activityType": "CuratedWaitFor"
|
|
28
|
+
},
|
|
29
|
+
"display": {
|
|
30
|
+
"label": "HTTP Webhook",
|
|
31
|
+
"description": "(HTTP Webhook) Triggers instantly when an event has occured",
|
|
32
|
+
"icon": "https://alpha.uipath.com/311c6049-4966-4ef2-a6f3-8ceccaf38d54/studio_/typecache/icons/1177fb24ca64146fbb9be417dffa2b01231e5947ab25a506cee199f7ca84dd97.svg"
|
|
33
|
+
},
|
|
34
|
+
"runtime": {
|
|
35
|
+
"bpmnType": "bpmn:ReceiveTask",
|
|
36
|
+
"serviceType": "Intsvc.WaitForEvent",
|
|
37
|
+
"activityConfigurationVersion": "v1",
|
|
38
|
+
"requiresConnection": true,
|
|
39
|
+
"requiresFolderKey": true,
|
|
40
|
+
"requiresConnectionForSchema": false
|
|
41
|
+
},
|
|
42
|
+
"inputSchema": {
|
|
43
|
+
"fields": [],
|
|
44
|
+
"note": "This operation takes NO event parameters — `uip is triggers describe uipath-http-webhook GENERIC HTTP_WEBHOOK --connection-id <id>` reports `EventParameters: []`, and the registry's trigger form reports `eventParameters: {\"fields\": []}` (both 2026-07-30). The subscription is scoped by the CONNECTION alone: each HTTP Webhook connection owns one webhook URL (`uip is webhooks config uipath-http-webhook --connection-id <id> --element-instance-id <eid>`) and every POST/GET to that URL is an event for it. So an empty `where` is CORRECT here, not an omission — 21 of 21 deployed `WebhookSelfTest` artifacts carry `eventParameters: {}`. Filtering is still available on the payload (`request_body` / `request_headers`)."
|
|
45
|
+
},
|
|
46
|
+
"outputSchema": {
|
|
47
|
+
"fields": [
|
|
48
|
+
{
|
|
49
|
+
"name": "request_body",
|
|
50
|
+
"type": "string",
|
|
51
|
+
"displayName": "Body",
|
|
52
|
+
"description": "Request body of the event sent to webhook endpoint"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "request_headers",
|
|
56
|
+
"type": "string",
|
|
57
|
+
"displayName": "Headers",
|
|
58
|
+
"description": "Request headers of the event sent to webhook endpoint"
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"note": "The COMPLETE payload, not a subset — and that is the difference from the Outlook pair. `uip is triggers describe uipath-http-webhook GENERIC HTTP_WEBHOOK --connection-id <id>` (run 2026-07-30) reports exactly TWO output fields and the same two as filter fields; there is no longer list to resolve at author time. Evidenced twice, because the registry enriches this operation's two node types differently: `registry get uipath.connector.trigger.uipath-http-webhook.http-webhook --connection-id <id>` returns these two fields, while the same call for the `.event.` sibling returns `outputResponseDefinition: {\"fields\": []}` even WITH the connection — IS enrichment is per-node-type, so the wait form is the unenriched one and its schema is copied from the trigger form's. Both fields are strings: `request_body` and `request_headers` arrive as the raw request text, so parse them (`JSON.parse`) rather than reading sub-fields off them."
|
|
62
|
+
}
|
|
63
|
+
}
|