@camunda/connectors-element-templates 1.0.17 → 1.0.18
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/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -1,10 +1,567 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "UiPath
|
|
4
|
+
"name": "UiPath Outbound Connector",
|
|
5
|
+
"id": "io.camunda.connectors.UIPath.v1",
|
|
6
|
+
"version": 4,
|
|
7
|
+
"description": "Orchestrate your UiPath bots with Camunda. You can create new queue items and get the result from it",
|
|
8
|
+
"icon": {
|
|
9
|
+
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' width='18' height='18' id='Extra_Large' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 3261 1200' style='enable-background:new 0 0 3261 1200;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FA4616;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M0,0h1200v1200H0V0z M124.2,1075.8h951.6V124.2H124.2V1075.8z M604,309.5h124.2v363.6 c0,164.3-93.2,263.4-250.4,263.4c-154.3,0-245.4-97.2-245.4-263.4V309.5h124.2v363.6c0,91.2,38.1,146.2,124.2,146.2 c83.1,0,123.2-52.1,123.2-146.2V309.5z M964.6,309.5c0,44.1-32.1,74.1-76.1,74.1c-44.1,0-76.1-30-76.1-74.1 c0-45.1,32.1-76.1,76.1-76.1C932.5,233.4,964.6,264.4,964.6,309.5z M826.4,442.7h124.2v487.8H826.4V442.7z M1784,517.9 c0,133.2-88.1,212.4-223.4,212.4h-112.2v200.3h-124.2v-621h236.4C1697.8,309.5,1784,389.6,1784,517.9z M1657.8,517.9 c0-68.1-39.1-108.2-110.2-108.2h-99.2v221.4h99.2C1618.7,631.1,1657.8,591,1657.8,517.9z M2201.7,442.7h124.2v487.8h-124.2v-55.1 c-33.1,39.1-85.1,61.1-158.3,61.1c-132.2,0-225.4-104.2-225.4-249.4c0-144.2,91.2-250.4,225.4-250.4c71.1,0,125.2,25,158.3,67.1 V442.7z M2201.7,687.1c0-84.1-50.1-142.2-129.2-142.2c-79.1,0-128.2,55.1-128.2,142.2c0,81.1,44.1,140.2,128.2,140.2 C2148.6,827.4,2201.7,772.3,2201.7,687.1z M2629.4,824.4h49.1v106.2h-65.1c-118.2,0-169.3-56.1-169.3-171.3V547.9H2386V442.7h58.1 V309.5h124.2v133.2h109.2v105.2h-109.2v212.3C2568.3,803.3,2581.3,824.4,2629.4,824.4z M3214.3,647.1v283.5h-124.2V661.1 c0-74.1-38.1-122.2-111.2-122.2s-117.2,50.1-117.2,133.2v258.4h-124.2V279.5h124.2v213.4c31.1-37.1,80.1-57.1,147.2-57.1 C3124.2,435.7,3214.3,518.9,3214.3,647.1z M3200,279.5h21.7v4.2h-8.5v25.8h-4.8v-25.8h-8.5V279.5z M3261,279.5v30h-4.8v-22.8 l-9.7,22.8h-3.6l-9.7-22.8v22.8h-4.8v-30h6l10.3,23.4l10.3-23.4H3261z'/%3E%3C/g%3E%3C/svg%3E%0A"
|
|
10
|
+
},
|
|
11
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/uipath/",
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "connectors",
|
|
14
|
+
"name": "Connectors"
|
|
15
|
+
},
|
|
16
|
+
"appliesTo": ["bpmn:Task"],
|
|
17
|
+
"elementType": {
|
|
18
|
+
"value": "bpmn:ServiceTask"
|
|
19
|
+
},
|
|
20
|
+
"groups": [
|
|
21
|
+
{
|
|
22
|
+
"id": "operation",
|
|
23
|
+
"label": "Operation"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"id": "authentication",
|
|
27
|
+
"label": "Authentication"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"id": "configuration",
|
|
31
|
+
"label": "Configuration"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"id": "input",
|
|
35
|
+
"label": "Input"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "output",
|
|
39
|
+
"label": "Output"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"id": "errors",
|
|
43
|
+
"label": "Error handling"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"properties": [
|
|
47
|
+
{
|
|
48
|
+
"type": "Hidden",
|
|
49
|
+
"value": "io.camunda:http-json:1",
|
|
50
|
+
"binding": {
|
|
51
|
+
"type": "zeebe:taskDefinition",
|
|
52
|
+
"property": "type"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"label": "Operation type",
|
|
57
|
+
"id": "operationType",
|
|
58
|
+
"group": "operation",
|
|
59
|
+
"type": "Dropdown",
|
|
60
|
+
"choices": [
|
|
61
|
+
{
|
|
62
|
+
"name": "Add queue item",
|
|
63
|
+
"value": "addQueueItem"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "Get queue item result by ID",
|
|
67
|
+
"value": "getItemById"
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"binding": {
|
|
71
|
+
"type": "zeebe:input",
|
|
72
|
+
"name": "operationType"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"label": "Type",
|
|
77
|
+
"id": "authenticationType",
|
|
78
|
+
"group": "authentication",
|
|
79
|
+
"description": "Choose the authentication type",
|
|
80
|
+
"type": "Dropdown",
|
|
81
|
+
"choices": [
|
|
82
|
+
{
|
|
83
|
+
"name": "Bearer token",
|
|
84
|
+
"value": "bearer"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "OAuth 2.0 client credentials",
|
|
88
|
+
"value": "oauth-client-credentials-flow"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"binding": {
|
|
92
|
+
"type": "zeebe:input",
|
|
93
|
+
"name": "authentication.type"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"label": "Bearer token",
|
|
98
|
+
"group": "authentication",
|
|
99
|
+
"type": "String",
|
|
100
|
+
"feel": "optional",
|
|
101
|
+
"binding": {
|
|
102
|
+
"type": "zeebe:input",
|
|
103
|
+
"name": "authentication.token"
|
|
104
|
+
},
|
|
105
|
+
"constraints": {
|
|
106
|
+
"notEmpty": true
|
|
107
|
+
},
|
|
108
|
+
"condition": {
|
|
109
|
+
"property": "authenticationType",
|
|
110
|
+
"equals": "bearer"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"group": "authentication",
|
|
115
|
+
"type": "Hidden",
|
|
116
|
+
"value": "https://cloud.uipath.com/identity_/connect/token",
|
|
117
|
+
"binding": {
|
|
118
|
+
"type": "zeebe:input",
|
|
119
|
+
"name": "authentication.oauthTokenEndpoint"
|
|
120
|
+
},
|
|
121
|
+
"constraints": {
|
|
122
|
+
"notEmpty": true
|
|
123
|
+
},
|
|
124
|
+
"condition": {
|
|
125
|
+
"property": "authenticationType",
|
|
126
|
+
"equals": "oauth-client-credentials-flow"
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"label": "Client ID",
|
|
131
|
+
"description": "UiPath OAuth 2.0 client ID",
|
|
132
|
+
"group": "authentication",
|
|
133
|
+
"type": "String",
|
|
134
|
+
"feel": "optional",
|
|
135
|
+
"binding": {
|
|
136
|
+
"type": "zeebe:input",
|
|
137
|
+
"name": "authentication.clientId"
|
|
138
|
+
},
|
|
139
|
+
"constraints": {
|
|
140
|
+
"notEmpty": true
|
|
141
|
+
},
|
|
142
|
+
"condition": {
|
|
143
|
+
"property": "authenticationType",
|
|
144
|
+
"equals": "oauth-client-credentials-flow"
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"label": "Client secret",
|
|
149
|
+
"description": "UiPath OAuth 2.0 client secret",
|
|
150
|
+
"group": "authentication",
|
|
151
|
+
"type": "String",
|
|
152
|
+
"feel": "optional",
|
|
153
|
+
"binding": {
|
|
154
|
+
"type": "zeebe:input",
|
|
155
|
+
"name": "authentication.clientSecret"
|
|
156
|
+
},
|
|
157
|
+
"constraints": {
|
|
158
|
+
"notEmpty": true
|
|
159
|
+
},
|
|
160
|
+
"condition": {
|
|
161
|
+
"property": "authenticationType",
|
|
162
|
+
"equals": "oauth-client-credentials-flow"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"group": "authentication",
|
|
167
|
+
"type": "Hidden",
|
|
168
|
+
"value": "OR.Queues",
|
|
169
|
+
"binding": {
|
|
170
|
+
"type": "zeebe:input",
|
|
171
|
+
"name": "authentication.scopes"
|
|
172
|
+
},
|
|
173
|
+
"condition": {
|
|
174
|
+
"property": "authenticationType",
|
|
175
|
+
"equals": "oauth-client-credentials-flow"
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"id": "authentication.clientAuthentication",
|
|
180
|
+
"group": "authentication",
|
|
181
|
+
"value": "basicAuthHeader",
|
|
182
|
+
"type": "Hidden",
|
|
183
|
+
"binding": {
|
|
184
|
+
"type": "zeebe:input",
|
|
185
|
+
"name": "authentication.clientAuthentication"
|
|
186
|
+
},
|
|
187
|
+
"condition": {
|
|
188
|
+
"property": "authenticationType",
|
|
189
|
+
"equals": "oauth-client-credentials-flow"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"id": "methodPost",
|
|
194
|
+
"group": "configuration",
|
|
195
|
+
"type": "Hidden",
|
|
196
|
+
"value": "post",
|
|
197
|
+
"binding": {
|
|
198
|
+
"type": "zeebe:input",
|
|
199
|
+
"name": "method"
|
|
200
|
+
},
|
|
201
|
+
"condition": {
|
|
202
|
+
"property": "operationType",
|
|
203
|
+
"oneOf": ["addQueueItem"]
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"id": "methodGet",
|
|
208
|
+
"group": "configuration",
|
|
209
|
+
"type": "Hidden",
|
|
210
|
+
"value": "get",
|
|
211
|
+
"binding": {
|
|
212
|
+
"type": "zeebe:input",
|
|
213
|
+
"name": "method"
|
|
214
|
+
},
|
|
215
|
+
"condition": {
|
|
216
|
+
"property": "operationType",
|
|
217
|
+
"oneOf": ["getItemById"]
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"label": "UiPath instance URL",
|
|
222
|
+
"group": "configuration",
|
|
223
|
+
"type": "String",
|
|
224
|
+
"value": "cloud.uipath.com",
|
|
225
|
+
"description": "",
|
|
226
|
+
"binding": {
|
|
227
|
+
"type": "zeebe:input",
|
|
228
|
+
"name": "cloudUrl"
|
|
229
|
+
},
|
|
230
|
+
"constraints": {
|
|
231
|
+
"notEmpty": true
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"label": "UiPath organization",
|
|
236
|
+
"description": "Your organization ID",
|
|
237
|
+
"group": "configuration",
|
|
238
|
+
"type": "String",
|
|
239
|
+
"binding": {
|
|
240
|
+
"type": "zeebe:input",
|
|
241
|
+
"name": "cloudOrg"
|
|
242
|
+
},
|
|
243
|
+
"constraints": {
|
|
244
|
+
"notEmpty": true
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"label": "UiPath tenant",
|
|
249
|
+
"description": "Your tenant name",
|
|
250
|
+
"group": "configuration",
|
|
251
|
+
"type": "String",
|
|
252
|
+
"binding": {
|
|
253
|
+
"type": "zeebe:input",
|
|
254
|
+
"name": "cloudTenant"
|
|
255
|
+
},
|
|
256
|
+
"constraints": {
|
|
257
|
+
"notEmpty": true
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"label": "Organization unit ID",
|
|
262
|
+
"group": "configuration",
|
|
263
|
+
"description": "UiPath folder or organization unit ID",
|
|
264
|
+
"type": "String",
|
|
265
|
+
"optional": false,
|
|
266
|
+
"binding": {
|
|
267
|
+
"type": "zeebe:input",
|
|
268
|
+
"name": "organizationUnitId"
|
|
269
|
+
},
|
|
270
|
+
"constraints": {
|
|
271
|
+
"notEmpty": true
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"group": "configuration",
|
|
276
|
+
"type": "Hidden",
|
|
277
|
+
"value": "={\"X-UIPATH-OrganizationUnitId\":organizationUnitId, \"Content-Type\":\"application/json\"}",
|
|
278
|
+
"binding": {
|
|
279
|
+
"type": "zeebe:input",
|
|
280
|
+
"name": "headers"
|
|
281
|
+
},
|
|
282
|
+
"constraints": {
|
|
283
|
+
"notEmpty": true
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"label": "Queue name",
|
|
288
|
+
"description": "The name of the queue to which to submit the queue item",
|
|
289
|
+
"group": "input",
|
|
290
|
+
"type": "String",
|
|
291
|
+
"binding": {
|
|
292
|
+
"type": "zeebe:input",
|
|
293
|
+
"name": "queueName"
|
|
294
|
+
},
|
|
295
|
+
"constraints": {
|
|
296
|
+
"notEmpty": true
|
|
297
|
+
},
|
|
298
|
+
"condition": {
|
|
299
|
+
"property": "operationType",
|
|
300
|
+
"oneOf": ["addQueueItem"]
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"label": "Defer date",
|
|
305
|
+
"description": "The earliest date and time at which the item is available for processing. If empty the item can be processed as soon as possible. Expected date format: yyyy-MM-dd",
|
|
306
|
+
"group": "input",
|
|
307
|
+
"type": "String",
|
|
308
|
+
"binding": {
|
|
309
|
+
"type": "zeebe:input",
|
|
310
|
+
"name": "deferDate"
|
|
311
|
+
},
|
|
312
|
+
"condition": {
|
|
313
|
+
"property": "operationType",
|
|
314
|
+
"oneOf": ["addQueueItem"]
|
|
315
|
+
},
|
|
316
|
+
"optional": true
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"label": "Due date",
|
|
320
|
+
"description": "The latest date and time at which the item should be processed. If empty the item can be processed at any given time. Expected date format: yyyy-MM-dd",
|
|
321
|
+
"group": "input",
|
|
322
|
+
"type": "String",
|
|
323
|
+
"binding": {
|
|
324
|
+
"type": "zeebe:input",
|
|
325
|
+
"name": "dueDate"
|
|
326
|
+
},
|
|
327
|
+
"condition": {
|
|
328
|
+
"property": "operationType",
|
|
329
|
+
"oneOf": ["addQueueItem"]
|
|
330
|
+
},
|
|
331
|
+
"optional": true
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"label": "Priority",
|
|
335
|
+
"id": "priority",
|
|
336
|
+
"group": "input",
|
|
337
|
+
"description": "The priority to apply to the queue item",
|
|
338
|
+
"value": "Low",
|
|
339
|
+
"type": "Dropdown",
|
|
340
|
+
"choices": [
|
|
341
|
+
{
|
|
342
|
+
"name": "Low",
|
|
343
|
+
"value": "Low"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"name": "Normal",
|
|
347
|
+
"value": "Normal"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"name": "High",
|
|
351
|
+
"value": "High"
|
|
352
|
+
}
|
|
353
|
+
],
|
|
354
|
+
"binding": {
|
|
355
|
+
"type": "zeebe:input",
|
|
356
|
+
"name": "priority"
|
|
357
|
+
},
|
|
358
|
+
"condition": {
|
|
359
|
+
"property": "operationType",
|
|
360
|
+
"oneOf": ["addQueueItem"]
|
|
361
|
+
}
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"label": "Specific content for a UiPath job",
|
|
365
|
+
"description": "Data that will be passed in to the job. It should be in the JSON format",
|
|
366
|
+
"group": "input",
|
|
367
|
+
"type": "String",
|
|
368
|
+
"feel": "required",
|
|
369
|
+
"binding": {
|
|
370
|
+
"type": "zeebe:input",
|
|
371
|
+
"name": "specificContent"
|
|
372
|
+
},
|
|
373
|
+
"condition": {
|
|
374
|
+
"property": "operationType",
|
|
375
|
+
"oneOf": ["addQueueItem"]
|
|
376
|
+
},
|
|
377
|
+
"optional": true
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"label": "Reference",
|
|
381
|
+
"description": "A string reference for the queue item",
|
|
382
|
+
"group": "input",
|
|
383
|
+
"type": "String",
|
|
384
|
+
"binding": {
|
|
385
|
+
"type": "zeebe:input",
|
|
386
|
+
"name": "reference"
|
|
387
|
+
},
|
|
388
|
+
"condition": {
|
|
389
|
+
"property": "operationType",
|
|
390
|
+
"oneOf": ["addQueueItem"]
|
|
391
|
+
},
|
|
392
|
+
"optional": true
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"label": "Item ID",
|
|
396
|
+
"description": "The item ID to be fetched",
|
|
397
|
+
"group": "input",
|
|
398
|
+
"type": "String",
|
|
399
|
+
"feel": "optional",
|
|
400
|
+
"binding": {
|
|
401
|
+
"type": "zeebe:input",
|
|
402
|
+
"name": "itemId"
|
|
403
|
+
},
|
|
404
|
+
"constraints": {
|
|
405
|
+
"notEmpty": true
|
|
406
|
+
},
|
|
407
|
+
"condition": {
|
|
408
|
+
"property": "operationType",
|
|
409
|
+
"oneOf": ["getItemById"]
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"group": "input",
|
|
414
|
+
"type": "Hidden",
|
|
415
|
+
"value": "={\"itemData\":{\"DeferDate\":if deferDate = null then null else deferDate, \"DueDate\":if dueDate = null then null else dueDate,\"Priority\":if priority = null then null else priority,\"Name\":queueName,\"SpecificContent\":if specificContent = null then null else specificContent,\"Reference\":if reference = null then null else reference}}",
|
|
416
|
+
"binding": {
|
|
417
|
+
"type": "zeebe:input",
|
|
418
|
+
"name": "body"
|
|
419
|
+
},
|
|
420
|
+
"condition": {
|
|
421
|
+
"property": "operationType",
|
|
422
|
+
"oneOf": ["addQueueItem"]
|
|
423
|
+
},
|
|
424
|
+
"optional": true
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"label": "Result variable",
|
|
428
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
|
|
429
|
+
"group": "output",
|
|
430
|
+
"type": "String",
|
|
431
|
+
"binding": {
|
|
432
|
+
"type": "zeebe:taskHeader",
|
|
433
|
+
"key": "resultVariable"
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"label": "Result expression",
|
|
438
|
+
"id": "resultExpressionGetBodyId",
|
|
439
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
440
|
+
"group": "output",
|
|
441
|
+
"type": "String",
|
|
442
|
+
"feel": "required",
|
|
443
|
+
"value": "={itemId: response.body.Id}",
|
|
444
|
+
"binding": {
|
|
445
|
+
"type": "zeebe:taskHeader",
|
|
446
|
+
"key": "resultExpression"
|
|
447
|
+
},
|
|
448
|
+
"condition": {
|
|
449
|
+
"property": "operationType",
|
|
450
|
+
"oneOf": ["addQueueItem"]
|
|
451
|
+
}
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"label": "Result expression",
|
|
455
|
+
"id": "resultExpressionGetStatus",
|
|
456
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
457
|
+
"group": "output",
|
|
458
|
+
"type": "String",
|
|
459
|
+
"feel": "required",
|
|
460
|
+
"value": "={itemStatus: response.body.value[1].Status}",
|
|
461
|
+
"binding": {
|
|
462
|
+
"type": "zeebe:taskHeader",
|
|
463
|
+
"key": "resultExpression"
|
|
464
|
+
},
|
|
465
|
+
"condition": {
|
|
466
|
+
"property": "operationType",
|
|
467
|
+
"oneOf": ["getItemById"]
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"label": "Filters",
|
|
472
|
+
"description": "Map of query parameters to add to the request URL",
|
|
473
|
+
"group": "input",
|
|
474
|
+
"type": "Hidden",
|
|
475
|
+
"value": "={\"$Filter\":\"Id eq \"+string(itemId)}",
|
|
476
|
+
"binding": {
|
|
477
|
+
"type": "zeebe:input",
|
|
478
|
+
"name": "queryParameters"
|
|
479
|
+
},
|
|
480
|
+
"condition": {
|
|
481
|
+
"property": "operationType",
|
|
482
|
+
"oneOf": ["getItemById"]
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"label": "Connection timeout",
|
|
487
|
+
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
488
|
+
"group": "errors",
|
|
489
|
+
"type": "String",
|
|
490
|
+
"value": "20",
|
|
491
|
+
"binding": {
|
|
492
|
+
"type": "zeebe:input",
|
|
493
|
+
"name": "connectionTimeoutInSeconds"
|
|
494
|
+
},
|
|
495
|
+
"optional": true,
|
|
496
|
+
"feel": "optional",
|
|
497
|
+
"constraints": {
|
|
498
|
+
"notEmpty": false,
|
|
499
|
+
"pattern": {
|
|
500
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
501
|
+
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"type": "Hidden",
|
|
507
|
+
"value": "=\"https:\"+\"//\"+cloudUrl+\"/\"+cloudOrg+\"/\"+cloudTenant+\"/orchestrator_/odata/Queues/UiPathODataSvc.AddQueueItem\"",
|
|
508
|
+
"binding": {
|
|
509
|
+
"type": "zeebe:input",
|
|
510
|
+
"name": "url"
|
|
511
|
+
},
|
|
512
|
+
"condition": {
|
|
513
|
+
"property": "operationType",
|
|
514
|
+
"oneOf": ["addQueueItem"]
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"group": "configuration",
|
|
519
|
+
"type": "Hidden",
|
|
520
|
+
"value": "=\"https:\"+\"//\"+cloudUrl+\"/\"+cloudOrg+\"/\"+cloudTenant+\"/orchestrator_/odata/QueueItems()\"",
|
|
521
|
+
"binding": {
|
|
522
|
+
"type": "zeebe:input",
|
|
523
|
+
"name": "url"
|
|
524
|
+
},
|
|
525
|
+
"condition": {
|
|
526
|
+
"property": "operationType",
|
|
527
|
+
"oneOf": ["getItemById"]
|
|
528
|
+
}
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"label": "Error expression",
|
|
532
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
|
|
533
|
+
"group": "errors",
|
|
534
|
+
"type": "Text",
|
|
535
|
+
"feel": "required",
|
|
536
|
+
"binding": {
|
|
537
|
+
"type": "zeebe:taskHeader",
|
|
538
|
+
"key": "errorExpression"
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
],
|
|
542
|
+
"engines": {
|
|
543
|
+
"camunda": "^8.2"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
548
|
+
"name": "UiPath Outbound Connector",
|
|
5
549
|
"id": "io.camunda.connectors.UIPath.v1",
|
|
6
|
-
"version":
|
|
550
|
+
"version": 5,
|
|
551
|
+
"engines": {
|
|
552
|
+
"camunda": "^8.3"
|
|
553
|
+
},
|
|
7
554
|
"description": "Orchestrate your UiPath bots with Camunda. You can create new queue items and get the result from it",
|
|
555
|
+
"keywords": [
|
|
556
|
+
"add queue item",
|
|
557
|
+
"get queue item result by ID",
|
|
558
|
+
"queue item",
|
|
559
|
+
"RPA",
|
|
560
|
+
"robotic process automation",
|
|
561
|
+
"automation",
|
|
562
|
+
"orchestrator",
|
|
563
|
+
"robot"
|
|
564
|
+
],
|
|
8
565
|
"icon": {
|
|
9
566
|
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' width='18' height='18' id='Extra_Large' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 3261 1200' style='enable-background:new 0 0 3261 1200;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FA4616;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M0,0h1200v1200H0V0z M124.2,1075.8h951.6V124.2H124.2V1075.8z M604,309.5h124.2v363.6 c0,164.3-93.2,263.4-250.4,263.4c-154.3,0-245.4-97.2-245.4-263.4V309.5h124.2v363.6c0,91.2,38.1,146.2,124.2,146.2 c83.1,0,123.2-52.1,123.2-146.2V309.5z M964.6,309.5c0,44.1-32.1,74.1-76.1,74.1c-44.1,0-76.1-30-76.1-74.1 c0-45.1,32.1-76.1,76.1-76.1C932.5,233.4,964.6,264.4,964.6,309.5z M826.4,442.7h124.2v487.8H826.4V442.7z M1784,517.9 c0,133.2-88.1,212.4-223.4,212.4h-112.2v200.3h-124.2v-621h236.4C1697.8,309.5,1784,389.6,1784,517.9z M1657.8,517.9 c0-68.1-39.1-108.2-110.2-108.2h-99.2v221.4h99.2C1618.7,631.1,1657.8,591,1657.8,517.9z M2201.7,442.7h124.2v487.8h-124.2v-55.1 c-33.1,39.1-85.1,61.1-158.3,61.1c-132.2,0-225.4-104.2-225.4-249.4c0-144.2,91.2-250.4,225.4-250.4c71.1,0,125.2,25,158.3,67.1 V442.7z M2201.7,687.1c0-84.1-50.1-142.2-129.2-142.2c-79.1,0-128.2,55.1-128.2,142.2c0,81.1,44.1,140.2,128.2,140.2 C2148.6,827.4,2201.7,772.3,2201.7,687.1z M2629.4,824.4h49.1v106.2h-65.1c-118.2,0-169.3-56.1-169.3-171.3V547.9H2386V442.7h58.1 V309.5h124.2v133.2h109.2v105.2h-109.2v212.3C2568.3,803.3,2581.3,824.4,2629.4,824.4z M3214.3,647.1v283.5h-124.2V661.1 c0-74.1-38.1-122.2-111.2-122.2s-117.2,50.1-117.2,133.2v258.4h-124.2V279.5h124.2v213.4c31.1-37.1,80.1-57.1,147.2-57.1 C3124.2,435.7,3214.3,518.9,3214.3,647.1z M3200,279.5h21.7v4.2h-8.5v25.8h-4.8v-25.8h-8.5V279.5z M3261,279.5v30h-4.8v-22.8 l-9.7,22.8h-3.6l-9.7-22.8v22.8h-4.8v-30h6l10.3,23.4l10.3-23.4H3261z'/%3E%3C/g%3E%3C/svg%3E%0A"
|
|
10
567
|
},
|
|
@@ -48,8 +605,7 @@
|
|
|
48
605
|
"type": "Hidden",
|
|
49
606
|
"value": "io.camunda:http-json:1",
|
|
50
607
|
"binding": {
|
|
51
|
-
"type": "zeebe:taskDefinition"
|
|
52
|
-
"property": "type"
|
|
608
|
+
"type": "zeebe:taskDefinition:type"
|
|
53
609
|
}
|
|
54
610
|
},
|
|
55
611
|
{
|
|
@@ -497,7 +1053,7 @@
|
|
|
497
1053
|
"constraints": {
|
|
498
1054
|
"notEmpty": false,
|
|
499
1055
|
"pattern": {
|
|
500
|
-
"value": "^(=|([0-9]
|
|
1056
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
501
1057
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
502
1058
|
}
|
|
503
1059
|
}
|
|
@@ -537,11 +1093,32 @@
|
|
|
537
1093
|
"type": "zeebe:taskHeader",
|
|
538
1094
|
"key": "errorExpression"
|
|
539
1095
|
}
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"id": "version",
|
|
1099
|
+
"label": "Version",
|
|
1100
|
+
"description": "Version of the element template",
|
|
1101
|
+
"value": "5",
|
|
1102
|
+
"group": "connector",
|
|
1103
|
+
"binding": {
|
|
1104
|
+
"key": "elementTemplateVersion",
|
|
1105
|
+
"type": "zeebe:taskHeader"
|
|
1106
|
+
},
|
|
1107
|
+
"type": "Hidden"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"id": "id",
|
|
1111
|
+
"label": "ID",
|
|
1112
|
+
"description": "ID of the element template",
|
|
1113
|
+
"value": "io.camunda.connectors.UIPath.v1",
|
|
1114
|
+
"group": "connector",
|
|
1115
|
+
"binding": {
|
|
1116
|
+
"key": "elementTemplateId",
|
|
1117
|
+
"type": "zeebe:taskHeader"
|
|
1118
|
+
},
|
|
1119
|
+
"type": "Hidden"
|
|
540
1120
|
}
|
|
541
|
-
]
|
|
542
|
-
"engines": {
|
|
543
|
-
"camunda": "^8.2"
|
|
544
|
-
}
|
|
1121
|
+
]
|
|
545
1122
|
},
|
|
546
1123
|
{
|
|
547
1124
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
@@ -1089,9 +1666,9 @@
|
|
|
1089
1666
|
},
|
|
1090
1667
|
{
|
|
1091
1668
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1092
|
-
"name": "UiPath
|
|
1669
|
+
"name": "UiPath connector",
|
|
1093
1670
|
"id": "io.camunda.connectors.UIPath.v1",
|
|
1094
|
-
"version":
|
|
1671
|
+
"version": 3,
|
|
1095
1672
|
"description": "Orchestrate your UiPath bots with Camunda. You can create new queue items and get the result from it",
|
|
1096
1673
|
"icon": {
|
|
1097
1674
|
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' width='18' height='18' id='Extra_Large' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 3261 1200' style='enable-background:new 0 0 3261 1200;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FA4616;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M0,0h1200v1200H0V0z M124.2,1075.8h951.6V124.2H124.2V1075.8z M604,309.5h124.2v363.6 c0,164.3-93.2,263.4-250.4,263.4c-154.3,0-245.4-97.2-245.4-263.4V309.5h124.2v363.6c0,91.2,38.1,146.2,124.2,146.2 c83.1,0,123.2-52.1,123.2-146.2V309.5z M964.6,309.5c0,44.1-32.1,74.1-76.1,74.1c-44.1,0-76.1-30-76.1-74.1 c0-45.1,32.1-76.1,76.1-76.1C932.5,233.4,964.6,264.4,964.6,309.5z M826.4,442.7h124.2v487.8H826.4V442.7z M1784,517.9 c0,133.2-88.1,212.4-223.4,212.4h-112.2v200.3h-124.2v-621h236.4C1697.8,309.5,1784,389.6,1784,517.9z M1657.8,517.9 c0-68.1-39.1-108.2-110.2-108.2h-99.2v221.4h99.2C1618.7,631.1,1657.8,591,1657.8,517.9z M2201.7,442.7h124.2v487.8h-124.2v-55.1 c-33.1,39.1-85.1,61.1-158.3,61.1c-132.2,0-225.4-104.2-225.4-249.4c0-144.2,91.2-250.4,225.4-250.4c71.1,0,125.2,25,158.3,67.1 V442.7z M2201.7,687.1c0-84.1-50.1-142.2-129.2-142.2c-79.1,0-128.2,55.1-128.2,142.2c0,81.1,44.1,140.2,128.2,140.2 C2148.6,827.4,2201.7,772.3,2201.7,687.1z M2629.4,824.4h49.1v106.2h-65.1c-118.2,0-169.3-56.1-169.3-171.3V547.9H2386V442.7h58.1 V309.5h124.2v133.2h109.2v105.2h-109.2v212.3C2568.3,803.3,2581.3,824.4,2629.4,824.4z M3214.3,647.1v283.5h-124.2V661.1 c0-74.1-38.1-122.2-111.2-122.2s-117.2,50.1-117.2,133.2v258.4h-124.2V279.5h124.2v213.4c31.1-37.1,80.1-57.1,147.2-57.1 C3124.2,435.7,3214.3,518.9,3214.3,647.1z M3200,279.5h21.7v4.2h-8.5v25.8h-4.8v-25.8h-8.5V279.5z M3261,279.5v30h-4.8v-22.8 l-9.7,22.8h-3.6l-9.7-22.8v22.8h-4.8v-30h6l10.3,23.4l10.3-23.4H3261z'/%3E%3C/g%3E%3C/svg%3E%0A"
|
|
@@ -1585,7 +2162,7 @@
|
|
|
1585
2162
|
"constraints": {
|
|
1586
2163
|
"notEmpty": false,
|
|
1587
2164
|
"pattern": {
|
|
1588
|
-
"value": "^(=|([0-9]
|
|
2165
|
+
"value": "^(=|([0-9]+|secrets\\.+|\\{\\{secrets\\..+\\}\\})$)",
|
|
1589
2166
|
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
1590
2167
|
}
|
|
1591
2168
|
}
|
|
@@ -1617,7 +2194,7 @@
|
|
|
1617
2194
|
},
|
|
1618
2195
|
{
|
|
1619
2196
|
"label": "Error expression",
|
|
1620
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
2197
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
1621
2198
|
"group": "errors",
|
|
1622
2199
|
"type": "Text",
|
|
1623
2200
|
"feel": "required",
|
|
@@ -1635,11 +2212,21 @@
|
|
|
1635
2212
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1636
2213
|
"name": "UiPath Outbound Connector",
|
|
1637
2214
|
"id": "io.camunda.connectors.UIPath.v1",
|
|
1638
|
-
"version":
|
|
2215
|
+
"version": 6,
|
|
1639
2216
|
"engines": {
|
|
1640
2217
|
"camunda": "^8.3"
|
|
1641
2218
|
},
|
|
1642
2219
|
"description": "Orchestrate your UiPath bots with Camunda. You can create new queue items and get the result from it",
|
|
2220
|
+
"keywords": [
|
|
2221
|
+
"add queue item",
|
|
2222
|
+
"get queue item result by ID",
|
|
2223
|
+
"queue item",
|
|
2224
|
+
"RPA",
|
|
2225
|
+
"robotic process automation",
|
|
2226
|
+
"automation",
|
|
2227
|
+
"orchestrator",
|
|
2228
|
+
"robot"
|
|
2229
|
+
],
|
|
1643
2230
|
"icon": {
|
|
1644
2231
|
"contents": "data:image/svg+xml;utf8,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' width='18' height='18' id='Extra_Large' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 3261 1200' style='enable-background:new 0 0 3261 1200;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FA4616;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M0,0h1200v1200H0V0z M124.2,1075.8h951.6V124.2H124.2V1075.8z M604,309.5h124.2v363.6 c0,164.3-93.2,263.4-250.4,263.4c-154.3,0-245.4-97.2-245.4-263.4V309.5h124.2v363.6c0,91.2,38.1,146.2,124.2,146.2 c83.1,0,123.2-52.1,123.2-146.2V309.5z M964.6,309.5c0,44.1-32.1,74.1-76.1,74.1c-44.1,0-76.1-30-76.1-74.1 c0-45.1,32.1-76.1,76.1-76.1C932.5,233.4,964.6,264.4,964.6,309.5z M826.4,442.7h124.2v487.8H826.4V442.7z M1784,517.9 c0,133.2-88.1,212.4-223.4,212.4h-112.2v200.3h-124.2v-621h236.4C1697.8,309.5,1784,389.6,1784,517.9z M1657.8,517.9 c0-68.1-39.1-108.2-110.2-108.2h-99.2v221.4h99.2C1618.7,631.1,1657.8,591,1657.8,517.9z M2201.7,442.7h124.2v487.8h-124.2v-55.1 c-33.1,39.1-85.1,61.1-158.3,61.1c-132.2,0-225.4-104.2-225.4-249.4c0-144.2,91.2-250.4,225.4-250.4c71.1,0,125.2,25,158.3,67.1 V442.7z M2201.7,687.1c0-84.1-50.1-142.2-129.2-142.2c-79.1,0-128.2,55.1-128.2,142.2c0,81.1,44.1,140.2,128.2,140.2 C2148.6,827.4,2201.7,772.3,2201.7,687.1z M2629.4,824.4h49.1v106.2h-65.1c-118.2,0-169.3-56.1-169.3-171.3V547.9H2386V442.7h58.1 V309.5h124.2v133.2h109.2v105.2h-109.2v212.3C2568.3,803.3,2581.3,824.4,2629.4,824.4z M3214.3,647.1v283.5h-124.2V661.1 c0-74.1-38.1-122.2-111.2-122.2s-117.2,50.1-117.2,133.2v258.4h-124.2V279.5h124.2v213.4c31.1-37.1,80.1-57.1,147.2-57.1 C3124.2,435.7,3214.3,518.9,3214.3,647.1z M3200,279.5h21.7v4.2h-8.5v25.8h-4.8v-25.8h-8.5V279.5z M3261,279.5v30h-4.8v-22.8 l-9.7,22.8h-3.6l-9.7-22.8v22.8h-4.8v-30h6l10.3,23.4l10.3-23.4H3261z'/%3E%3C/g%3E%3C/svg%3E%0A"
|
|
1645
2232
|
},
|
|
@@ -1669,6 +2256,10 @@
|
|
|
1669
2256
|
"id": "input",
|
|
1670
2257
|
"label": "Input"
|
|
1671
2258
|
},
|
|
2259
|
+
{
|
|
2260
|
+
"id": "connector",
|
|
2261
|
+
"label": "Connector"
|
|
2262
|
+
},
|
|
1672
2263
|
{
|
|
1673
2264
|
"id": "output",
|
|
1674
2265
|
"label": "Output"
|
|
@@ -1683,7 +2274,8 @@
|
|
|
1683
2274
|
"type": "Hidden",
|
|
1684
2275
|
"value": "io.camunda:http-json:1",
|
|
1685
2276
|
"binding": {
|
|
1686
|
-
"type": "zeebe:taskDefinition
|
|
2277
|
+
"type": "zeebe:taskDefinition",
|
|
2278
|
+
"property": "type"
|
|
1687
2279
|
}
|
|
1688
2280
|
},
|
|
1689
2281
|
{
|