@camunda/connectors-element-templates 1.0.20 → 1.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/package.json +2 -2
  2. package/src/connectors-template.js +1 -3
  3. package/src/connectors.js +4 -0
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +40 -40
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +2483 -475
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +5352 -3427
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +717 -35
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2254 -809
  9. package/src/element-templates/app-integrations-connector.json +1047 -0
  10. package/src/element-templates/asana-connector.json +1050 -216
  11. package/src/element-templates/automation-anywhere-outbound-connector.json +2046 -1553
  12. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1067 -29
  13. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +385 -4
  14. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +441 -4
  15. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +416 -4
  16. package/src/element-templates/aws-bedrock-outbound-connector.json +2274 -624
  17. package/src/element-templates/aws-comprehend-outbound-connector.json +1572 -0
  18. package/src/element-templates/aws-dynamodb-outbound-connector.json +2385 -949
  19. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  20. package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
  21. package/src/element-templates/aws-eventbridge-connector-start-event.json +20 -20
  22. package/src/element-templates/aws-eventbridge-outbound-connector.json +680 -266
  23. package/src/element-templates/aws-lambda-outbound-connector.json +462 -63
  24. package/src/element-templates/aws-s3-outbound-connector.json +1850 -329
  25. package/src/element-templates/aws-sagemaker-outbound-connector.json +680 -51
  26. package/src/element-templates/aws-sns-inbound-boundary.json +207 -206
  27. package/src/element-templates/aws-sns-inbound-intermediate.json +410 -409
  28. package/src/element-templates/aws-sns-inbound-message-start.json +4 -3
  29. package/src/element-templates/aws-sns-inbound-receive.json +4 -3
  30. package/src/element-templates/aws-sns-inbound-start-event.json +138 -138
  31. package/src/element-templates/aws-sns-outbound-connector.json +643 -186
  32. package/src/element-templates/aws-sqs-boundary-connector.json +1059 -540
  33. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +1046 -527
  34. package/src/element-templates/aws-sqs-outbound-connector.json +596 -143
  35. package/src/element-templates/aws-sqs-receive-connector.json +525 -7
  36. package/src/element-templates/aws-sqs-start-event-connector.json +401 -401
  37. package/src/element-templates/aws-sqs-start-message.json +736 -185
  38. package/src/element-templates/aws-textract-outbound-connector.json +925 -190
  39. package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
  40. package/src/element-templates/azure-open-ai-connector.json +1372 -9
  41. package/src/element-templates/blue-prism-connector.json +655 -76
  42. package/src/element-templates/box-outbound-connector.json +2331 -247
  43. package/src/element-templates/csv-outbound-connector.json +44 -44
  44. package/src/element-templates/easy-post-connector.json +1178 -97
  45. package/src/element-templates/email-outbound-connector.json +3087 -1013
  46. package/src/element-templates/embeddings-vector-database-outbound-connector.json +2160 -0
  47. package/src/element-templates/github-connector.json +14049 -9863
  48. package/src/element-templates/github-webhook-connector-boundary.json +24 -24
  49. package/src/element-templates/github-webhook-connector-intermediate.json +33 -33
  50. package/src/element-templates/github-webhook-connector-message-start.json +8 -8
  51. package/src/element-templates/github-webhook-connector-receive.json +8 -8
  52. package/src/element-templates/github-webhook-connector-start-event.json +54 -54
  53. package/src/element-templates/gitlab-connector.json +2110 -208
  54. package/src/element-templates/google-cloud-storage-outbound-connector.json +1448 -241
  55. package/src/element-templates/google-drive-outbound-connector.json +2246 -694
  56. package/src/element-templates/google-gemini-outbound-connector.json +8 -22
  57. package/src/element-templates/google-maps-platform-connector.json +688 -137
  58. package/src/element-templates/google-sheets-outbound-connector.json +3631 -2475
  59. package/src/element-templates/graphql-outbound-connector.json +3346 -789
  60. package/src/element-templates/http-json-connector.json +5295 -2803
  61. package/src/element-templates/http-polling-boundary-catch-event-connector.json +2550 -590
  62. package/src/element-templates/http-polling-connector.json +2886 -926
  63. package/src/element-templates/hubspot-outbound-connector.json +2786 -36
  64. package/src/element-templates/hugging-face-connector.json +44 -43
  65. package/src/element-templates/jdbc-outbound-connector.json +505 -8
  66. package/src/element-templates/kafka-inbound-connector-boundary.json +29 -32
  67. package/src/element-templates/kafka-inbound-connector-intermediate.json +615 -618
  68. package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
  69. package/src/element-templates/kafka-inbound-connector-start-message.json +9 -12
  70. package/src/element-templates/kafka-inbound-connector.json +240 -240
  71. package/src/element-templates/kafka-outbound-connector.json +494 -498
  72. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
  73. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
  74. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
  75. package/src/element-templates/microsoft-office365-mail-connector.json +1095 -39
  76. package/src/element-templates/microsoft-teams-outbound-connector.json +7335 -4894
  77. package/src/element-templates/openai-connector.json +596 -102
  78. package/src/element-templates/operate-connector.json +167 -170
  79. package/src/element-templates/orchestration-connector.json +1843 -0
  80. package/src/element-templates/power-automate-connector.json +64 -64
  81. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +449 -451
  82. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +770 -772
  83. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +576 -578
  84. package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
  85. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +105 -105
  86. package/src/element-templates/rabbitmq-outbound-connector.json +319 -319
  87. package/src/element-templates/rpa-connector.json +6 -6
  88. package/src/element-templates/salesforce-connector.json +690 -56
  89. package/src/element-templates/send-message-connector-intermediate-throw-event.json +300 -0
  90. package/src/element-templates/send-message-connector-message-end-event.json +300 -0
  91. package/src/element-templates/send-message-connector-send-task.json +299 -0
  92. package/src/element-templates/sendgrid-outbound-connector.json +597 -597
  93. package/src/element-templates/servicenow-connector.json +1365 -8
  94. package/src/element-templates/servicenow-flow-starter-connector.json +15 -15
  95. package/src/element-templates/servicenow-incident-connector.json +1076 -30
  96. package/src/element-templates/slack-inbound-boundary.json +374 -374
  97. package/src/element-templates/slack-inbound-intermediate.json +766 -766
  98. package/src/element-templates/slack-inbound-message-start.json +145 -145
  99. package/src/element-templates/slack-inbound-receive.json +2 -2
  100. package/src/element-templates/slack-inbound-start-event.json +211 -211
  101. package/src/element-templates/slack-outbound-connector.json +2154 -1051
  102. package/src/element-templates/soap-outbound-connector.json +114 -118
  103. package/src/element-templates/twilio-connector.json +1181 -368
  104. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -30
  105. package/src/element-templates/twilio-webhook-connector.json +56 -57
  106. package/src/element-templates/twilio-webhook-intermediate-connector.json +33 -34
  107. package/src/element-templates/twilio-webhook-message-start-connector.json +27 -28
  108. package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
  109. package/src/element-templates/uipath-connector.json +681 -63
  110. package/src/element-templates/webhook-connector-boundary.json +1242 -587
  111. package/src/element-templates/webhook-connector-intermediate.json +1339 -684
  112. package/src/element-templates/webhook-connector-receive.json +659 -5
  113. package/src/element-templates/webhook-connector-start-event.json +1736 -1175
  114. package/src/element-templates/webhook-connector-start-message.json +1791 -1104
  115. package/src/element-templates/whatsapp-connector.json +386 -16
