@camunda/connectors-element-templates 1.0.17 → 1.0.19

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 (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
  14. package/src/element-templates/asana-connector.json +759 -48
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
  30. package/src/element-templates/aws-s3-outbound-connector.json +646 -5
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
  32. package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
  34. package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
  37. package/src/element-templates/aws-sns-outbound-connector.json +581 -577
  38. package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
  40. package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
  43. package/src/element-templates/aws-sqs-start-message.json +461 -457
  44. package/src/element-templates/aws-textract-outbound-connector.json +109 -105
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +569 -24
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +13 -5
  50. package/src/element-templates/easy-post-connector.json +1077 -109
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +58 -50
  55. package/src/element-templates/email-outbound-connector.json +2116 -243
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
  57. package/src/element-templates/github-connector.json +15257 -11722
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
  60. package/src/element-templates/github-webhook-connector-message-start.json +11 -13
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +54 -56
  63. package/src/element-templates/gitlab-connector.json +4177 -2545
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
  65. package/src/element-templates/google-drive-outbound-connector.json +1386 -766
  66. package/src/element-templates/google-gemini-outbound-connector.json +13 -5
  67. package/src/element-templates/google-maps-platform-connector.json +1059 -30
  68. package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
  69. package/src/element-templates/graphql-outbound-connector.json +1744 -1735
  70. package/src/element-templates/http-json-connector.json +2982 -2332
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
  72. package/src/element-templates/http-polling-connector.json +1512 -1501
  73. package/src/element-templates/hubspot-outbound-connector.json +2371 -25
  74. package/src/element-templates/hugging-face-connector.json +234 -3
  75. package/src/element-templates/jdbc-outbound-connector.json +20 -6
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +518 -512
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
  87. package/src/element-templates/openai-connector.json +550 -87
  88. package/src/element-templates/operate-connector.json +1198 -46
  89. package/src/element-templates/power-automate-connector.json +601 -9
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
  95. package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +544 -0
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +945 -337
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +490 -192
  106. package/src/element-templates/slack-inbound-intermediate.json +421 -123
  107. package/src/element-templates/slack-inbound-message-start.json +469 -139
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +216 -211
  110. package/src/element-templates/slack-outbound-connector.json +2451 -753
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1573 -93
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
  114. package/src/element-templates/twilio-webhook-connector.json +243 -13
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +594 -2
  119. package/src/element-templates/webhook-connector-boundary.json +580 -570
  120. package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
  121. package/src/element-templates/webhook-connector-receive.json +16 -6
  122. package/src/element-templates/webhook-connector-start-event.json +1382 -1375
  123. package/src/element-templates/webhook-connector-start-message.json +1306 -1296
  124. package/src/element-templates/whatsapp-connector.json +343 -9
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -1,4 +1,581 @@
1
1
  [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "UiPath Outbound Connector",
5
+ "id": "io.camunda.connectors.UIPath.v1",
6
+ "version": 5,
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": "output",
52
+ "label": "Output"
53
+ },
54
+ {
55
+ "id": "errors",
56
+ "label": "Error handling"
57
+ }
58
+ ],
59
+ "properties": [
60
+ {
61
+ "type": "Hidden",
62
+ "value": "io.camunda:http-json:1",
63
+ "binding": {
64
+ "type": "zeebe:taskDefinition:type"
65
+ }
66
+ },
67
+ {
68
+ "label": "Operation type",
69
+ "id": "operationType",
70
+ "group": "operation",
71
+ "type": "Dropdown",
72
+ "choices": [
73
+ {
74
+ "name": "Add queue item",
75
+ "value": "addQueueItem"
76
+ },
77
+ {
78
+ "name": "Get queue item result by ID",
79
+ "value": "getItemById"
80
+ }
81
+ ],
82
+ "binding": {
83
+ "type": "zeebe:input",
84
+ "name": "operationType"
85
+ }
86
+ },
87
+ {
88
+ "label": "Type",
89
+ "id": "authenticationType",
90
+ "group": "authentication",
91
+ "description": "Choose the authentication type",
92
+ "type": "Dropdown",
93
+ "choices": [
94
+ {
95
+ "name": "Bearer token",
96
+ "value": "bearer"
97
+ },
98
+ {
99
+ "name": "OAuth 2.0 client credentials",
100
+ "value": "oauth-client-credentials-flow"
101
+ }
102
+ ],
103
+ "binding": {
104
+ "type": "zeebe:input",
105
+ "name": "authentication.type"
106
+ }
107
+ },
108
+ {
109
+ "label": "Bearer token",
110
+ "group": "authentication",
111
+ "type": "String",
112
+ "feel": "optional",
113
+ "binding": {
114
+ "type": "zeebe:input",
115
+ "name": "authentication.token"
116
+ },
117
+ "constraints": {
118
+ "notEmpty": true
119
+ },
120
+ "condition": {
121
+ "property": "authenticationType",
122
+ "equals": "bearer"
123
+ }
124
+ },
125
+ {
126
+ "group": "authentication",
127
+ "type": "Hidden",
128
+ "value": "https://cloud.uipath.com/identity_/connect/token",
129
+ "binding": {
130
+ "type": "zeebe:input",
131
+ "name": "authentication.oauthTokenEndpoint"
132
+ },
133
+ "constraints": {
134
+ "notEmpty": true
135
+ },
136
+ "condition": {
137
+ "property": "authenticationType",
138
+ "equals": "oauth-client-credentials-flow"
139
+ }
140
+ },
141
+ {
142
+ "label": "Client ID",
143
+ "description": "UiPath OAuth 2.0 client ID",
144
+ "group": "authentication",
145
+ "type": "String",
146
+ "feel": "optional",
147
+ "binding": {
148
+ "type": "zeebe:input",
149
+ "name": "authentication.clientId"
150
+ },
151
+ "constraints": {
152
+ "notEmpty": true
153
+ },
154
+ "condition": {
155
+ "property": "authenticationType",
156
+ "equals": "oauth-client-credentials-flow"
157
+ }
158
+ },
159
+ {
160
+ "label": "Client secret",
161
+ "description": "UiPath OAuth 2.0 client secret",
162
+ "group": "authentication",
163
+ "type": "String",
164
+ "feel": "optional",
165
+ "binding": {
166
+ "type": "zeebe:input",
167
+ "name": "authentication.clientSecret"
168
+ },
169
+ "constraints": {
170
+ "notEmpty": true
171
+ },
172
+ "condition": {
173
+ "property": "authenticationType",
174
+ "equals": "oauth-client-credentials-flow"
175
+ }
176
+ },
177
+ {
178
+ "group": "authentication",
179
+ "type": "Hidden",
180
+ "value": "OR.Queues",
181
+ "binding": {
182
+ "type": "zeebe:input",
183
+ "name": "authentication.scopes"
184
+ },
185
+ "condition": {
186
+ "property": "authenticationType",
187
+ "equals": "oauth-client-credentials-flow"
188
+ }
189
+ },
190
+ {
191
+ "id": "authentication.clientAuthentication",
192
+ "group": "authentication",
193
+ "value": "basicAuthHeader",
194
+ "type": "Hidden",
195
+ "binding": {
196
+ "type": "zeebe:input",
197
+ "name": "authentication.clientAuthentication"
198
+ },
199
+ "condition": {
200
+ "property": "authenticationType",
201
+ "equals": "oauth-client-credentials-flow"
202
+ }
203
+ },
204
+ {
205
+ "id": "methodPost",
206
+ "group": "configuration",
207
+ "type": "Hidden",
208
+ "value": "post",
209
+ "binding": {
210
+ "type": "zeebe:input",
211
+ "name": "method"
212
+ },
213
+ "condition": {
214
+ "property": "operationType",
215
+ "oneOf": ["addQueueItem"]
216
+ }
217
+ },
218
+ {
219
+ "id": "methodGet",
220
+ "group": "configuration",
221
+ "type": "Hidden",
222
+ "value": "get",
223
+ "binding": {
224
+ "type": "zeebe:input",
225
+ "name": "method"
226
+ },
227
+ "condition": {
228
+ "property": "operationType",
229
+ "oneOf": ["getItemById"]
230
+ }
231
+ },
232
+ {
233
+ "label": "UiPath instance URL",
234
+ "group": "configuration",
235
+ "type": "String",
236
+ "value": "cloud.uipath.com",
237
+ "description": "",
238
+ "binding": {
239
+ "type": "zeebe:input",
240
+ "name": "cloudUrl"
241
+ },
242
+ "constraints": {
243
+ "notEmpty": true
244
+ }
245
+ },
246
+ {
247
+ "label": "UiPath organization",
248
+ "description": "Your organization ID",
249
+ "group": "configuration",
250
+ "type": "String",
251
+ "binding": {
252
+ "type": "zeebe:input",
253
+ "name": "cloudOrg"
254
+ },
255
+ "constraints": {
256
+ "notEmpty": true
257
+ }
258
+ },
259
+ {
260
+ "label": "UiPath tenant",
261
+ "description": "Your tenant name",
262
+ "group": "configuration",
263
+ "type": "String",
264
+ "binding": {
265
+ "type": "zeebe:input",
266
+ "name": "cloudTenant"
267
+ },
268
+ "constraints": {
269
+ "notEmpty": true
270
+ }
271
+ },
272
+ {
273
+ "label": "Organization unit ID",
274
+ "group": "configuration",
275
+ "description": "UiPath folder or organization unit ID",
276
+ "type": "String",
277
+ "optional": false,
278
+ "binding": {
279
+ "type": "zeebe:input",
280
+ "name": "organizationUnitId"
281
+ },
282
+ "constraints": {
283
+ "notEmpty": true
284
+ }
285
+ },
286
+ {
287
+ "group": "configuration",
288
+ "type": "Hidden",
289
+ "value": "={\"X-UIPATH-OrganizationUnitId\":organizationUnitId, \"Content-Type\":\"application/json\"}",
290
+ "binding": {
291
+ "type": "zeebe:input",
292
+ "name": "headers"
293
+ },
294
+ "constraints": {
295
+ "notEmpty": true
296
+ }
297
+ },
298
+ {
299
+ "label": "Queue name",
300
+ "description": "The name of the queue to which to submit the queue item",
301
+ "group": "input",
302
+ "type": "String",
303
+ "binding": {
304
+ "type": "zeebe:input",
305
+ "name": "queueName"
306
+ },
307
+ "constraints": {
308
+ "notEmpty": true
309
+ },
310
+ "condition": {
311
+ "property": "operationType",
312
+ "oneOf": ["addQueueItem"]
313
+ }
314
+ },
315
+ {
316
+ "label": "Defer date",
317
+ "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",
318
+ "group": "input",
319
+ "type": "String",
320
+ "binding": {
321
+ "type": "zeebe:input",
322
+ "name": "deferDate"
323
+ },
324
+ "condition": {
325
+ "property": "operationType",
326
+ "oneOf": ["addQueueItem"]
327
+ },
328
+ "optional": true
329
+ },
330
+ {
331
+ "label": "Due date",
332
+ "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",
333
+ "group": "input",
334
+ "type": "String",
335
+ "binding": {
336
+ "type": "zeebe:input",
337
+ "name": "dueDate"
338
+ },
339
+ "condition": {
340
+ "property": "operationType",
341
+ "oneOf": ["addQueueItem"]
342
+ },
343
+ "optional": true
344
+ },
345
+ {
346
+ "label": "Priority",
347
+ "id": "priority",
348
+ "group": "input",
349
+ "description": "The priority to apply to the queue item",
350
+ "value": "Low",
351
+ "type": "Dropdown",
352
+ "choices": [
353
+ {
354
+ "name": "Low",
355
+ "value": "Low"
356
+ },
357
+ {
358
+ "name": "Normal",
359
+ "value": "Normal"
360
+ },
361
+ {
362
+ "name": "High",
363
+ "value": "High"
364
+ }
365
+ ],
366
+ "binding": {
367
+ "type": "zeebe:input",
368
+ "name": "priority"
369
+ },
370
+ "condition": {
371
+ "property": "operationType",
372
+ "oneOf": ["addQueueItem"]
373
+ }
374
+ },
375
+ {
376
+ "label": "Specific content for a UiPath job",
377
+ "description": "Data that will be passed in to the job. It should be in the JSON format",
378
+ "group": "input",
379
+ "type": "String",
380
+ "feel": "required",
381
+ "binding": {
382
+ "type": "zeebe:input",
383
+ "name": "specificContent"
384
+ },
385
+ "condition": {
386
+ "property": "operationType",
387
+ "oneOf": ["addQueueItem"]
388
+ },
389
+ "optional": true
390
+ },
391
+ {
392
+ "label": "Reference",
393
+ "description": "A string reference for the queue item",
394
+ "group": "input",
395
+ "type": "String",
396
+ "binding": {
397
+ "type": "zeebe:input",
398
+ "name": "reference"
399
+ },
400
+ "condition": {
401
+ "property": "operationType",
402
+ "oneOf": ["addQueueItem"]
403
+ },
404
+ "optional": true
405
+ },
406
+ {
407
+ "label": "Item ID",
408
+ "description": "The item ID to be fetched",
409
+ "group": "input",
410
+ "type": "String",
411
+ "feel": "optional",
412
+ "binding": {
413
+ "type": "zeebe:input",
414
+ "name": "itemId"
415
+ },
416
+ "constraints": {
417
+ "notEmpty": true
418
+ },
419
+ "condition": {
420
+ "property": "operationType",
421
+ "oneOf": ["getItemById"]
422
+ }
423
+ },
424
+ {
425
+ "group": "input",
426
+ "type": "Hidden",
427
+ "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}}",
428
+ "binding": {
429
+ "type": "zeebe:input",
430
+ "name": "body"
431
+ },
432
+ "condition": {
433
+ "property": "operationType",
434
+ "oneOf": ["addQueueItem"]
435
+ },
436
+ "optional": true
437
+ },
438
+ {
439
+ "label": "Result variable",
440
+ "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>",
441
+ "group": "output",
442
+ "type": "String",
443
+ "binding": {
444
+ "type": "zeebe:taskHeader",
445
+ "key": "resultVariable"
446
+ }
447
+ },
448
+ {
449
+ "label": "Result expression",
450
+ "id": "resultExpressionGetBodyId",
451
+ "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>",
452
+ "group": "output",
453
+ "type": "String",
454
+ "feel": "required",
455
+ "value": "={itemId: response.body.Id}",
456
+ "binding": {
457
+ "type": "zeebe:taskHeader",
458
+ "key": "resultExpression"
459
+ },
460
+ "condition": {
461
+ "property": "operationType",
462
+ "oneOf": ["addQueueItem"]
463
+ }
464
+ },
465
+ {
466
+ "label": "Result expression",
467
+ "id": "resultExpressionGetStatus",
468
+ "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>",
469
+ "group": "output",
470
+ "type": "String",
471
+ "feel": "required",
472
+ "value": "={itemStatus: response.body.value[1].Status}",
473
+ "binding": {
474
+ "type": "zeebe:taskHeader",
475
+ "key": "resultExpression"
476
+ },
477
+ "condition": {
478
+ "property": "operationType",
479
+ "oneOf": ["getItemById"]
480
+ }
481
+ },
482
+ {
483
+ "label": "Filters",
484
+ "description": "Map of query parameters to add to the request URL",
485
+ "group": "input",
486
+ "type": "Hidden",
487
+ "value": "={\"$Filter\":\"Id eq \"+string(itemId)}",
488
+ "binding": {
489
+ "type": "zeebe:input",
490
+ "name": "queryParameters"
491
+ },
492
+ "condition": {
493
+ "property": "operationType",
494
+ "oneOf": ["getItemById"]
495
+ }
496
+ },
497
+ {
498
+ "label": "Connection timeout",
499
+ "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
500
+ "group": "errors",
501
+ "type": "String",
502
+ "value": "20",
503
+ "binding": {
504
+ "type": "zeebe:input",
505
+ "name": "connectionTimeoutInSeconds"
506
+ },
507
+ "optional": true,
508
+ "feel": "optional",
509
+ "constraints": {
510
+ "notEmpty": false,
511
+ "pattern": {
512
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
513
+ "message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
514
+ }
515
+ }
516
+ },
517
+ {
518
+ "type": "Hidden",
519
+ "value": "=\"https:\"+\"//\"+cloudUrl+\"/\"+cloudOrg+\"/\"+cloudTenant+\"/orchestrator_/odata/Queues/UiPathODataSvc.AddQueueItem\"",
520
+ "binding": {
521
+ "type": "zeebe:input",
522
+ "name": "url"
523
+ },
524
+ "condition": {
525
+ "property": "operationType",
526
+ "oneOf": ["addQueueItem"]
527
+ }
528
+ },
529
+ {
530
+ "group": "configuration",
531
+ "type": "Hidden",
532
+ "value": "=\"https:\"+\"//\"+cloudUrl+\"/\"+cloudOrg+\"/\"+cloudTenant+\"/orchestrator_/odata/QueueItems()\"",
533
+ "binding": {
534
+ "type": "zeebe:input",
535
+ "name": "url"
536
+ },
537
+ "condition": {
538
+ "property": "operationType",
539
+ "oneOf": ["getItemById"]
540
+ }
541
+ },
542
+ {
543
+ "label": "Error expression",
544
+ "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>",
545
+ "group": "errors",
546
+ "type": "Text",
547
+ "feel": "required",
548
+ "binding": {
549
+ "type": "zeebe:taskHeader",
550
+ "key": "errorExpression"
551
+ }
552
+ },
553
+ {
554
+ "id": "version",
555
+ "label": "Version",
556
+ "description": "Version of the element template",
557
+ "value": "5",
558
+ "group": "connector",
559
+ "binding": {
560
+ "key": "elementTemplateVersion",
561
+ "type": "zeebe:taskHeader"
562
+ },
563
+ "type": "Hidden"
564
+ },
565
+ {
566
+ "id": "id",
567
+ "label": "ID",
568
+ "description": "ID of the element template",
569
+ "value": "io.camunda.connectors.UIPath.v1",
570
+ "group": "connector",
571
+ "binding": {
572
+ "key": "elementTemplateId",
573
+ "type": "zeebe:taskHeader"
574
+ },
575
+ "type": "Hidden"
576
+ }
577
+ ]
578
+ },
2
579
  {
3
580
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
581
  "name": "UiPath connector",
@@ -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": 5,
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:type"
2277
+ "type": "zeebe:taskDefinition",
2278
+ "property": "type"
1687
2279
  }
1688
2280
  },
1689
2281
  {