@camunda/connectors-element-templates 1.0.16 → 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.
Files changed (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  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 +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  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 +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1017 -49
  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 +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  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 +1406 -798
  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 +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  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 +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -1,4 +1,724 @@
1
1
  [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "Box Outbound Connector",
5
+ "id": "io.camunda.connectors.box",
6
+ "description": "Interact with the Box Document API",
7
+ "keywords": [
8
+ "create folder",
9
+ "delete folder",
10
+ "upload file",
11
+ "download file",
12
+ "move file",
13
+ "delete file",
14
+ "search files",
15
+ "file storage",
16
+ "document management"
17
+ ],
18
+ "documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/box/",
19
+ "version": 2,
20
+ "category": {
21
+ "id": "connectors",
22
+ "name": "Connectors"
23
+ },
24
+ "appliesTo": ["bpmn:Task"],
25
+ "elementType": {
26
+ "value": "bpmn:ServiceTask"
27
+ },
28
+ "engines": {
29
+ "camunda": "^8.7"
30
+ },
31
+ "groups": [
32
+ {
33
+ "id": "authentication",
34
+ "label": "Authentication"
35
+ },
36
+ {
37
+ "id": "operation",
38
+ "label": "Operation"
39
+ },
40
+ {
41
+ "id": "connector",
42
+ "label": "Connector"
43
+ },
44
+ {
45
+ "id": "output",
46
+ "label": "Output mapping"
47
+ },
48
+ {
49
+ "id": "error",
50
+ "label": "Error handling"
51
+ },
52
+ {
53
+ "id": "retries",
54
+ "label": "Retries"
55
+ }
56
+ ],
57
+ "properties": [
58
+ {
59
+ "value": "io.camunda:box:1",
60
+ "binding": {
61
+ "property": "type",
62
+ "type": "zeebe:taskDefinition"
63
+ },
64
+ "type": "Hidden"
65
+ },
66
+ {
67
+ "id": "authentication.type",
68
+ "label": "Authentication",
69
+ "description": "Specify authentication strategy. Learn more at the <a href=\"https://developer.box.com/guides/authentication/\" target=\"_blank\">documentation page</a>",
70
+ "value": "developerToken",
71
+ "group": "authentication",
72
+ "binding": {
73
+ "name": "authentication.type",
74
+ "type": "zeebe:input"
75
+ },
76
+ "type": "Dropdown",
77
+ "choices": [
78
+ {
79
+ "name": "Client Credentials Enterprise",
80
+ "value": "clientCredentialsEnterprise"
81
+ },
82
+ {
83
+ "name": "Client Credentials User",
84
+ "value": "clientCredentialsUser"
85
+ },
86
+ {
87
+ "name": "Developer token",
88
+ "value": "developerToken"
89
+ },
90
+ {
91
+ "name": "JWT JSON Config",
92
+ "value": "jwtJsonConfig"
93
+ }
94
+ ]
95
+ },
96
+ {
97
+ "id": "authentication.clientIdEnterprise",
98
+ "label": "Client id",
99
+ "description": "The client id",
100
+ "optional": false,
101
+ "constraints": {
102
+ "notEmpty": true
103
+ },
104
+ "feel": "optional",
105
+ "group": "authentication",
106
+ "binding": {
107
+ "name": "authentication.clientId",
108
+ "type": "zeebe:input"
109
+ },
110
+ "condition": {
111
+ "property": "authentication.type",
112
+ "equals": "clientCredentialsEnterprise",
113
+ "type": "simple"
114
+ },
115
+ "type": "String"
116
+ },
117
+ {
118
+ "id": "authentication.clientSecretEnterprise",
119
+ "label": "Client secret",
120
+ "description": "The client secret",
121
+ "optional": false,
122
+ "constraints": {
123
+ "notEmpty": true
124
+ },
125
+ "feel": "optional",
126
+ "group": "authentication",
127
+ "binding": {
128
+ "name": "authentication.clientSecret",
129
+ "type": "zeebe:input"
130
+ },
131
+ "condition": {
132
+ "property": "authentication.type",
133
+ "equals": "clientCredentialsEnterprise",
134
+ "type": "simple"
135
+ },
136
+ "type": "String"
137
+ },
138
+ {
139
+ "id": "authentication.enterpriseId",
140
+ "label": "Enterprise ID",
141
+ "description": "The enterprise ID to authenticate against",
142
+ "optional": false,
143
+ "constraints": {
144
+ "notEmpty": true
145
+ },
146
+ "feel": "optional",
147
+ "group": "authentication",
148
+ "binding": {
149
+ "name": "authentication.enterpriseId",
150
+ "type": "zeebe:input"
151
+ },
152
+ "condition": {
153
+ "property": "authentication.type",
154
+ "equals": "clientCredentialsEnterprise",
155
+ "type": "simple"
156
+ },
157
+ "type": "String"
158
+ },
159
+ {
160
+ "id": "authentication.clientIdUser",
161
+ "label": "Client id",
162
+ "description": "The client id",
163
+ "optional": false,
164
+ "constraints": {
165
+ "notEmpty": true
166
+ },
167
+ "feel": "optional",
168
+ "group": "authentication",
169
+ "binding": {
170
+ "name": "authentication.clientId",
171
+ "type": "zeebe:input"
172
+ },
173
+ "condition": {
174
+ "property": "authentication.type",
175
+ "equals": "clientCredentialsUser",
176
+ "type": "simple"
177
+ },
178
+ "type": "String"
179
+ },
180
+ {
181
+ "id": "authentication.clientSecretUser",
182
+ "label": "Client secret",
183
+ "description": "The client secret",
184
+ "optional": false,
185
+ "constraints": {
186
+ "notEmpty": true
187
+ },
188
+ "feel": "optional",
189
+ "group": "authentication",
190
+ "binding": {
191
+ "name": "authentication.clientSecret",
192
+ "type": "zeebe:input"
193
+ },
194
+ "condition": {
195
+ "property": "authentication.type",
196
+ "equals": "clientCredentialsUser",
197
+ "type": "simple"
198
+ },
199
+ "type": "String"
200
+ },
201
+ {
202
+ "id": "authentication.userId",
203
+ "label": "User ID",
204
+ "description": "The user ID to of the account to authenticate against",
205
+ "optional": false,
206
+ "constraints": {
207
+ "notEmpty": true
208
+ },
209
+ "feel": "optional",
210
+ "group": "authentication",
211
+ "binding": {
212
+ "name": "authentication.userId",
213
+ "type": "zeebe:input"
214
+ },
215
+ "condition": {
216
+ "property": "authentication.type",
217
+ "equals": "clientCredentialsUser",
218
+ "type": "simple"
219
+ },
220
+ "type": "String"
221
+ },
222
+ {
223
+ "id": "authentication.accessToken",
224
+ "label": "Access key",
225
+ "description": "The access key or developer token",
226
+ "optional": false,
227
+ "constraints": {
228
+ "notEmpty": true
229
+ },
230
+ "feel": "optional",
231
+ "group": "authentication",
232
+ "binding": {
233
+ "name": "authentication.accessToken",
234
+ "type": "zeebe:input"
235
+ },
236
+ "condition": {
237
+ "property": "authentication.type",
238
+ "equals": "developerToken",
239
+ "type": "simple"
240
+ },
241
+ "type": "String"
242
+ },
243
+ {
244
+ "id": "authentication.jsonConfig",
245
+ "label": "JSON config",
246
+ "description": "The JSON config as string",
247
+ "optional": false,
248
+ "constraints": {
249
+ "notEmpty": true
250
+ },
251
+ "feel": "optional",
252
+ "group": "authentication",
253
+ "binding": {
254
+ "name": "authentication.jsonConfig",
255
+ "type": "zeebe:input"
256
+ },
257
+ "condition": {
258
+ "property": "authentication.type",
259
+ "equals": "jwtJsonConfig",
260
+ "type": "simple"
261
+ },
262
+ "type": "String"
263
+ },
264
+ {
265
+ "id": "operation.type",
266
+ "label": "Operation",
267
+ "description": "The operation to execute.",
268
+ "value": "createFolder",
269
+ "group": "operation",
270
+ "binding": {
271
+ "name": "operation.type",
272
+ "type": "zeebe:input"
273
+ },
274
+ "type": "Dropdown",
275
+ "choices": [
276
+ {
277
+ "name": "Create Folder",
278
+ "value": "createFolder"
279
+ },
280
+ {
281
+ "name": "Delete Folder",
282
+ "value": "deleteFolder"
283
+ },
284
+ {
285
+ "name": "Upload File",
286
+ "value": "uploadFile"
287
+ },
288
+ {
289
+ "name": "Download File",
290
+ "value": "downloadFile"
291
+ },
292
+ {
293
+ "name": "Move File",
294
+ "value": "moveFile"
295
+ },
296
+ {
297
+ "name": "Delete File",
298
+ "value": "deleteFile"
299
+ },
300
+ {
301
+ "name": "Search",
302
+ "value": "search"
303
+ }
304
+ ]
305
+ },
306
+ {
307
+ "id": "operation.createFolderName",
308
+ "label": "Folder name",
309
+ "optional": false,
310
+ "constraints": {
311
+ "notEmpty": true
312
+ },
313
+ "feel": "optional",
314
+ "group": "operation",
315
+ "binding": {
316
+ "name": "operation.name",
317
+ "type": "zeebe:input"
318
+ },
319
+ "condition": {
320
+ "property": "operation.type",
321
+ "equals": "createFolder",
322
+ "type": "simple"
323
+ },
324
+ "type": "String"
325
+ },
326
+ {
327
+ "id": "operation.createFolderParentPath",
328
+ "label": "Parent path",
329
+ "optional": false,
330
+ "value": "/",
331
+ "constraints": {
332
+ "notEmpty": true
333
+ },
334
+ "feel": "optional",
335
+ "group": "operation",
336
+ "binding": {
337
+ "name": "operation.folderPath",
338
+ "type": "zeebe:input"
339
+ },
340
+ "condition": {
341
+ "property": "operation.type",
342
+ "equals": "createFolder",
343
+ "type": "simple"
344
+ },
345
+ "type": "String"
346
+ },
347
+ {
348
+ "id": "operation.deleteFolderPath",
349
+ "label": "Folder path",
350
+ "optional": false,
351
+ "constraints": {
352
+ "notEmpty": true
353
+ },
354
+ "feel": "optional",
355
+ "group": "operation",
356
+ "binding": {
357
+ "name": "operation.folderPath",
358
+ "type": "zeebe:input"
359
+ },
360
+ "condition": {
361
+ "property": "operation.type",
362
+ "equals": "deleteFolder",
363
+ "type": "simple"
364
+ },
365
+ "type": "String"
366
+ },
367
+ {
368
+ "id": "operation.recursive",
369
+ "label": "Recursive",
370
+ "description": "Deletes all items contained by the folder",
371
+ "optional": false,
372
+ "value": true,
373
+ "feel": "static",
374
+ "group": "operation",
375
+ "binding": {
376
+ "name": "operation.recursive",
377
+ "type": "zeebe:input"
378
+ },
379
+ "condition": {
380
+ "property": "operation.type",
381
+ "equals": "deleteFolder",
382
+ "type": "simple"
383
+ },
384
+ "type": "Boolean"
385
+ },
386
+ {
387
+ "id": "operation.uploadFileName",
388
+ "label": "File name",
389
+ "optional": false,
390
+ "constraints": {
391
+ "notEmpty": true
392
+ },
393
+ "feel": "optional",
394
+ "group": "operation",
395
+ "binding": {
396
+ "name": "operation.name",
397
+ "type": "zeebe:input"
398
+ },
399
+ "condition": {
400
+ "property": "operation.type",
401
+ "equals": "uploadFile",
402
+ "type": "simple"
403
+ },
404
+ "type": "String"
405
+ },
406
+ {
407
+ "id": "operation.uploadFileFolderPath",
408
+ "label": "Folder path",
409
+ "optional": false,
410
+ "constraints": {
411
+ "notEmpty": true
412
+ },
413
+ "feel": "optional",
414
+ "group": "operation",
415
+ "binding": {
416
+ "name": "operation.folderPath",
417
+ "type": "zeebe:input"
418
+ },
419
+ "condition": {
420
+ "property": "operation.type",
421
+ "equals": "uploadFile",
422
+ "type": "simple"
423
+ },
424
+ "type": "String"
425
+ },
426
+ {
427
+ "id": "operation.uploadFileDocument",
428
+ "label": "Document reference",
429
+ "description": "The document reference that will be uploaded",
430
+ "optional": false,
431
+ "constraints": {
432
+ "notEmpty": true
433
+ },
434
+ "feel": "required",
435
+ "group": "operation",
436
+ "binding": {
437
+ "name": "operation.document",
438
+ "type": "zeebe:input"
439
+ },
440
+ "condition": {
441
+ "property": "operation.type",
442
+ "equals": "uploadFile",
443
+ "type": "simple"
444
+ },
445
+ "type": "String"
446
+ },
447
+ {
448
+ "id": "operation.downloadFilePath",
449
+ "label": "File path",
450
+ "description": "Path to the file item to download",
451
+ "optional": false,
452
+ "feel": "optional",
453
+ "group": "operation",
454
+ "binding": {
455
+ "name": "operation.filePath",
456
+ "type": "zeebe:input"
457
+ },
458
+ "condition": {
459
+ "property": "operation.type",
460
+ "equals": "downloadFile",
461
+ "type": "simple"
462
+ },
463
+ "type": "String"
464
+ },
465
+ {
466
+ "id": "operation.moveFilePath",
467
+ "label": "File path",
468
+ "optional": false,
469
+ "constraints": {
470
+ "notEmpty": true
471
+ },
472
+ "feel": "optional",
473
+ "group": "operation",
474
+ "binding": {
475
+ "name": "operation.filePath",
476
+ "type": "zeebe:input"
477
+ },
478
+ "condition": {
479
+ "property": "operation.type",
480
+ "equals": "moveFile",
481
+ "type": "simple"
482
+ },
483
+ "type": "String"
484
+ },
485
+ {
486
+ "id": "operation.moveFileFolderPath",
487
+ "label": "Target folder path",
488
+ "optional": false,
489
+ "constraints": {
490
+ "notEmpty": true
491
+ },
492
+ "feel": "optional",
493
+ "group": "operation",
494
+ "binding": {
495
+ "name": "operation.folderPath",
496
+ "type": "zeebe:input"
497
+ },
498
+ "condition": {
499
+ "property": "operation.type",
500
+ "equals": "moveFile",
501
+ "type": "simple"
502
+ },
503
+ "type": "String"
504
+ },
505
+ {
506
+ "id": "operation.deleteFilePath",
507
+ "label": "File path",
508
+ "optional": false,
509
+ "constraints": {
510
+ "notEmpty": true
511
+ },
512
+ "feel": "optional",
513
+ "group": "operation",
514
+ "binding": {
515
+ "name": "operation.filePath",
516
+ "type": "zeebe:input"
517
+ },
518
+ "condition": {
519
+ "property": "operation.type",
520
+ "equals": "deleteFile",
521
+ "type": "simple"
522
+ },
523
+ "type": "String"
524
+ },
525
+ {
526
+ "id": "operation.searchQuery",
527
+ "label": "Search query",
528
+ "optional": false,
529
+ "constraints": {
530
+ "notEmpty": true
531
+ },
532
+ "feel": "optional",
533
+ "group": "operation",
534
+ "binding": {
535
+ "name": "operation.query",
536
+ "type": "zeebe:input"
537
+ },
538
+ "condition": {
539
+ "property": "operation.type",
540
+ "equals": "search",
541
+ "type": "simple"
542
+ },
543
+ "type": "String"
544
+ },
545
+ {
546
+ "id": "operation.searchSortColumn",
547
+ "label": "Search sort column",
548
+ "description": "Column for sorting search results",
549
+ "optional": false,
550
+ "value": "modified_at",
551
+ "constraints": {
552
+ "notEmpty": true
553
+ },
554
+ "feel": "optional",
555
+ "group": "operation",
556
+ "binding": {
557
+ "name": "operation.sortColumn",
558
+ "type": "zeebe:input"
559
+ },
560
+ "condition": {
561
+ "property": "operation.type",
562
+ "equals": "search",
563
+ "type": "simple"
564
+ },
565
+ "type": "String"
566
+ },
567
+ {
568
+ "id": "operation.searchSortDirection",
569
+ "label": "Search sort direction",
570
+ "description": "Direction for sorting search results",
571
+ "optional": false,
572
+ "value": "DESC",
573
+ "group": "operation",
574
+ "binding": {
575
+ "name": "operation.sortDirection",
576
+ "type": "zeebe:input"
577
+ },
578
+ "condition": {
579
+ "property": "operation.type",
580
+ "equals": "search",
581
+ "type": "simple"
582
+ },
583
+ "type": "Dropdown",
584
+ "choices": [
585
+ {
586
+ "name": "ASC",
587
+ "value": "ASC"
588
+ },
589
+ {
590
+ "name": "DESC",
591
+ "value": "DESC"
592
+ }
593
+ ]
594
+ },
595
+ {
596
+ "id": "operation.searchOffset",
597
+ "label": "Search offset",
598
+ "description": "Offset for search results",
599
+ "optional": false,
600
+ "value": 0,
601
+ "feel": "static",
602
+ "group": "operation",
603
+ "binding": {
604
+ "name": "operation.offset",
605
+ "type": "zeebe:input"
606
+ },
607
+ "condition": {
608
+ "property": "operation.type",
609
+ "equals": "search",
610
+ "type": "simple"
611
+ },
612
+ "type": "Number"
613
+ },
614
+ {
615
+ "id": "operation.searchLimit",
616
+ "label": "Search limit",
617
+ "description": "Limit",
618
+ "optional": false,
619
+ "value": 30,
620
+ "feel": "static",
621
+ "group": "operation",
622
+ "binding": {
623
+ "name": "operation.limit",
624
+ "type": "zeebe:input"
625
+ },
626
+ "condition": {
627
+ "property": "operation.type",
628
+ "equals": "search",
629
+ "type": "simple"
630
+ },
631
+ "type": "Number"
632
+ },
633
+ {
634
+ "id": "version",
635
+ "label": "Version",
636
+ "description": "Version of the element template",
637
+ "value": "2",
638
+ "group": "connector",
639
+ "binding": {
640
+ "key": "elementTemplateVersion",
641
+ "type": "zeebe:taskHeader"
642
+ },
643
+ "type": "Hidden"
644
+ },
645
+ {
646
+ "id": "id",
647
+ "label": "ID",
648
+ "description": "ID of the element template",
649
+ "value": "io.camunda.connectors.box",
650
+ "group": "connector",
651
+ "binding": {
652
+ "key": "elementTemplateId",
653
+ "type": "zeebe:taskHeader"
654
+ },
655
+ "type": "Hidden"
656
+ },
657
+ {
658
+ "id": "resultVariable",
659
+ "label": "Result variable",
660
+ "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>.",
661
+ "group": "output",
662
+ "binding": {
663
+ "key": "resultVariable",
664
+ "type": "zeebe:taskHeader"
665
+ },
666
+ "type": "String"
667
+ },
668
+ {
669
+ "id": "resultExpression",
670
+ "label": "Result expression",
671
+ "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>.",
672
+ "feel": "required",
673
+ "group": "output",
674
+ "binding": {
675
+ "key": "resultExpression",
676
+ "type": "zeebe:taskHeader"
677
+ },
678
+ "type": "Text"
679
+ },
680
+ {
681
+ "id": "errorExpression",
682
+ "label": "Error expression",
683
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
684
+ "feel": "required",
685
+ "group": "error",
686
+ "binding": {
687
+ "key": "errorExpression",
688
+ "type": "zeebe:taskHeader"
689
+ },
690
+ "type": "Text"
691
+ },
692
+ {
693
+ "id": "retryCount",
694
+ "label": "Retries",
695
+ "description": "Number of retries",
696
+ "value": "3",
697
+ "feel": "optional",
698
+ "group": "retries",
699
+ "binding": {
700
+ "property": "retries",
701
+ "type": "zeebe:taskDefinition"
702
+ },
703
+ "type": "String"
704
+ },
705
+ {
706
+ "id": "retryBackoff",
707
+ "label": "Retry backoff",
708
+ "description": "ISO-8601 duration to wait between retries",
709
+ "value": "PT0S",
710
+ "group": "retries",
711
+ "binding": {
712
+ "key": "retryBackoff",
713
+ "type": "zeebe:taskHeader"
714
+ },
715
+ "type": "String"
716
+ }
717
+ ],
718
+ "icon": {
719
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjY5MjkgMTEuMjAwMkMxNS44ODggMTEuNDczNCAxNS44NDkgMTEuODI0NiAxNS42MTQ4IDEyLjAxOTdDMTUuMzQxNyAxMi4yMTQ4IDE0Ljk1MTQgMTIuMTc1OCAxNC43NTYzIDExLjk0MTdMMTMuMzkwNCAxMC4xODU2TDEyLjA2MzYgMTEuOTAyNkMxMS44Njg1IDEyLjE3NTggMTEuNDc4MiAxMi4xNzU4IDExLjIwNTEgMTEuOTgwN0MxMC45MzE5IDExLjc4NTYgMTAuODkyOSAxMS40MzQzIDExLjA4OCAxMS4xNjEyTDEyLjY0OSA5LjEzMTkxTDExLjA4OCA3LjEwMjY0QzEwLjg5MjkgNi44Mjk0NyAxMC45NzA5IDYuNDM5MjMgMTEuMjA1MSA2LjI0NDFDMTEuNDc4MiA2LjA0ODk4IDExLjg2ODUgNi4xMjcwMyAxMi4wNjM2IDYuMzYxMThMMTMuMzkwNCA4LjExNzI4TDE0Ljc1NjMgNi40MzkyM0MxNC45NTE0IDYuMTY2MDYgMTUuMzAyNiA2LjEyNzAzIDE1LjYxNDggNi4zMjIxNUMxNS44ODggNi41MTcyOCAxNS44ODggNi45MDc1MiAxNS42OTI5IDcuMTgwNjlMMTQuMTcwOSA5LjE3MDkzTDE1LjY5MjkgMTEuMjAwMlpNOC41OTA0NCAxMC45NjYxQzcuNTc1OCAxMC45NjYxIDYuNzU2MjkgMTAuMTg1NiA2Ljc1NjI5IDkuMTcwOTNDNi43NTYyOSA4LjE5NTMyIDcuNTc1OCA3LjM3NTgxIDguNTkwNDQgNy4zNzU4MUM5LjYwNTA3IDcuMzc1ODEgMTAuNDI0NiA4LjE5NTMyIDEwLjQyNDYgOS4xNzA5M0MxMC4zODU2IDEwLjE4NTYgOS41NjYwNSAxMC45NjYxIDguNTkwNDQgMTAuOTY2MVpNMy4yMDUwNyAxMC45NjYxQzIuMTkwNDQgMTAuOTY2MSAxLjM3MDkzIDEwLjE4NTYgMS4zNzA5MyA5LjE3MDkzQzEuMzcwOTMgOC4xOTUzMiAyLjE5MDQ0IDcuMzc1ODEgMy4yMDUwNyA3LjM3NTgxQzQuMjE5NzEgNy4zNzU4MSA1LjAzOTIyIDguMTk1MzIgNS4wMzkyMiA5LjE3MDkzQzUuMDM5MjIgMTAuMTg1NiA0LjIxOTcxIDEwLjk2NjEgMy4yMDUwNyAxMC45NjYxWk04LjU5MDQ0IDYuMjA1MDhDNy40NTg3MyA2LjIwNTA4IDYuNDQ0MSA2LjgyOTQ3IDUuOTM2NzggNy43NjYwNkM1LjQyOTQ2IDYuODI5NDcgNC40MTQ4MyA2LjIwNTA4IDMuMjQ0MSA2LjIwNTA4QzIuNTQxNjYgNi4yMDUwOCAxLjkxNzI3IDYuNDM5MjMgMS40MDk5NSA2Ljc5MDQ1VjQuMjkyODlDMS40MDk5NSAzLjk4MDY5IDEuMTM2NzggMy43MDc1MiAwLjgyNDU4NiAzLjcwNzUyQzAuNDczMzY2IDMuNzA3NTIgMC4yMDAxOTUgMy45ODA2OSAwLjIwMDE5NSA0LjI5Mjg5VjkuMjA5OTZDMC4yMzkyMiAxMC44NDkgMS41NjYwNSAxMi4xMzY4IDMuMjA1MDcgMTIuMTM2OEM0LjM3NTggMTIuMTM2OCA1LjM5MDQ0IDExLjQ3MzQgNS44OTc3NiAxMC41MzY4QzYuNDA1MDcgMTEuNDczNCA3LjQxOTcxIDEyLjEzNjggOC41NTE0MSAxMi4xMzY4QzEwLjIyOTUgMTIuMTM2OCAxMS41OTUzIDEwLjgxIDExLjU5NTMgOS4xMzE5MUMxMS42MzQzIDcuNTMxOTEgMTAuMjY4NSA2LjIwNTA4IDguNTkwNDQgNi4yMDUwOFoiIGZpbGw9IiMwMDcxRjciLz4KPC9zdmc+Cg=="
720
+ }
721
+ },
2
722
  {
3
723
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
724
  "name": "Box Outbound Connector",
@@ -688,11 +1408,19 @@
688
1408
  "name": "Box Outbound Connector",
689
1409
  "id": "io.camunda.connectors.box",
690
1410
  "description": "Interact with the Box Document API",
691
- "metadata": {
692
- "keywords": []
693
- },
1411
+ "keywords": [
1412
+ "create folder",
1413
+ "delete folder",
1414
+ "upload file",
1415
+ "download file",
1416
+ "move file",
1417
+ "delete file",
1418
+ "search files",
1419
+ "file storage",
1420
+ "document management"
1421
+ ],
694
1422
  "documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/box/",
695
- "version": 2,
1423
+ "version": 3,
696
1424
  "category": {
697
1425
  "id": "connectors",
698
1426
  "name": "Connectors"
@@ -702,7 +1430,7 @@
702
1430
  "value": "bpmn:ServiceTask"
703
1431
  },
704
1432
  "engines": {
705
- "camunda": "^8.7"
1433
+ "camunda": "^8.10"
706
1434
  },
707
1435
  "groups": [
708
1436
  {
@@ -1100,15 +1828,199 @@
1100
1828
  "type": "String"
1101
1829
  },
1102
1830
  {
1103
- "id": "operation.uploadFileDocument",
1104
- "label": "Document reference",
1831
+ "id": "operation.document_documentSource",
1832
+ "label": "Document source",
1105
1833
  "description": "The document reference that will be uploaded",
1106
- "optional": false,
1834
+ "value": "camunda",
1835
+ "group": "operation",
1836
+ "binding": {
1837
+ "name": "operation.document_documentSource",
1838
+ "type": "zeebe:input"
1839
+ },
1840
+ "condition": {
1841
+ "property": "operation.type",
1842
+ "equals": "uploadFile",
1843
+ "type": "simple"
1844
+ },
1845
+ "type": "Dropdown",
1846
+ "choices": [
1847
+ {
1848
+ "name": "Camunda Document",
1849
+ "value": "camunda"
1850
+ },
1851
+ {
1852
+ "name": "Inline Content",
1853
+ "value": "inline"
1854
+ },
1855
+ {
1856
+ "name": "From URL",
1857
+ "value": "external"
1858
+ }
1859
+ ]
1860
+ },
1861
+ {
1862
+ "id": "operation.document_camundaReference",
1863
+ "label": "Camunda document",
1107
1864
  "constraints": {
1108
1865
  "notEmpty": true
1109
1866
  },
1110
1867
  "feel": "required",
1111
1868
  "group": "operation",
1869
+ "binding": {
1870
+ "name": "operation.document_camundaReference",
1871
+ "type": "zeebe:input"
1872
+ },
1873
+ "condition": {
1874
+ "allMatch": [
1875
+ {
1876
+ "property": "operation.document_documentSource",
1877
+ "equals": "camunda",
1878
+ "type": "simple"
1879
+ },
1880
+ {
1881
+ "property": "operation.type",
1882
+ "equals": "uploadFile",
1883
+ "type": "simple"
1884
+ }
1885
+ ]
1886
+ },
1887
+ "type": "String"
1888
+ },
1889
+ {
1890
+ "id": "operation.document_inline_content",
1891
+ "label": "Content",
1892
+ "constraints": {
1893
+ "notEmpty": true
1894
+ },
1895
+ "feel": "optional",
1896
+ "group": "operation",
1897
+ "binding": {
1898
+ "name": "operation.document_inline_content",
1899
+ "type": "zeebe:input"
1900
+ },
1901
+ "condition": {
1902
+ "allMatch": [
1903
+ {
1904
+ "property": "operation.document_documentSource",
1905
+ "equals": "inline",
1906
+ "type": "simple"
1907
+ },
1908
+ {
1909
+ "property": "operation.type",
1910
+ "equals": "uploadFile",
1911
+ "type": "simple"
1912
+ }
1913
+ ]
1914
+ },
1915
+ "type": "String"
1916
+ },
1917
+ {
1918
+ "id": "operation.document_inline_fileName",
1919
+ "label": "File name",
1920
+ "feel": "optional",
1921
+ "group": "operation",
1922
+ "binding": {
1923
+ "name": "operation.document_inline_fileName",
1924
+ "type": "zeebe:input"
1925
+ },
1926
+ "condition": {
1927
+ "allMatch": [
1928
+ {
1929
+ "property": "operation.document_documentSource",
1930
+ "equals": "inline",
1931
+ "type": "simple"
1932
+ },
1933
+ {
1934
+ "property": "operation.type",
1935
+ "equals": "uploadFile",
1936
+ "type": "simple"
1937
+ }
1938
+ ]
1939
+ },
1940
+ "type": "String"
1941
+ },
1942
+ {
1943
+ "id": "operation.document_inline_contentType",
1944
+ "label": "Content type",
1945
+ "feel": "optional",
1946
+ "group": "operation",
1947
+ "binding": {
1948
+ "name": "operation.document_inline_contentType",
1949
+ "type": "zeebe:input"
1950
+ },
1951
+ "condition": {
1952
+ "allMatch": [
1953
+ {
1954
+ "property": "operation.document_documentSource",
1955
+ "equals": "inline",
1956
+ "type": "simple"
1957
+ },
1958
+ {
1959
+ "property": "operation.type",
1960
+ "equals": "uploadFile",
1961
+ "type": "simple"
1962
+ }
1963
+ ]
1964
+ },
1965
+ "type": "String"
1966
+ },
1967
+ {
1968
+ "id": "operation.document_external_url",
1969
+ "label": "URL",
1970
+ "constraints": {
1971
+ "notEmpty": true
1972
+ },
1973
+ "feel": "optional",
1974
+ "group": "operation",
1975
+ "binding": {
1976
+ "name": "operation.document_external_url",
1977
+ "type": "zeebe:input"
1978
+ },
1979
+ "condition": {
1980
+ "allMatch": [
1981
+ {
1982
+ "property": "operation.document_documentSource",
1983
+ "equals": "external",
1984
+ "type": "simple"
1985
+ },
1986
+ {
1987
+ "property": "operation.type",
1988
+ "equals": "uploadFile",
1989
+ "type": "simple"
1990
+ }
1991
+ ]
1992
+ },
1993
+ "type": "String"
1994
+ },
1995
+ {
1996
+ "id": "operation.document_external_fileName",
1997
+ "label": "File name",
1998
+ "feel": "optional",
1999
+ "group": "operation",
2000
+ "binding": {
2001
+ "name": "operation.document_external_fileName",
2002
+ "type": "zeebe:input"
2003
+ },
2004
+ "condition": {
2005
+ "allMatch": [
2006
+ {
2007
+ "property": "operation.document_documentSource",
2008
+ "equals": "external",
2009
+ "type": "simple"
2010
+ },
2011
+ {
2012
+ "property": "operation.type",
2013
+ "equals": "uploadFile",
2014
+ "type": "simple"
2015
+ }
2016
+ ]
2017
+ },
2018
+ "type": "String"
2019
+ },
2020
+ {
2021
+ "id": "operation.uploadFileDocument",
2022
+ "value": "=if document_documentSource = \"camunda\" then document_camundaReference else if document_documentSource = \"inline\" then { \"camunda.document.type\": \"inline\", content: document_inline_content, name: document_inline_fileName, contentType: document_inline_contentType } else if document_documentSource = \"external\" then { \"camunda.document.type\": \"external\", url: document_external_url, name: document_external_fileName } else null",
2023
+ "group": "operation",
1112
2024
  "binding": {
1113
2025
  "name": "operation.document",
1114
2026
  "type": "zeebe:input"
@@ -1118,7 +2030,7 @@
1118
2030
  "equals": "uploadFile",
1119
2031
  "type": "simple"
1120
2032
  },
1121
- "type": "String"
2033
+ "type": "Hidden"
1122
2034
  },
1123
2035
  {
1124
2036
  "id": "operation.downloadFilePath",
@@ -1310,7 +2222,7 @@
1310
2222
  "id": "version",
1311
2223
  "label": "Version",
1312
2224
  "description": "Version of the element template",
1313
- "value": "2",
2225
+ "value": "3",
1314
2226
  "group": "connector",
1315
2227
  "binding": {
1316
2228
  "key": "elementTemplateVersion",
@@ -1333,7 +2245,7 @@
1333
2245
  {
1334
2246
  "id": "resultVariable",
1335
2247
  "label": "Result variable",
1336
- "description": "Name of variable to store the response in",
2248
+ "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>.",
1337
2249
  "group": "output",
1338
2250
  "binding": {
1339
2251
  "key": "resultVariable",
@@ -1344,7 +2256,7 @@
1344
2256
  {
1345
2257
  "id": "resultExpression",
1346
2258
  "label": "Result expression",
1347
- "description": "Expression to map the response into process variables",
2259
+ "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>.",
1348
2260
  "feel": "required",
1349
2261
  "group": "output",
1350
2262
  "binding": {