@@ -3,7 +3,625 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "UiPath Outbound Connector",
5
5
  "id": "io.camunda.connectors.UIPath.v1",
6
- "version": 4,
6
+ "version": 7,
7
+ "engines": {
8
+ "camunda": "^8.3"
9
+ },
10
+ "description": "Orchestrate your UiPath bots with Camunda. You can create new queue items and get the result from it",
11
+ "keywords": [
12
+ "add queue item",
13
+ "get queue item result by ID",
14
+ "queue item",
15
+ "RPA",
16
+ "robotic process automation",
17
+ "automation",
18
+ "orchestrator",
19
+ "robot"
20
+ ],
21
+ "icon": {
22
+ "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"
23
+ },
24
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/uipath/",
25
+ "category": {
26
+ "id": "connectors",
27
+ "name": "Connectors"
28
+ },
29
+ "appliesTo": ["bpmn:Task"],
30
+ "elementType": {
31
+ "value": "bpmn:ServiceTask"
32
+ },
33
+ "groups": [
34
+ {
35
+ "id": "operation",
36
+ "label": "Operation"
37
+ },
38
+ {
39
+ "id": "authentication",
40
+ "label": "Authentication"
41
+ },
42
+ {
43
+ "id": "configuration",
44
+ "label": "Configuration"
45
+ },
46
+ {
47
+ "id": "input",
48
+ "label": "Input"
49
+ },
50
+ {
51
+ "id": "connector",
52
+ "label": "Connector"
53
+ },
54
+ {
55
+ "id": "output",
56
+ "label": "Output"
57
+ },
58
+ {
59
+ "id": "errors",
60
+ "label": "Error handling"
61
+ }
62
+ ],
63
+ "properties": [
64
+ {
65
+ "type": "Hidden",
66
+ "value": "io.camunda:http-json:1",
67
+ "binding": {
68
+ "type": "zeebe:taskDefinition",
69
+ "property": "type"
70
+ }
71
+ },
72
+ {
73
+ "label": "Operation type",
74
+ "id": "operationType",
75
+ "group": "operation",
76
+ "type": "Dropdown",
77
+ "choices": [
78
+ {
79
+ "name": "Add queue item",
80
+ "value": "addQueueItem"
81
+ },
82
+ {
83
+ "name": "Get queue item result by ID",
84
+ "value": "getItemById"
85
+ }
86
+ ],
87
+ "binding": {
88
+ "type": "zeebe:input",
89
+ "name": "operationType"
90
+ }
91
+ },
92
+ {
93
+ "label": "Type",
94
+ "id": "authenticationType",
95
+ "group": "authentication",
96
+ "type": "Dropdown",
97
+ "choices": [
98
+ {
99
+ "name": "Bearer token",
100
+ "value": "bearer"
101
+ },
102
+ {
103
+ "name": "OAuth 2.0 client credentials",
104
+ "value": "oauth-client-credentials-flow"
105
+ }
106
+ ],
107
+ "binding": {
108
+ "type": "zeebe:input",
109
+ "name": "authentication.type"
110
+ }
111
+ },
112
+ {
113
+ "label": "Bearer token",
114
+ "group": "authentication",
115
+ "type": "String",
116
+ "feel": "optional",
117
+ "binding": {
118
+ "type": "zeebe:input",
119
+ "name": "authentication.token"
120
+ },
121
+ "constraints": {
122
+ "notEmpty": true
123
+ },
124
+ "condition": {
125
+ "property": "authenticationType",
126
+ "equals": "bearer"
127
+ }
128
+ },
129
+ {
130
+ "group": "authentication",
131
+ "type": "Hidden",
132
+ "value": "https://cloud.uipath.com/identity_/connect/token",
133
+ "binding": {
134
+ "type": "zeebe:input",
135
+ "name": "authentication.oauthTokenEndpoint"
136
+ },
137
+ "constraints": {
138
+ "notEmpty": true
139
+ },
140
+ "condition": {
141
+ "property": "authenticationType",
142
+ "equals": "oauth-client-credentials-flow"
143
+ }
144
+ },
145
+ {
146
+ "label": "Client ID",
147
+ "tooltip": "UiPath OAuth 2.0 client ID",
148
+ "group": "authentication",
149
+ "type": "String",
150
+ "feel": "optional",
151
+ "binding": {
152
+ "type": "zeebe:input",
153
+ "name": "authentication.clientId"
154
+ },
155
+ "constraints": {
156
+ "notEmpty": true
157
+ },
158
+ "condition": {
159
+ "property": "authenticationType",
160
+ "equals": "oauth-client-credentials-flow"
161
+ }
162
+ },
163
+ {
164
+ "label": "Client secret",
165
+ "tooltip": "UiPath OAuth 2.0 client secret",
166
+ "group": "authentication",
167
+ "type": "String",
168
+ "feel": "optional",
169
+ "binding": {
170
+ "type": "zeebe:input",
171
+ "name": "authentication.clientSecret"
172
+ },
173
+ "constraints": {
174
+ "notEmpty": true
175
+ },
176
+ "condition": {
177
+ "property": "authenticationType",
178
+ "equals": "oauth-client-credentials-flow"
179
+ }
180
+ },
181
+ {
182
+ "group": "authentication",
183
+ "type": "Hidden",
184
+ "value": "OR.Queues",
185
+ "binding": {
186
+ "type": "zeebe:input",
187
+ "name": "authentication.scopes"
188
+ },
189
+ "condition": {
190
+ "property": "authenticationType",
191
+ "equals": "oauth-client-credentials-flow"
192
+ }
193
+ },
194
+ {
195
+ "id": "authentication.clientAuthentication",
196
+ "group": "authentication",
197
+ "value": "basicAuthHeader",
198
+ "type": "Hidden",
199
+ "binding": {
200
+ "type": "zeebe:input",
201
+ "name": "authentication.clientAuthentication"
202
+ },
203
+ "condition": {
204
+ "property": "authenticationType",
205
+ "equals": "oauth-client-credentials-flow"
206
+ }
207
+ },
208
+ {
209
+ "id": "methodPost",
210
+ "group": "configuration",
211
+ "type": "Hidden",
212
+ "value": "post",
213
+ "binding": {
214
+ "type": "zeebe:input",
215
+ "name": "method"
216
+ },
217
+ "condition": {
218
+ "property": "operationType",
219
+ "oneOf": ["addQueueItem"]
220
+ }
221
+ },
222
+ {
223
+ "id": "methodGet",
224
+ "group": "configuration",
225
+ "type": "Hidden",
226
+ "value": "get",
227
+ "binding": {
228
+ "type": "zeebe:input",
229
+ "name": "method"
230
+ },
231
+ "condition": {
232
+ "property": "operationType",
233
+ "oneOf": ["getItemById"]
234
+ }
235
+ },
236
+ {
237
+ "label": "UiPath instance URL",
238
+ "group": "configuration",
239
+ "type": "String",
240
+ "value": "cloud.uipath.com",
241
+ "binding": {
242
+ "type": "zeebe:input",
243
+ "name": "cloudUrl"
244
+ },
245
+ "constraints": {
246
+ "notEmpty": true
247
+ }
248
+ },
249
+ {
250
+ "label": "UiPath organization",
251
+ "tooltip": "Your organization ID",
252
+ "group": "configuration",
253
+ "type": "String",
254
+ "binding": {
255
+ "type": "zeebe:input",
256
+ "name": "cloudOrg"
257
+ },
258
+ "constraints": {
259
+ "notEmpty": true
260
+ }
261
+ },
262
+ {
263
+ "label": "UiPath tenant",
264
+ "group": "configuration",
265
+ "type": "String",
266
+ "binding": {
267
+ "type": "zeebe:input",
268
+ "name": "cloudTenant"
269
+ },
270
+ "constraints": {
271
+ "notEmpty": true
272
+ }
273
+ },
274
+ {
275
+ "label": "Organization unit ID",
276
+ "group": "configuration",
277
+ "tooltip": "UiPath folder or organization unit ID",
278
+ "type": "String",
279
+ "optional": false,
280
+ "binding": {
281
+ "type": "zeebe:input",
282
+ "name": "organizationUnitId"
283
+ },
284
+ "constraints": {
285
+ "notEmpty": true
286
+ }
287
+ },
288
+ {
289
+ "group": "configuration",
290
+ "type": "Hidden",
291
+ "value": "={\"X-UIPATH-OrganizationUnitId\":organizationUnitId, \"Content-Type\":\"application/json\"}",
292
+ "binding": {
293
+ "type": "zeebe:input",
294
+ "name": "headers"
295
+ },
296
+ "constraints": {
297
+ "notEmpty": true
298
+ }
299
+ },
300
+ {
301
+ "label": "Queue name",
302
+ "group": "input",
303
+ "type": "String",
304
+ "binding": {
305
+ "type": "zeebe:input",
306
+ "name": "queueName"
307
+ },
308
+ "constraints": {
309
+ "notEmpty": true
310
+ },
311
+ "condition": {
312
+ "property": "operationType",
313
+ "oneOf": ["addQueueItem"]
314
+ }
315
+ },
316
+ {
317
+ "label": "Defer date",
318
+ "tooltip": "The earliest date and time at which the item is available for processing. If empty the item can be processed as soon as possible.",
319
+ "placeholder": "2026-01-15",
320
+ "group": "input",
321
+ "type": "String",
322
+ "binding": {
323
+ "type": "zeebe:input",
324
+ "name": "deferDate"
325
+ },
326
+ "condition": {
327
+ "property": "operationType",
328
+ "oneOf": ["addQueueItem"]
329
+ },
330
+ "optional": true
331
+ },
332
+ {
333
+ "label": "Due date",
334
+ "tooltip": "The latest date and time at which the item should be processed. If empty the item can be processed at any given time.",
335
+ "placeholder": "2026-01-15",
336
+ "group": "input",
337
+ "type": "String",
338
+ "binding": {
339
+ "type": "zeebe:input",
340
+ "name": "dueDate"
341
+ },
342
+ "condition": {
343
+ "property": "operationType",
344
+ "oneOf": ["addQueueItem"]
345
+ },
346
+ "optional": true
347
+ },
348
+ {
349
+ "label": "Priority",
350
+ "id": "priority",
351
+ "group": "input",
352
+ "value": "Low",
353
+ "type": "Dropdown",
354
+ "choices": [
355
+ {
356
+ "name": "Low",
357
+ "value": "Low"
358
+ },
359
+ {
360
+ "name": "Normal",
361
+ "value": "Normal"
362
+ },
363
+ {
364
+ "name": "High",
365
+ "value": "High"
366
+ }
367
+ ],
368
+ "binding": {
369
+ "type": "zeebe:input",
370
+ "name": "priority"
371
+ },
372
+ "condition": {
373
+ "property": "operationType",
374
+ "oneOf": ["addQueueItem"]
375
+ }
376
+ },
377
+ {
378
+ "label": "Specific content for a UiPath job",
379
+ "tooltip": "Data that will be passed in to the job. It should be in the JSON format.",
380
+ "group": "input",
381
+ "type": "String",
382
+ "feel": "required",
383
+ "binding": {
384
+ "type": "zeebe:input",
385
+ "name": "specificContent"
386
+ },
387
+ "condition": {
388
+ "property": "operationType",
389
+ "oneOf": ["addQueueItem"]
390
+ },
391
+ "optional": true
392
+ },
393
+ {
394
+ "label": "Reference",
395
+ "tooltip": "A string reference for the queue item",
396
+ "group": "input",
397
+ "type": "String",
398
+ "binding": {
399
+ "type": "zeebe:input",
400
+ "name": "reference"
401
+ },
402
+ "condition": {
403
+ "property": "operationType",
404
+ "oneOf": ["addQueueItem"]
405
+ },
406
+ "optional": true
407
+ },
408
+ {
409
+ "label": "Item ID",
410
+ "group": "input",
411
+ "type": "String",
412
+ "feel": "optional",
413
+ "binding": {
414
+ "type": "zeebe:input",
415
+ "name": "itemId"
416
+ },
417
+ "constraints": {
418
+ "notEmpty": true
419
+ },
420
+ "condition": {
421
+ "property": "operationType",
422
+ "oneOf": ["getItemById"]
423
+ }
424
+ },
425
+ {
426
+ "group": "input",
427
+ "type": "Hidden",
428
+ "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}}",
429
+ "binding": {
430
+ "type": "zeebe:input",
431
+ "name": "body"
432
+ },
433
+ "condition": {
434
+ "property": "operationType",
435
+ "oneOf": ["addQueueItem"]
436
+ },
437
+ "optional": true
438
+ },
439
+ {
440
+ "label": "Result variable",
441
+ "tooltip": "Name of variable to store the response in. <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">result variable documentation</a>",
442
+ "group": "output",
443
+ "type": "String",
444
+ "binding": {
445
+ "type": "zeebe:taskHeader",
446
+ "key": "resultVariable"
447
+ }
448
+ },
449
+ {
450
+ "label": "Result expression",
451
+ "id": "resultExpressionGetBodyId",
452
+ "tooltip": "Expression to map the response into process variables. <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">result expression documentation</a>",
453
+ "group": "output",
454
+ "type": "String",
455
+ "feel": "required",
456
+ "value": "={itemId: response.body.Id}",
457
+ "binding": {
458
+ "type": "zeebe:taskHeader",
459
+ "key": "resultExpression"
460
+ },
461
+ "condition": {
462
+ "property": "operationType",
463
+ "oneOf": ["addQueueItem"]
464
+ }
465
+ },
466
+ {
467
+ "label": "Result expression",
468
+ "id": "resultExpressionGetStatus",
469
+ "tooltip": "Expression to map the response into process variables. <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">result expression documentation</a>",
470
+ "group": "output",
471
+ "type": "String",
472
+ "feel": "required",
473
+ "value": "={itemStatus: response.body.value[1].Status}",
474
+ "binding": {
475
+ "type": "zeebe:taskHeader",
476
+ "key": "resultExpression"
477
+ },
478
+ "condition": {
479
+ "property": "operationType",
480
+ "oneOf": ["getItemById"]
481
+ }
482
+ },
483
+ {
484
+ "label": "Filters",
485
+ "description": "Map of query parameters to add to the request URL",
486
+ "group": "input",
487
+ "type": "Hidden",
488
+ "value": "={\"$Filter\":\"Id eq \"+string(itemId)}",
489
+ "binding": {
490
+ "type": "zeebe:input",
491
+ "name": "queryParameters"
492
+ },
493
+ "condition": {
494
+ "property": "operationType",
495
+ "oneOf": ["getItemById"]
496
+ }
497
+ },
498
+ {
499
+ "label": "Connection timeout",
500
+ "tooltip": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout.",
501
+ "group": "errors",
502
+ "type": "String",
503
+ "value": "20",
504
+ "binding": {
505
+ "type": "zeebe:input",
506
+ "name": "connectionTimeoutInSeconds"
507
+ },
508
+ "optional": true,
509
+ "feel": "optional",
510
+ "constraints": {
511
+ "notEmpty": false,
512
+ "pattern": {
513
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
514
+ "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
515
+ }
516
+ }
517
+ },
518
+ {
519
+ "type": "Hidden",
520
+ "value": "=\"https:\"+\"//\"+cloudUrl+\"/\"+cloudOrg+\"/\"+cloudTenant+\"/orchestrator_/odata/Queues/UiPathODataSvc.AddQueueItem\"",
521
+ "binding": {
522
+ "type": "zeebe:input",
523
+ "name": "url"
524
+ },
525
+ "condition": {
526
+ "property": "operationType",
527
+ "oneOf": ["addQueueItem"]
528
+ }
529
+ },
530
+ {
531
+ "group": "configuration",
532
+ "type": "Hidden",
533
+ "value": "=\"https:\"+\"//\"+cloudUrl+\"/\"+cloudOrg+\"/\"+cloudTenant+\"/orchestrator_/odata/QueueItems()\"",
534
+ "binding": {
535
+ "type": "zeebe:input",
536
+ "name": "url"
537
+ },
538
+ "condition": {
539
+ "property": "operationType",
540
+ "oneOf": ["getItemById"]
541
+ }
542
+ },
543
+ {
544
+ "label": "Error expression",
545
+ "tooltip": "Expression to handle errors. <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">BPMN error handling documentation</a>",
546
+ "group": "errors",
547
+ "type": "Text",
548
+ "feel": "required",
549
+ "binding": {
550
+ "type": "zeebe:taskHeader",
551
+ "key": "errorExpression"
552
+ }
553
+ },
554
+ {
555
+ "id": "version",
556
+ "label": "Version",
557
+ "description": "Version of the element template",
558
+ "value": "7",
559
+ "group": "connector",
560
+ "binding": {
561
+ "key": "elementTemplateVersion",
562
+ "type": "zeebe:taskHeader"
563
+ },
564
+ "type": "Hidden"
565
+ },
566
+ {
567
+ "id": "id",
568
+ "label": "ID",
569
+ "description": "ID of the element template",
570
+ "value": "io.camunda.connectors.UIPath.v1",
571
+ "group": "connector",
572
+ "binding": {
573
+ "key": "elementTemplateId",
574
+ "type": "zeebe:taskHeader"
575
+ },
576
+ "type": "Hidden"
577
+ }
578
+ ],
579
+ "steps": [
580
+ {
581
+ "name": "Add queue item",
582
+ "description": "Add a new queue item to a UiPath Orchestrator queue",
583
+ "keywords": [
584
+ "add queue item",
585
+ "create queue item",
586
+ "enqueue item",
587
+ "submit to queue",
588
+ "new queue entry"
589
+ ],
590
+ "presetId": "operationType_addQueueItem"
591
+ },
592
+ {
593
+ "name": "Get queue item result by ID",
594
+ "description": "Retrieve the result and status of a UiPath queue item by its ID",
595
+ "keywords": [
596
+ "get queue item",
597
+ "queue item result",
598
+ "fetch item by id",
599
+ "queue item status",
600
+ "retrieve queue item"
601
+ ],
602
+ "presetId": "operationType_getItemById"
603
+ }
604
+ ],
605
+ "presets": [
606
+ {
607
+ "id": "operationType_addQueueItem",
608
+ "properties": {
609
+ "operationType": "addQueueItem"
610
+ }
611
+ },
612
+ {
613
+ "id": "operationType_getItemById",
614
+ "properties": {
615
+ "operationType": "getItemById"
616
+ }
617
+ }
618
+ ]
619
+ },
620
+ {
621
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
622
+ "name": "UiPath connector",
623
+ "id": "io.camunda.connectors.UIPath.v1",
624
+ "version": 2,
7
625
  "description": "Orchestrate your UiPath bots with Camunda. You can create new queue items and get the result from it",
8
626
  "icon": {
9
627
  "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"
@@ -497,7 +1115,7 @@
497
1115
  "constraints": {
498
1116
  "notEmpty": false,
499
1117
  "pattern": {
500
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
1118
+ "value": "^(=|([0-9]+|secrets\\..+)$)",
501
1119
  "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
502
1120
  }
503
1121
  }
@@ -529,7 +1147,7 @@
529
1147
  },
530
1148
  {
531
1149
  "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>",
1150
+ "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>",
533
1151
  "group": "errors",
534
1152
  "type": "Text",
535
1153
  "feel": "required",
@@ -545,23 +1163,10 @@
545
1163
  },
546
1164
  {
547
1165
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
548
- "name": "UiPath Outbound Connector",
1166
+ "name": "UiPath connector",
549
1167
  "id": "io.camunda.connectors.UIPath.v1",
550
- "version": 5,
551
- "engines": {
552
- "camunda": "^8.3"
553
- },
1168
+ "version": 3,
554
1169
  "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
- ],
565
1170
  "icon": {
566
1171
  "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"
567
1172
  },
@@ -605,7 +1210,8 @@
605
1210
  "type": "Hidden",
606
1211
  "value": "io.camunda:http-json:1",
607
1212
  "binding": {
608
- "type": "zeebe:taskDefinition:type"
1213
+ "type": "zeebe:taskDefinition",
1214
+ "property": "type"
609
1215
  }
610
1216
  },
611
1217
  {
@@ -1053,7 +1659,7 @@
1053
1659
  "constraints": {
1054
1660
  "notEmpty": false,
1055
1661
  "pattern": {
1056
- "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
1662
+ "value": "^(=|([0-9]+|secrets\\.+|\\{\\{secrets\\..+\\}\\})$)",
1057
1663
  "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
1058
1664
  }
1059
1665
  }
@@ -1093,39 +1699,31 @@
1093
1699
  "type": "zeebe:taskHeader",
1094
1700
  "key": "errorExpression"
1095
1701
  }
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"
1120
1702
  }
1121
- ]
1703
+ ],
1704
+ "engines": {
1705
+ "camunda": "^8.2"
1706
+ }
1122
1707
  },
1123
1708
  {
1124
1709
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1125
- "name": "UiPath connector",
1710
+ "name": "UiPath Outbound Connector",
1126
1711
  "id": "io.camunda.connectors.UIPath.v1",
1127
- "version": 3,
1712
+ "version": 6,
1713
+ "engines": {
1714
+ "camunda": "^8.3"
1715
+ },
1128
1716
  "description": "Orchestrate your UiPath bots with Camunda. You can create new queue items and get the result from it",
1717
+ "keywords": [
1718
+ "add queue item",
1719
+ "get queue item result by ID",
1720
+ "queue item",
1721
+ "RPA",
1722
+ "robotic process automation",
1723
+ "automation",
1724
+ "orchestrator",
1725
+ "robot"
1726
+ ],
1129
1727
  "icon": {
1130
1728
  "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"
1131
1729
  },
@@ -1155,6 +1753,10 @@
1155
1753
  "id": "input",
1156
1754
  "label": "Input"
1157
1755
  },
1756
+ {
1757
+ "id": "connector",
1758
+ "label": "Connector"
1759
+ },
1158
1760
  {
1159
1761
  "id": "output",
1160
1762
  "label": "Output"
@@ -1618,7 +2220,7 @@
1618
2220
  "constraints": {
1619
2221
  "notEmpty": false,
1620
2222
  "pattern": {
1621
- "value": "^(=|([0-9]+|secrets\\.+|\\{\\{secrets\\..+\\}\\})$)",
2223
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
1622
2224
  "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
1623
2225
  }
1624
2226
  }
@@ -1658,17 +2260,38 @@
1658
2260
  "type": "zeebe:taskHeader",
1659
2261
  "key": "errorExpression"
1660
2262
  }
2263
+ },
2264
+ {
2265
+ "id": "version",
2266
+ "label": "Version",
2267
+ "description": "Version of the element template",
2268
+ "value": "6",
2269
+ "group": "connector",
2270
+ "binding": {
2271
+ "key": "elementTemplateVersion",
2272
+ "type": "zeebe:taskHeader"
2273
+ },
2274
+ "type": "Hidden"
2275
+ },
2276
+ {
2277
+ "id": "id",
2278
+ "label": "ID",
2279
+ "description": "ID of the element template",
2280
+ "value": "io.camunda.connectors.UIPath.v1",
2281
+ "group": "connector",
2282
+ "binding": {
2283
+ "key": "elementTemplateId",
2284
+ "type": "zeebe:taskHeader"
2285
+ },
2286
+ "type": "Hidden"
1661
2287
  }
1662
- ],
1663
- "engines": {
1664
- "camunda": "^8.2"
1665
- }
2288
+ ]
1666
2289
  },
1667
2290
  {
1668
2291
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1669
- "name": "UiPath connector",
2292
+ "name": "UiPath Outbound Connector",
1670
2293
  "id": "io.camunda.connectors.UIPath.v1",
1671
- "version": 2,
2294
+ "version": 4,
1672
2295
  "description": "Orchestrate your UiPath bots with Camunda. You can create new queue items and get the result from it",
1673
2296
  "icon": {
1674
2297
  "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"
@@ -2162,7 +2785,7 @@
2162
2785
  "constraints": {
2163
2786
  "notEmpty": false,
2164
2787
  "pattern": {
2165
- "value": "^(=|([0-9]+|secrets\\..+)$)",
2788
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
2166
2789
  "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
2167
2790
  }
2168
2791
  }
@@ -2194,7 +2817,7 @@
2194
2817
  },
2195
2818
  {
2196
2819
  "label": "Error expression",
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>",
2820
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
2198
2821
  "group": "errors",
2199
2822
  "type": "Text",
2200
2823
  "feel": "required",
@@ -2212,7 +2835,7 @@
2212
2835
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2213
2836
  "name": "UiPath Outbound Connector",
2214
2837
  "id": "io.camunda.connectors.UIPath.v1",
2215
- "version": 6,
2838
+ "version": 5,
2216
2839
  "engines": {
2217
2840
  "camunda": "^8.3"
2218
2841
  },
@@ -2256,10 +2879,6 @@
2256
2879
  "id": "input",
2257
2880
  "label": "Input"
2258
2881
  },
2259
- {
2260
- "id": "connector",
2261
- "label": "Connector"
2262
- },
2263
2882
  {
2264
2883
  "id": "output",
2265
2884
  "label": "Output"
@@ -2274,8 +2893,7 @@
2274
2893
  "type": "Hidden",
2275
2894
  "value": "io.camunda:http-json:1",
2276
2895
  "binding": {
2277
- "type": "zeebe:taskDefinition",
2278
- "property": "type"
2896
+ "type": "zeebe:taskDefinition:type"
2279
2897
  }
2280
2898
  },
2281
2899
  {