@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
@@ -1,4 +1,1795 @@
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": 5,
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.10"
30
+ },
31
+ "groups": [
32
+ {
33
+ "id": "operation",
34
+ "label": "Operation"
35
+ },
36
+ {
37
+ "id": "authentication",
38
+ "label": "Authentication"
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": "operation.type",
68
+ "label": "Operation",
69
+ "description": "The operation to execute.",
70
+ "value": "createFolder",
71
+ "group": "operation",
72
+ "binding": {
73
+ "name": "operation.type",
74
+ "type": "zeebe:input"
75
+ },
76
+ "type": "Dropdown",
77
+ "choices": [
78
+ {
79
+ "name": "Create Folder",
80
+ "value": "createFolder"
81
+ },
82
+ {
83
+ "name": "Delete Folder",
84
+ "value": "deleteFolder"
85
+ },
86
+ {
87
+ "name": "Upload File",
88
+ "value": "uploadFile"
89
+ },
90
+ {
91
+ "name": "Download File",
92
+ "value": "downloadFile"
93
+ },
94
+ {
95
+ "name": "Move File",
96
+ "value": "moveFile"
97
+ },
98
+ {
99
+ "name": "Delete File",
100
+ "value": "deleteFile"
101
+ },
102
+ {
103
+ "name": "Search",
104
+ "value": "search"
105
+ }
106
+ ]
107
+ },
108
+ {
109
+ "id": "operation.createFolderName",
110
+ "label": "Folder name",
111
+ "optional": false,
112
+ "constraints": {
113
+ "notEmpty": true
114
+ },
115
+ "feel": "optional",
116
+ "group": "operation",
117
+ "binding": {
118
+ "name": "operation.name",
119
+ "type": "zeebe:input"
120
+ },
121
+ "condition": {
122
+ "property": "operation.type",
123
+ "equals": "createFolder",
124
+ "type": "simple"
125
+ },
126
+ "type": "String"
127
+ },
128
+ {
129
+ "id": "operation.createFolderParentPath",
130
+ "label": "Parent path",
131
+ "optional": false,
132
+ "value": "/",
133
+ "constraints": {
134
+ "notEmpty": true
135
+ },
136
+ "feel": "optional",
137
+ "group": "operation",
138
+ "binding": {
139
+ "name": "operation.folderPath",
140
+ "type": "zeebe:input"
141
+ },
142
+ "condition": {
143
+ "property": "operation.type",
144
+ "equals": "createFolder",
145
+ "type": "simple"
146
+ },
147
+ "type": "String"
148
+ },
149
+ {
150
+ "id": "operation.deleteFolderPath",
151
+ "label": "Folder path",
152
+ "optional": false,
153
+ "constraints": {
154
+ "notEmpty": true
155
+ },
156
+ "feel": "optional",
157
+ "group": "operation",
158
+ "binding": {
159
+ "name": "operation.folderPath",
160
+ "type": "zeebe:input"
161
+ },
162
+ "condition": {
163
+ "property": "operation.type",
164
+ "equals": "deleteFolder",
165
+ "type": "simple"
166
+ },
167
+ "type": "String"
168
+ },
169
+ {
170
+ "id": "operation.recursive",
171
+ "label": "Recursive",
172
+ "optional": false,
173
+ "value": true,
174
+ "feel": "static",
175
+ "group": "operation",
176
+ "binding": {
177
+ "name": "operation.recursive",
178
+ "type": "zeebe:input"
179
+ },
180
+ "condition": {
181
+ "property": "operation.type",
182
+ "equals": "deleteFolder",
183
+ "type": "simple"
184
+ },
185
+ "tooltip": "Deletes all items contained by the folder",
186
+ "type": "Boolean"
187
+ },
188
+ {
189
+ "id": "operation.uploadFileName",
190
+ "label": "File name",
191
+ "optional": false,
192
+ "constraints": {
193
+ "notEmpty": true
194
+ },
195
+ "feel": "optional",
196
+ "group": "operation",
197
+ "binding": {
198
+ "name": "operation.name",
199
+ "type": "zeebe:input"
200
+ },
201
+ "condition": {
202
+ "property": "operation.type",
203
+ "equals": "uploadFile",
204
+ "type": "simple"
205
+ },
206
+ "type": "String"
207
+ },
208
+ {
209
+ "id": "operation.uploadFileFolderPath",
210
+ "label": "Folder path",
211
+ "optional": false,
212
+ "constraints": {
213
+ "notEmpty": true
214
+ },
215
+ "feel": "optional",
216
+ "group": "operation",
217
+ "binding": {
218
+ "name": "operation.folderPath",
219
+ "type": "zeebe:input"
220
+ },
221
+ "condition": {
222
+ "property": "operation.type",
223
+ "equals": "uploadFile",
224
+ "type": "simple"
225
+ },
226
+ "type": "String"
227
+ },
228
+ {
229
+ "id": "operation.document_documentSource",
230
+ "label": "Document source",
231
+ "value": "camunda",
232
+ "group": "operation",
233
+ "binding": {
234
+ "name": "operation.document_documentSource",
235
+ "type": "zeebe:input"
236
+ },
237
+ "condition": {
238
+ "property": "operation.type",
239
+ "equals": "uploadFile",
240
+ "type": "simple"
241
+ },
242
+ "tooltip": "The document reference that will be uploaded",
243
+ "type": "Dropdown",
244
+ "choices": [
245
+ {
246
+ "name": "Camunda Document",
247
+ "value": "camunda"
248
+ },
249
+ {
250
+ "name": "Inline Content",
251
+ "value": "inline"
252
+ },
253
+ {
254
+ "name": "From URL",
255
+ "value": "external"
256
+ }
257
+ ]
258
+ },
259
+ {
260
+ "id": "operation.document_camundaReference",
261
+ "label": "Camunda document",
262
+ "constraints": {
263
+ "notEmpty": true
264
+ },
265
+ "feel": "required",
266
+ "group": "operation",
267
+ "binding": {
268
+ "name": "operation.document_camundaReference",
269
+ "type": "zeebe:input"
270
+ },
271
+ "condition": {
272
+ "allMatch": [
273
+ {
274
+ "property": "operation.document_documentSource",
275
+ "equals": "camunda",
276
+ "type": "simple"
277
+ },
278
+ {
279
+ "property": "operation.type",
280
+ "equals": "uploadFile",
281
+ "type": "simple"
282
+ }
283
+ ]
284
+ },
285
+ "type": "String"
286
+ },
287
+ {
288
+ "id": "operation.document_inline_content",
289
+ "label": "Content",
290
+ "constraints": {
291
+ "notEmpty": true
292
+ },
293
+ "feel": "optional",
294
+ "group": "operation",
295
+ "binding": {
296
+ "name": "operation.document_inline_content",
297
+ "type": "zeebe:input"
298
+ },
299
+ "condition": {
300
+ "allMatch": [
301
+ {
302
+ "property": "operation.document_documentSource",
303
+ "equals": "inline",
304
+ "type": "simple"
305
+ },
306
+ {
307
+ "property": "operation.type",
308
+ "equals": "uploadFile",
309
+ "type": "simple"
310
+ }
311
+ ]
312
+ },
313
+ "type": "String"
314
+ },
315
+ {
316
+ "id": "operation.document_inline_fileName",
317
+ "label": "File name",
318
+ "feel": "optional",
319
+ "group": "operation",
320
+ "binding": {
321
+ "name": "operation.document_inline_fileName",
322
+ "type": "zeebe:input"
323
+ },
324
+ "condition": {
325
+ "allMatch": [
326
+ {
327
+ "property": "operation.document_documentSource",
328
+ "equals": "inline",
329
+ "type": "simple"
330
+ },
331
+ {
332
+ "property": "operation.type",
333
+ "equals": "uploadFile",
334
+ "type": "simple"
335
+ }
336
+ ]
337
+ },
338
+ "type": "String"
339
+ },
340
+ {
341
+ "id": "operation.document_inline_contentType",
342
+ "label": "Content type",
343
+ "feel": "optional",
344
+ "group": "operation",
345
+ "binding": {
346
+ "name": "operation.document_inline_contentType",
347
+ "type": "zeebe:input"
348
+ },
349
+ "condition": {
350
+ "allMatch": [
351
+ {
352
+ "property": "operation.document_documentSource",
353
+ "equals": "inline",
354
+ "type": "simple"
355
+ },
356
+ {
357
+ "property": "operation.type",
358
+ "equals": "uploadFile",
359
+ "type": "simple"
360
+ }
361
+ ]
362
+ },
363
+ "type": "String"
364
+ },
365
+ {
366
+ "id": "operation.document_external_url",
367
+ "label": "URL",
368
+ "constraints": {
369
+ "notEmpty": true
370
+ },
371
+ "feel": "optional",
372
+ "group": "operation",
373
+ "binding": {
374
+ "name": "operation.document_external_url",
375
+ "type": "zeebe:input"
376
+ },
377
+ "condition": {
378
+ "allMatch": [
379
+ {
380
+ "property": "operation.document_documentSource",
381
+ "equals": "external",
382
+ "type": "simple"
383
+ },
384
+ {
385
+ "property": "operation.type",
386
+ "equals": "uploadFile",
387
+ "type": "simple"
388
+ }
389
+ ]
390
+ },
391
+ "type": "String"
392
+ },
393
+ {
394
+ "id": "operation.document_external_fileName",
395
+ "label": "File name",
396
+ "feel": "optional",
397
+ "group": "operation",
398
+ "binding": {
399
+ "name": "operation.document_external_fileName",
400
+ "type": "zeebe:input"
401
+ },
402
+ "condition": {
403
+ "allMatch": [
404
+ {
405
+ "property": "operation.document_documentSource",
406
+ "equals": "external",
407
+ "type": "simple"
408
+ },
409
+ {
410
+ "property": "operation.type",
411
+ "equals": "uploadFile",
412
+ "type": "simple"
413
+ }
414
+ ]
415
+ },
416
+ "type": "String"
417
+ },
418
+ {
419
+ "id": "operation.uploadFileDocument",
420
+ "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",
421
+ "group": "operation",
422
+ "binding": {
423
+ "name": "operation.document",
424
+ "type": "zeebe:input"
425
+ },
426
+ "condition": {
427
+ "property": "operation.type",
428
+ "equals": "uploadFile",
429
+ "type": "simple"
430
+ },
431
+ "type": "Hidden"
432
+ },
433
+ {
434
+ "id": "operation.downloadFilePath",
435
+ "label": "File path",
436
+ "optional": false,
437
+ "feel": "optional",
438
+ "group": "operation",
439
+ "binding": {
440
+ "name": "operation.filePath",
441
+ "type": "zeebe:input"
442
+ },
443
+ "condition": {
444
+ "property": "operation.type",
445
+ "equals": "downloadFile",
446
+ "type": "simple"
447
+ },
448
+ "tooltip": "Path to the file item to download",
449
+ "type": "String"
450
+ },
451
+ {
452
+ "id": "documentReturnFormat",
453
+ "label": "Response format",
454
+ "value": "DOCUMENT",
455
+ "group": "operation",
456
+ "binding": {
457
+ "name": "documentReturnFormat.choice",
458
+ "type": "zeebe:input"
459
+ },
460
+ "condition": {
461
+ "property": "operation.type",
462
+ "equals": "downloadFile",
463
+ "type": "simple"
464
+ },
465
+ "tooltip": "How the downloaded payload should be returned. Document reference uploads the payload to the document store; as text decodes it as a String; as JSON parses it into a structure you can access via dot notation.",
466
+ "type": "Dropdown",
467
+ "choices": [
468
+ {
469
+ "name": "Document reference",
470
+ "value": "DOCUMENT"
471
+ },
472
+ {
473
+ "name": "as text",
474
+ "value": "TEXT"
475
+ },
476
+ {
477
+ "name": "as JSON",
478
+ "value": "JSON"
479
+ }
480
+ ]
481
+ },
482
+ {
483
+ "id": "documentReturnFormatEncoding",
484
+ "label": "Encoding",
485
+ "description": "Character set used to decode the response. Default UTF-8.",
486
+ "value": "UTF-8",
487
+ "feel": "optional",
488
+ "group": "operation",
489
+ "binding": {
490
+ "name": "documentReturnFormat.encoding",
491
+ "type": "zeebe:input"
492
+ },
493
+ "condition": {
494
+ "allMatch": [
495
+ {
496
+ "property": "documentReturnFormat",
497
+ "equals": "TEXT",
498
+ "type": "simple"
499
+ },
500
+ {
501
+ "property": "operation.type",
502
+ "equals": "downloadFile",
503
+ "type": "simple"
504
+ }
505
+ ]
506
+ },
507
+ "type": "String"
508
+ },
509
+ {
510
+ "id": "operation.moveFilePath",
511
+ "label": "File path",
512
+ "optional": false,
513
+ "constraints": {
514
+ "notEmpty": true
515
+ },
516
+ "feel": "optional",
517
+ "group": "operation",
518
+ "binding": {
519
+ "name": "operation.filePath",
520
+ "type": "zeebe:input"
521
+ },
522
+ "condition": {
523
+ "property": "operation.type",
524
+ "equals": "moveFile",
525
+ "type": "simple"
526
+ },
527
+ "type": "String"
528
+ },
529
+ {
530
+ "id": "operation.moveFileFolderPath",
531
+ "label": "Target folder path",
532
+ "optional": false,
533
+ "constraints": {
534
+ "notEmpty": true
535
+ },
536
+ "feel": "optional",
537
+ "group": "operation",
538
+ "binding": {
539
+ "name": "operation.folderPath",
540
+ "type": "zeebe:input"
541
+ },
542
+ "condition": {
543
+ "property": "operation.type",
544
+ "equals": "moveFile",
545
+ "type": "simple"
546
+ },
547
+ "type": "String"
548
+ },
549
+ {
550
+ "id": "operation.deleteFilePath",
551
+ "label": "File path",
552
+ "optional": false,
553
+ "constraints": {
554
+ "notEmpty": true
555
+ },
556
+ "feel": "optional",
557
+ "group": "operation",
558
+ "binding": {
559
+ "name": "operation.filePath",
560
+ "type": "zeebe:input"
561
+ },
562
+ "condition": {
563
+ "property": "operation.type",
564
+ "equals": "deleteFile",
565
+ "type": "simple"
566
+ },
567
+ "type": "String"
568
+ },
569
+ {
570
+ "id": "operation.searchQuery",
571
+ "label": "Search query",
572
+ "optional": false,
573
+ "constraints": {
574
+ "notEmpty": true
575
+ },
576
+ "feel": "optional",
577
+ "group": "operation",
578
+ "binding": {
579
+ "name": "operation.query",
580
+ "type": "zeebe:input"
581
+ },
582
+ "condition": {
583
+ "property": "operation.type",
584
+ "equals": "search",
585
+ "type": "simple"
586
+ },
587
+ "type": "String"
588
+ },
589
+ {
590
+ "id": "operation.searchSortColumn",
591
+ "label": "Search sort column",
592
+ "optional": false,
593
+ "value": "modified_at",
594
+ "constraints": {
595
+ "notEmpty": true
596
+ },
597
+ "feel": "optional",
598
+ "group": "operation",
599
+ "binding": {
600
+ "name": "operation.sortColumn",
601
+ "type": "zeebe:input"
602
+ },
603
+ "condition": {
604
+ "property": "operation.type",
605
+ "equals": "search",
606
+ "type": "simple"
607
+ },
608
+ "type": "String"
609
+ },
610
+ {
611
+ "id": "operation.searchSortDirection",
612
+ "label": "Search sort direction",
613
+ "optional": false,
614
+ "value": "DESC",
615
+ "group": "operation",
616
+ "binding": {
617
+ "name": "operation.sortDirection",
618
+ "type": "zeebe:input"
619
+ },
620
+ "condition": {
621
+ "property": "operation.type",
622
+ "equals": "search",
623
+ "type": "simple"
624
+ },
625
+ "tooltip": "Sort order for results: ASC (ascending) or DESC (descending)",
626
+ "type": "Dropdown",
627
+ "choices": [
628
+ {
629
+ "name": "ASC",
630
+ "value": "ASC"
631
+ },
632
+ {
633
+ "name": "DESC",
634
+ "value": "DESC"
635
+ }
636
+ ]
637
+ },
638
+ {
639
+ "id": "operation.searchOffset",
640
+ "label": "Search offset",
641
+ "optional": false,
642
+ "value": 0,
643
+ "feel": "static",
644
+ "group": "operation",
645
+ "binding": {
646
+ "name": "operation.offset",
647
+ "type": "zeebe:input"
648
+ },
649
+ "condition": {
650
+ "property": "operation.type",
651
+ "equals": "search",
652
+ "type": "simple"
653
+ },
654
+ "type": "Number"
655
+ },
656
+ {
657
+ "id": "operation.searchLimit",
658
+ "label": "Search limit",
659
+ "optional": false,
660
+ "value": 30,
661
+ "feel": "static",
662
+ "group": "operation",
663
+ "binding": {
664
+ "name": "operation.limit",
665
+ "type": "zeebe:input"
666
+ },
667
+ "condition": {
668
+ "property": "operation.type",
669
+ "equals": "search",
670
+ "type": "simple"
671
+ },
672
+ "type": "Number"
673
+ },
674
+ {
675
+ "id": "authentication.type",
676
+ "label": "Authentication",
677
+ "description": "Specify authentication strategy. Learn more at the <a href=\"https://developer.box.com/guides/authentication/\" target=\"_blank\">documentation page</a>",
678
+ "value": "developerToken",
679
+ "group": "authentication",
680
+ "binding": {
681
+ "name": "authentication.type",
682
+ "type": "zeebe:input"
683
+ },
684
+ "type": "Dropdown",
685
+ "choices": [
686
+ {
687
+ "name": "Client Credentials Enterprise",
688
+ "value": "clientCredentialsEnterprise"
689
+ },
690
+ {
691
+ "name": "Client Credentials User",
692
+ "value": "clientCredentialsUser"
693
+ },
694
+ {
695
+ "name": "Developer token",
696
+ "value": "developerToken"
697
+ },
698
+ {
699
+ "name": "JWT JSON Config",
700
+ "value": "jwtJsonConfig"
701
+ }
702
+ ]
703
+ },
704
+ {
705
+ "id": "authentication.clientIdEnterprise",
706
+ "label": "Client id",
707
+ "optional": false,
708
+ "constraints": {
709
+ "notEmpty": true
710
+ },
711
+ "feel": "optional",
712
+ "group": "authentication",
713
+ "binding": {
714
+ "name": "authentication.clientId",
715
+ "type": "zeebe:input"
716
+ },
717
+ "condition": {
718
+ "property": "authentication.type",
719
+ "equals": "clientCredentialsEnterprise",
720
+ "type": "simple"
721
+ },
722
+ "type": "String"
723
+ },
724
+ {
725
+ "id": "authentication.clientSecretEnterprise",
726
+ "label": "Client secret",
727
+ "optional": false,
728
+ "constraints": {
729
+ "notEmpty": true
730
+ },
731
+ "feel": "optional",
732
+ "group": "authentication",
733
+ "binding": {
734
+ "name": "authentication.clientSecret",
735
+ "type": "zeebe:input"
736
+ },
737
+ "condition": {
738
+ "property": "authentication.type",
739
+ "equals": "clientCredentialsEnterprise",
740
+ "type": "simple"
741
+ },
742
+ "type": "String"
743
+ },
744
+ {
745
+ "id": "authentication.enterpriseId",
746
+ "label": "Enterprise ID",
747
+ "optional": false,
748
+ "constraints": {
749
+ "notEmpty": true
750
+ },
751
+ "feel": "optional",
752
+ "group": "authentication",
753
+ "binding": {
754
+ "name": "authentication.enterpriseId",
755
+ "type": "zeebe:input"
756
+ },
757
+ "condition": {
758
+ "property": "authentication.type",
759
+ "equals": "clientCredentialsEnterprise",
760
+ "type": "simple"
761
+ },
762
+ "tooltip": "The enterprise ID to authenticate against",
763
+ "type": "String"
764
+ },
765
+ {
766
+ "id": "authentication.clientIdUser",
767
+ "label": "Client id",
768
+ "optional": false,
769
+ "constraints": {
770
+ "notEmpty": true
771
+ },
772
+ "feel": "optional",
773
+ "group": "authentication",
774
+ "binding": {
775
+ "name": "authentication.clientId",
776
+ "type": "zeebe:input"
777
+ },
778
+ "condition": {
779
+ "property": "authentication.type",
780
+ "equals": "clientCredentialsUser",
781
+ "type": "simple"
782
+ },
783
+ "type": "String"
784
+ },
785
+ {
786
+ "id": "authentication.clientSecretUser",
787
+ "label": "Client secret",
788
+ "optional": false,
789
+ "constraints": {
790
+ "notEmpty": true
791
+ },
792
+ "feel": "optional",
793
+ "group": "authentication",
794
+ "binding": {
795
+ "name": "authentication.clientSecret",
796
+ "type": "zeebe:input"
797
+ },
798
+ "condition": {
799
+ "property": "authentication.type",
800
+ "equals": "clientCredentialsUser",
801
+ "type": "simple"
802
+ },
803
+ "type": "String"
804
+ },
805
+ {
806
+ "id": "authentication.userId",
807
+ "label": "User ID",
808
+ "optional": false,
809
+ "constraints": {
810
+ "notEmpty": true
811
+ },
812
+ "feel": "optional",
813
+ "group": "authentication",
814
+ "binding": {
815
+ "name": "authentication.userId",
816
+ "type": "zeebe:input"
817
+ },
818
+ "condition": {
819
+ "property": "authentication.type",
820
+ "equals": "clientCredentialsUser",
821
+ "type": "simple"
822
+ },
823
+ "tooltip": "The user ID of the account to authenticate against",
824
+ "type": "String"
825
+ },
826
+ {
827
+ "id": "authentication.accessToken",
828
+ "label": "Access key",
829
+ "optional": false,
830
+ "constraints": {
831
+ "notEmpty": true
832
+ },
833
+ "feel": "optional",
834
+ "group": "authentication",
835
+ "binding": {
836
+ "name": "authentication.accessToken",
837
+ "type": "zeebe:input"
838
+ },
839
+ "condition": {
840
+ "property": "authentication.type",
841
+ "equals": "developerToken",
842
+ "type": "simple"
843
+ },
844
+ "tooltip": "The access key or developer token",
845
+ "type": "String"
846
+ },
847
+ {
848
+ "id": "authentication.jsonConfig",
849
+ "label": "JSON config",
850
+ "optional": false,
851
+ "constraints": {
852
+ "notEmpty": true
853
+ },
854
+ "feel": "optional",
855
+ "group": "authentication",
856
+ "binding": {
857
+ "name": "authentication.jsonConfig",
858
+ "type": "zeebe:input"
859
+ },
860
+ "condition": {
861
+ "property": "authentication.type",
862
+ "equals": "jwtJsonConfig",
863
+ "type": "simple"
864
+ },
865
+ "tooltip": "The JSON config as string",
866
+ "type": "String"
867
+ },
868
+ {
869
+ "id": "version",
870
+ "label": "Version",
871
+ "description": "Version of the element template",
872
+ "value": "5",
873
+ "group": "connector",
874
+ "binding": {
875
+ "key": "elementTemplateVersion",
876
+ "type": "zeebe:taskHeader"
877
+ },
878
+ "type": "Hidden"
879
+ },
880
+ {
881
+ "id": "id",
882
+ "label": "ID",
883
+ "description": "ID of the element template",
884
+ "value": "io.camunda.connectors.box",
885
+ "group": "connector",
886
+ "binding": {
887
+ "key": "elementTemplateId",
888
+ "type": "zeebe:taskHeader"
889
+ },
890
+ "type": "Hidden"
891
+ },
892
+ {
893
+ "id": "resultVariable",
894
+ "label": "Result variable",
895
+ "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>.",
896
+ "group": "output",
897
+ "binding": {
898
+ "key": "resultVariable",
899
+ "type": "zeebe:taskHeader"
900
+ },
901
+ "type": "String"
902
+ },
903
+ {
904
+ "id": "resultExpression",
905
+ "label": "Result expression",
906
+ "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>.",
907
+ "feel": "required",
908
+ "group": "output",
909
+ "binding": {
910
+ "key": "resultExpression",
911
+ "type": "zeebe:taskHeader"
912
+ },
913
+ "type": "Text"
914
+ },
915
+ {
916
+ "id": "errorExpression",
917
+ "label": "Error expression",
918
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
919
+ "feel": "required",
920
+ "group": "error",
921
+ "binding": {
922
+ "key": "errorExpression",
923
+ "type": "zeebe:taskHeader"
924
+ },
925
+ "type": "Text"
926
+ },
927
+ {
928
+ "id": "retryCount",
929
+ "label": "Retries",
930
+ "description": "Number of retries",
931
+ "value": "3",
932
+ "feel": "optional",
933
+ "group": "retries",
934
+ "binding": {
935
+ "property": "retries",
936
+ "type": "zeebe:taskDefinition"
937
+ },
938
+ "type": "String"
939
+ },
940
+ {
941
+ "id": "retryBackoff",
942
+ "label": "Retry backoff",
943
+ "description": "ISO-8601 duration to wait between retries",
944
+ "value": "PT30S",
945
+ "group": "retries",
946
+ "binding": {
947
+ "key": "retryBackoff",
948
+ "type": "zeebe:taskHeader"
949
+ },
950
+ "type": "String"
951
+ }
952
+ ],
953
+ "steps": [
954
+ {
955
+ "name": "Create Folder",
956
+ "description": "Create a new folder in Box",
957
+ "keywords": [
958
+ "create folder",
959
+ "new folder",
960
+ "add directory",
961
+ "make folder"
962
+ ],
963
+ "presetId": "type_createFolder"
964
+ },
965
+ {
966
+ "name": "Delete Folder",
967
+ "description": "Delete a folder from Box",
968
+ "keywords": [
969
+ "delete folder",
970
+ "remove folder",
971
+ "trash folder",
972
+ "erase directory"
973
+ ],
974
+ "presetId": "type_deleteFolder"
975
+ },
976
+ {
977
+ "name": "Upload File",
978
+ "description": "Upload a file to Box",
979
+ "keywords": [
980
+ "upload file",
981
+ "store file",
982
+ "save document",
983
+ "put file",
984
+ "publish file"
985
+ ],
986
+ "presetId": "type_uploadFile"
987
+ },
988
+ {
989
+ "name": "Download File",
990
+ "description": "Download a file from Box",
991
+ "keywords": [
992
+ "download file",
993
+ "get file",
994
+ "fetch file",
995
+ "retrieve document",
996
+ "export file"
997
+ ],
998
+ "presetId": "type_downloadFile"
999
+ },
1000
+ {
1001
+ "name": "Move File",
1002
+ "description": "Move a file to a different folder in Box",
1003
+ "keywords": ["move file", "relocate file", "transfer file", "cut file"],
1004
+ "presetId": "type_moveFile"
1005
+ },
1006
+ {
1007
+ "name": "Delete File",
1008
+ "description": "Delete a file from Box",
1009
+ "keywords": ["delete file", "remove file", "erase file", "trash file"],
1010
+ "presetId": "type_deleteFile"
1011
+ },
1012
+ {
1013
+ "name": "Search",
1014
+ "description": "Search for files and folders in Box",
1015
+ "keywords": [
1016
+ "search",
1017
+ "find files",
1018
+ "look up content",
1019
+ "query files",
1020
+ "locate documents"
1021
+ ],
1022
+ "presetId": "type_search"
1023
+ }
1024
+ ],
1025
+ "presets": [
1026
+ {
1027
+ "id": "type_createFolder",
1028
+ "properties": {
1029
+ "operation.type": "createFolder"
1030
+ }
1031
+ },
1032
+ {
1033
+ "id": "type_deleteFolder",
1034
+ "properties": {
1035
+ "operation.type": "deleteFolder"
1036
+ }
1037
+ },
1038
+ {
1039
+ "id": "type_uploadFile",
1040
+ "properties": {
1041
+ "operation.type": "uploadFile"
1042
+ }
1043
+ },
1044
+ {
1045
+ "id": "type_downloadFile",
1046
+ "properties": {
1047
+ "operation.type": "downloadFile"
1048
+ }
1049
+ },
1050
+ {
1051
+ "id": "type_moveFile",
1052
+ "properties": {
1053
+ "operation.type": "moveFile"
1054
+ }
1055
+ },
1056
+ {
1057
+ "id": "type_deleteFile",
1058
+ "properties": {
1059
+ "operation.type": "deleteFile"
1060
+ }
1061
+ },
1062
+ {
1063
+ "id": "type_search",
1064
+ "properties": {
1065
+ "operation.type": "search"
1066
+ }
1067
+ }
1068
+ ],
1069
+ "icon": {
1070
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjY5MjkgMTEuMjAwMkMxNS44ODggMTEuNDczNCAxNS44NDkgMTEuODI0NiAxNS42MTQ4IDEyLjAxOTdDMTUuMzQxNyAxMi4yMTQ4IDE0Ljk1MTQgMTIuMTc1OCAxNC43NTYzIDExLjk0MTdMMTMuMzkwNCAxMC4xODU2TDEyLjA2MzYgMTEuOTAyNkMxMS44Njg1IDEyLjE3NTggMTEuNDc4MiAxMi4xNzU4IDExLjIwNTEgMTEuOTgwN0MxMC45MzE5IDExLjc4NTYgMTAuODkyOSAxMS40MzQzIDExLjA4OCAxMS4xNjEyTDEyLjY0OSA5LjEzMTkxTDExLjA4OCA3LjEwMjY0QzEwLjg5MjkgNi44Mjk0NyAxMC45NzA5IDYuNDM5MjMgMTEuMjA1MSA2LjI0NDFDMTEuNDc4MiA2LjA0ODk4IDExLjg2ODUgNi4xMjcwMyAxMi4wNjM2IDYuMzYxMThMMTMuMzkwNCA4LjExNzI4TDE0Ljc1NjMgNi40MzkyM0MxNC45NTE0IDYuMTY2MDYgMTUuMzAyNiA2LjEyNzAzIDE1LjYxNDggNi4zMjIxNUMxNS44ODggNi41MTcyOCAxNS44ODggNi45MDc1MiAxNS42OTI5IDcuMTgwNjlMMTQuMTcwOSA5LjE3MDkzTDE1LjY5MjkgMTEuMjAwMlpNOC41OTA0NCAxMC45NjYxQzcuNTc1OCAxMC45NjYxIDYuNzU2MjkgMTAuMTg1NiA2Ljc1NjI5IDkuMTcwOTNDNi43NTYyOSA4LjE5NTMyIDcuNTc1OCA3LjM3NTgxIDguNTkwNDQgNy4zNzU4MUM5LjYwNTA3IDcuMzc1ODEgMTAuNDI0NiA4LjE5NTMyIDEwLjQyNDYgOS4xNzA5M0MxMC4zODU2IDEwLjE4NTYgOS41NjYwNSAxMC45NjYxIDguNTkwNDQgMTAuOTY2MVpNMy4yMDUwNyAxMC45NjYxQzIuMTkwNDQgMTAuOTY2MSAxLjM3MDkzIDEwLjE4NTYgMS4zNzA5MyA5LjE3MDkzQzEuMzcwOTMgOC4xOTUzMiAyLjE5MDQ0IDcuMzc1ODEgMy4yMDUwNyA3LjM3NTgxQzQuMjE5NzEgNy4zNzU4MSA1LjAzOTIyIDguMTk1MzIgNS4wMzkyMiA5LjE3MDkzQzUuMDM5MjIgMTAuMTg1NiA0LjIxOTcxIDEwLjk2NjEgMy4yMDUwNyAxMC45NjYxWk04LjU5MDQ0IDYuMjA1MDhDNy40NTg3MyA2LjIwNTA4IDYuNDQ0MSA2LjgyOTQ3IDUuOTM2NzggNy43NjYwNkM1LjQyOTQ2IDYuODI5NDcgNC40MTQ4MyA2LjIwNTA4IDMuMjQ0MSA2LjIwNTA4QzIuNTQxNjYgNi4yMDUwOCAxLjkxNzI3IDYuNDM5MjMgMS40MDk5NSA2Ljc5MDQ1VjQuMjkyODlDMS40MDk5NSAzLjk4MDY5IDEuMTM2NzggMy43MDc1MiAwLjgyNDU4NiAzLjcwNzUyQzAuNDczMzY2IDMuNzA3NTIgMC4yMDAxOTUgMy45ODA2OSAwLjIwMDE5NSA0LjI5Mjg5VjkuMjA5OTZDMC4yMzkyMiAxMC44NDkgMS41NjYwNSAxMi4xMzY4IDMuMjA1MDcgMTIuMTM2OEM0LjM3NTggMTIuMTM2OCA1LjM5MDQ0IDExLjQ3MzQgNS44OTc3NiAxMC41MzY4QzYuNDA1MDcgMTEuNDczNCA3LjQxOTcxIDEyLjEzNjggOC41NTE0MSAxMi4xMzY4QzEwLjIyOTUgMTIuMTM2OCAxMS41OTUzIDEwLjgxIDExLjU5NTMgOS4xMzE5MUMxMS42MzQzIDcuNTMxOTEgMTAuMjY4NSA2LjIwNTA4IDguNTkwNDQgNi4yMDUwOFoiIGZpbGw9IiMwMDcxRjciLz4KPC9zdmc+Cg=="
1071
+ }
1072
+ },
1073
+ {
1074
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1075
+ "name": "Box Outbound Connector",
1076
+ "id": "io.camunda.connectors.box",
1077
+ "description": "Interact with the Box Document API",
1078
+ "keywords": [
1079
+ "create folder",
1080
+ "delete folder",
1081
+ "upload file",
1082
+ "download file",
1083
+ "move file",
1084
+ "delete file",
1085
+ "search files",
1086
+ "file storage",
1087
+ "document management"
1088
+ ],
1089
+ "documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/box/",
1090
+ "version": 2,
1091
+ "category": {
1092
+ "id": "connectors",
1093
+ "name": "Connectors"
1094
+ },
1095
+ "appliesTo": ["bpmn:Task"],
1096
+ "elementType": {
1097
+ "value": "bpmn:ServiceTask"
1098
+ },
1099
+ "engines": {
1100
+ "camunda": "^8.7"
1101
+ },
1102
+ "groups": [
1103
+ {
1104
+ "id": "authentication",
1105
+ "label": "Authentication"
1106
+ },
1107
+ {
1108
+ "id": "operation",
1109
+ "label": "Operation"
1110
+ },
1111
+ {
1112
+ "id": "connector",
1113
+ "label": "Connector"
1114
+ },
1115
+ {
1116
+ "id": "output",
1117
+ "label": "Output mapping"
1118
+ },
1119
+ {
1120
+ "id": "error",
1121
+ "label": "Error handling"
1122
+ },
1123
+ {
1124
+ "id": "retries",
1125
+ "label": "Retries"
1126
+ }
1127
+ ],
1128
+ "properties": [
1129
+ {
1130
+ "value": "io.camunda:box:1",
1131
+ "binding": {
1132
+ "property": "type",
1133
+ "type": "zeebe:taskDefinition"
1134
+ },
1135
+ "type": "Hidden"
1136
+ },
1137
+ {
1138
+ "id": "authentication.type",
1139
+ "label": "Authentication",
1140
+ "description": "Specify authentication strategy. Learn more at the <a href=\"https://developer.box.com/guides/authentication/\" target=\"_blank\">documentation page</a>",
1141
+ "value": "developerToken",
1142
+ "group": "authentication",
1143
+ "binding": {
1144
+ "name": "authentication.type",
1145
+ "type": "zeebe:input"
1146
+ },
1147
+ "type": "Dropdown",
1148
+ "choices": [
1149
+ {
1150
+ "name": "Client Credentials Enterprise",
1151
+ "value": "clientCredentialsEnterprise"
1152
+ },
1153
+ {
1154
+ "name": "Client Credentials User",
1155
+ "value": "clientCredentialsUser"
1156
+ },
1157
+ {
1158
+ "name": "Developer token",
1159
+ "value": "developerToken"
1160
+ },
1161
+ {
1162
+ "name": "JWT JSON Config",
1163
+ "value": "jwtJsonConfig"
1164
+ }
1165
+ ]
1166
+ },
1167
+ {
1168
+ "id": "authentication.clientIdEnterprise",
1169
+ "label": "Client id",
1170
+ "description": "The client id",
1171
+ "optional": false,
1172
+ "constraints": {
1173
+ "notEmpty": true
1174
+ },
1175
+ "feel": "optional",
1176
+ "group": "authentication",
1177
+ "binding": {
1178
+ "name": "authentication.clientId",
1179
+ "type": "zeebe:input"
1180
+ },
1181
+ "condition": {
1182
+ "property": "authentication.type",
1183
+ "equals": "clientCredentialsEnterprise",
1184
+ "type": "simple"
1185
+ },
1186
+ "type": "String"
1187
+ },
1188
+ {
1189
+ "id": "authentication.clientSecretEnterprise",
1190
+ "label": "Client secret",
1191
+ "description": "The client secret",
1192
+ "optional": false,
1193
+ "constraints": {
1194
+ "notEmpty": true
1195
+ },
1196
+ "feel": "optional",
1197
+ "group": "authentication",
1198
+ "binding": {
1199
+ "name": "authentication.clientSecret",
1200
+ "type": "zeebe:input"
1201
+ },
1202
+ "condition": {
1203
+ "property": "authentication.type",
1204
+ "equals": "clientCredentialsEnterprise",
1205
+ "type": "simple"
1206
+ },
1207
+ "type": "String"
1208
+ },
1209
+ {
1210
+ "id": "authentication.enterpriseId",
1211
+ "label": "Enterprise ID",
1212
+ "description": "The enterprise ID to authenticate against",
1213
+ "optional": false,
1214
+ "constraints": {
1215
+ "notEmpty": true
1216
+ },
1217
+ "feel": "optional",
1218
+ "group": "authentication",
1219
+ "binding": {
1220
+ "name": "authentication.enterpriseId",
1221
+ "type": "zeebe:input"
1222
+ },
1223
+ "condition": {
1224
+ "property": "authentication.type",
1225
+ "equals": "clientCredentialsEnterprise",
1226
+ "type": "simple"
1227
+ },
1228
+ "type": "String"
1229
+ },
1230
+ {
1231
+ "id": "authentication.clientIdUser",
1232
+ "label": "Client id",
1233
+ "description": "The client id",
1234
+ "optional": false,
1235
+ "constraints": {
1236
+ "notEmpty": true
1237
+ },
1238
+ "feel": "optional",
1239
+ "group": "authentication",
1240
+ "binding": {
1241
+ "name": "authentication.clientId",
1242
+ "type": "zeebe:input"
1243
+ },
1244
+ "condition": {
1245
+ "property": "authentication.type",
1246
+ "equals": "clientCredentialsUser",
1247
+ "type": "simple"
1248
+ },
1249
+ "type": "String"
1250
+ },
1251
+ {
1252
+ "id": "authentication.clientSecretUser",
1253
+ "label": "Client secret",
1254
+ "description": "The client secret",
1255
+ "optional": false,
1256
+ "constraints": {
1257
+ "notEmpty": true
1258
+ },
1259
+ "feel": "optional",
1260
+ "group": "authentication",
1261
+ "binding": {
1262
+ "name": "authentication.clientSecret",
1263
+ "type": "zeebe:input"
1264
+ },
1265
+ "condition": {
1266
+ "property": "authentication.type",
1267
+ "equals": "clientCredentialsUser",
1268
+ "type": "simple"
1269
+ },
1270
+ "type": "String"
1271
+ },
1272
+ {
1273
+ "id": "authentication.userId",
1274
+ "label": "User ID",
1275
+ "description": "The user ID to of the account to authenticate against",
1276
+ "optional": false,
1277
+ "constraints": {
1278
+ "notEmpty": true
1279
+ },
1280
+ "feel": "optional",
1281
+ "group": "authentication",
1282
+ "binding": {
1283
+ "name": "authentication.userId",
1284
+ "type": "zeebe:input"
1285
+ },
1286
+ "condition": {
1287
+ "property": "authentication.type",
1288
+ "equals": "clientCredentialsUser",
1289
+ "type": "simple"
1290
+ },
1291
+ "type": "String"
1292
+ },
1293
+ {
1294
+ "id": "authentication.accessToken",
1295
+ "label": "Access key",
1296
+ "description": "The access key or developer token",
1297
+ "optional": false,
1298
+ "constraints": {
1299
+ "notEmpty": true
1300
+ },
1301
+ "feel": "optional",
1302
+ "group": "authentication",
1303
+ "binding": {
1304
+ "name": "authentication.accessToken",
1305
+ "type": "zeebe:input"
1306
+ },
1307
+ "condition": {
1308
+ "property": "authentication.type",
1309
+ "equals": "developerToken",
1310
+ "type": "simple"
1311
+ },
1312
+ "type": "String"
1313
+ },
1314
+ {
1315
+ "id": "authentication.jsonConfig",
1316
+ "label": "JSON config",
1317
+ "description": "The JSON config as string",
1318
+ "optional": false,
1319
+ "constraints": {
1320
+ "notEmpty": true
1321
+ },
1322
+ "feel": "optional",
1323
+ "group": "authentication",
1324
+ "binding": {
1325
+ "name": "authentication.jsonConfig",
1326
+ "type": "zeebe:input"
1327
+ },
1328
+ "condition": {
1329
+ "property": "authentication.type",
1330
+ "equals": "jwtJsonConfig",
1331
+ "type": "simple"
1332
+ },
1333
+ "type": "String"
1334
+ },
1335
+ {
1336
+ "id": "operation.type",
1337
+ "label": "Operation",
1338
+ "description": "The operation to execute.",
1339
+ "value": "createFolder",
1340
+ "group": "operation",
1341
+ "binding": {
1342
+ "name": "operation.type",
1343
+ "type": "zeebe:input"
1344
+ },
1345
+ "type": "Dropdown",
1346
+ "choices": [
1347
+ {
1348
+ "name": "Create Folder",
1349
+ "value": "createFolder"
1350
+ },
1351
+ {
1352
+ "name": "Delete Folder",
1353
+ "value": "deleteFolder"
1354
+ },
1355
+ {
1356
+ "name": "Upload File",
1357
+ "value": "uploadFile"
1358
+ },
1359
+ {
1360
+ "name": "Download File",
1361
+ "value": "downloadFile"
1362
+ },
1363
+ {
1364
+ "name": "Move File",
1365
+ "value": "moveFile"
1366
+ },
1367
+ {
1368
+ "name": "Delete File",
1369
+ "value": "deleteFile"
1370
+ },
1371
+ {
1372
+ "name": "Search",
1373
+ "value": "search"
1374
+ }
1375
+ ]
1376
+ },
1377
+ {
1378
+ "id": "operation.createFolderName",
1379
+ "label": "Folder name",
1380
+ "optional": false,
1381
+ "constraints": {
1382
+ "notEmpty": true
1383
+ },
1384
+ "feel": "optional",
1385
+ "group": "operation",
1386
+ "binding": {
1387
+ "name": "operation.name",
1388
+ "type": "zeebe:input"
1389
+ },
1390
+ "condition": {
1391
+ "property": "operation.type",
1392
+ "equals": "createFolder",
1393
+ "type": "simple"
1394
+ },
1395
+ "type": "String"
1396
+ },
1397
+ {
1398
+ "id": "operation.createFolderParentPath",
1399
+ "label": "Parent path",
1400
+ "optional": false,
1401
+ "value": "/",
1402
+ "constraints": {
1403
+ "notEmpty": true
1404
+ },
1405
+ "feel": "optional",
1406
+ "group": "operation",
1407
+ "binding": {
1408
+ "name": "operation.folderPath",
1409
+ "type": "zeebe:input"
1410
+ },
1411
+ "condition": {
1412
+ "property": "operation.type",
1413
+ "equals": "createFolder",
1414
+ "type": "simple"
1415
+ },
1416
+ "type": "String"
1417
+ },
1418
+ {
1419
+ "id": "operation.deleteFolderPath",
1420
+ "label": "Folder path",
1421
+ "optional": false,
1422
+ "constraints": {
1423
+ "notEmpty": true
1424
+ },
1425
+ "feel": "optional",
1426
+ "group": "operation",
1427
+ "binding": {
1428
+ "name": "operation.folderPath",
1429
+ "type": "zeebe:input"
1430
+ },
1431
+ "condition": {
1432
+ "property": "operation.type",
1433
+ "equals": "deleteFolder",
1434
+ "type": "simple"
1435
+ },
1436
+ "type": "String"
1437
+ },
1438
+ {
1439
+ "id": "operation.recursive",
1440
+ "label": "Recursive",
1441
+ "description": "Deletes all items contained by the folder",
1442
+ "optional": false,
1443
+ "value": true,
1444
+ "feel": "static",
1445
+ "group": "operation",
1446
+ "binding": {
1447
+ "name": "operation.recursive",
1448
+ "type": "zeebe:input"
1449
+ },
1450
+ "condition": {
1451
+ "property": "operation.type",
1452
+ "equals": "deleteFolder",
1453
+ "type": "simple"
1454
+ },
1455
+ "type": "Boolean"
1456
+ },
1457
+ {
1458
+ "id": "operation.uploadFileName",
1459
+ "label": "File name",
1460
+ "optional": false,
1461
+ "constraints": {
1462
+ "notEmpty": true
1463
+ },
1464
+ "feel": "optional",
1465
+ "group": "operation",
1466
+ "binding": {
1467
+ "name": "operation.name",
1468
+ "type": "zeebe:input"
1469
+ },
1470
+ "condition": {
1471
+ "property": "operation.type",
1472
+ "equals": "uploadFile",
1473
+ "type": "simple"
1474
+ },
1475
+ "type": "String"
1476
+ },
1477
+ {
1478
+ "id": "operation.uploadFileFolderPath",
1479
+ "label": "Folder path",
1480
+ "optional": false,
1481
+ "constraints": {
1482
+ "notEmpty": true
1483
+ },
1484
+ "feel": "optional",
1485
+ "group": "operation",
1486
+ "binding": {
1487
+ "name": "operation.folderPath",
1488
+ "type": "zeebe:input"
1489
+ },
1490
+ "condition": {
1491
+ "property": "operation.type",
1492
+ "equals": "uploadFile",
1493
+ "type": "simple"
1494
+ },
1495
+ "type": "String"
1496
+ },
1497
+ {
1498
+ "id": "operation.uploadFileDocument",
1499
+ "label": "Document reference",
1500
+ "description": "The document reference that will be uploaded",
1501
+ "optional": false,
1502
+ "constraints": {
1503
+ "notEmpty": true
1504
+ },
1505
+ "feel": "required",
1506
+ "group": "operation",
1507
+ "binding": {
1508
+ "name": "operation.document",
1509
+ "type": "zeebe:input"
1510
+ },
1511
+ "condition": {
1512
+ "property": "operation.type",
1513
+ "equals": "uploadFile",
1514
+ "type": "simple"
1515
+ },
1516
+ "type": "String"
1517
+ },
1518
+ {
1519
+ "id": "operation.downloadFilePath",
1520
+ "label": "File path",
1521
+ "description": "Path to the file item to download",
1522
+ "optional": false,
1523
+ "feel": "optional",
1524
+ "group": "operation",
1525
+ "binding": {
1526
+ "name": "operation.filePath",
1527
+ "type": "zeebe:input"
1528
+ },
1529
+ "condition": {
1530
+ "property": "operation.type",
1531
+ "equals": "downloadFile",
1532
+ "type": "simple"
1533
+ },
1534
+ "type": "String"
1535
+ },
1536
+ {
1537
+ "id": "operation.moveFilePath",
1538
+ "label": "File path",
1539
+ "optional": false,
1540
+ "constraints": {
1541
+ "notEmpty": true
1542
+ },
1543
+ "feel": "optional",
1544
+ "group": "operation",
1545
+ "binding": {
1546
+ "name": "operation.filePath",
1547
+ "type": "zeebe:input"
1548
+ },
1549
+ "condition": {
1550
+ "property": "operation.type",
1551
+ "equals": "moveFile",
1552
+ "type": "simple"
1553
+ },
1554
+ "type": "String"
1555
+ },
1556
+ {
1557
+ "id": "operation.moveFileFolderPath",
1558
+ "label": "Target folder path",
1559
+ "optional": false,
1560
+ "constraints": {
1561
+ "notEmpty": true
1562
+ },
1563
+ "feel": "optional",
1564
+ "group": "operation",
1565
+ "binding": {
1566
+ "name": "operation.folderPath",
1567
+ "type": "zeebe:input"
1568
+ },
1569
+ "condition": {
1570
+ "property": "operation.type",
1571
+ "equals": "moveFile",
1572
+ "type": "simple"
1573
+ },
1574
+ "type": "String"
1575
+ },
1576
+ {
1577
+ "id": "operation.deleteFilePath",
1578
+ "label": "File path",
1579
+ "optional": false,
1580
+ "constraints": {
1581
+ "notEmpty": true
1582
+ },
1583
+ "feel": "optional",
1584
+ "group": "operation",
1585
+ "binding": {
1586
+ "name": "operation.filePath",
1587
+ "type": "zeebe:input"
1588
+ },
1589
+ "condition": {
1590
+ "property": "operation.type",
1591
+ "equals": "deleteFile",
1592
+ "type": "simple"
1593
+ },
1594
+ "type": "String"
1595
+ },
1596
+ {
1597
+ "id": "operation.searchQuery",
1598
+ "label": "Search query",
1599
+ "optional": false,
1600
+ "constraints": {
1601
+ "notEmpty": true
1602
+ },
1603
+ "feel": "optional",
1604
+ "group": "operation",
1605
+ "binding": {
1606
+ "name": "operation.query",
1607
+ "type": "zeebe:input"
1608
+ },
1609
+ "condition": {
1610
+ "property": "operation.type",
1611
+ "equals": "search",
1612
+ "type": "simple"
1613
+ },
1614
+ "type": "String"
1615
+ },
1616
+ {
1617
+ "id": "operation.searchSortColumn",
1618
+ "label": "Search sort column",
1619
+ "description": "Column for sorting search results",
1620
+ "optional": false,
1621
+ "value": "modified_at",
1622
+ "constraints": {
1623
+ "notEmpty": true
1624
+ },
1625
+ "feel": "optional",
1626
+ "group": "operation",
1627
+ "binding": {
1628
+ "name": "operation.sortColumn",
1629
+ "type": "zeebe:input"
1630
+ },
1631
+ "condition": {
1632
+ "property": "operation.type",
1633
+ "equals": "search",
1634
+ "type": "simple"
1635
+ },
1636
+ "type": "String"
1637
+ },
1638
+ {
1639
+ "id": "operation.searchSortDirection",
1640
+ "label": "Search sort direction",
1641
+ "description": "Direction for sorting search results",
1642
+ "optional": false,
1643
+ "value": "DESC",
1644
+ "group": "operation",
1645
+ "binding": {
1646
+ "name": "operation.sortDirection",
1647
+ "type": "zeebe:input"
1648
+ },
1649
+ "condition": {
1650
+ "property": "operation.type",
1651
+ "equals": "search",
1652
+ "type": "simple"
1653
+ },
1654
+ "type": "Dropdown",
1655
+ "choices": [
1656
+ {
1657
+ "name": "ASC",
1658
+ "value": "ASC"
1659
+ },
1660
+ {
1661
+ "name": "DESC",
1662
+ "value": "DESC"
1663
+ }
1664
+ ]
1665
+ },
1666
+ {
1667
+ "id": "operation.searchOffset",
1668
+ "label": "Search offset",
1669
+ "description": "Offset for search results",
1670
+ "optional": false,
1671
+ "value": 0,
1672
+ "feel": "static",
1673
+ "group": "operation",
1674
+ "binding": {
1675
+ "name": "operation.offset",
1676
+ "type": "zeebe:input"
1677
+ },
1678
+ "condition": {
1679
+ "property": "operation.type",
1680
+ "equals": "search",
1681
+ "type": "simple"
1682
+ },
1683
+ "type": "Number"
1684
+ },
1685
+ {
1686
+ "id": "operation.searchLimit",
1687
+ "label": "Search limit",
1688
+ "description": "Limit",
1689
+ "optional": false,
1690
+ "value": 30,
1691
+ "feel": "static",
1692
+ "group": "operation",
1693
+ "binding": {
1694
+ "name": "operation.limit",
1695
+ "type": "zeebe:input"
1696
+ },
1697
+ "condition": {
1698
+ "property": "operation.type",
1699
+ "equals": "search",
1700
+ "type": "simple"
1701
+ },
1702
+ "type": "Number"
1703
+ },
1704
+ {
1705
+ "id": "version",
1706
+ "label": "Version",
1707
+ "description": "Version of the element template",
1708
+ "value": "2",
1709
+ "group": "connector",
1710
+ "binding": {
1711
+ "key": "elementTemplateVersion",
1712
+ "type": "zeebe:taskHeader"
1713
+ },
1714
+ "type": "Hidden"
1715
+ },
1716
+ {
1717
+ "id": "id",
1718
+ "label": "ID",
1719
+ "description": "ID of the element template",
1720
+ "value": "io.camunda.connectors.box",
1721
+ "group": "connector",
1722
+ "binding": {
1723
+ "key": "elementTemplateId",
1724
+ "type": "zeebe:taskHeader"
1725
+ },
1726
+ "type": "Hidden"
1727
+ },
1728
+ {
1729
+ "id": "resultVariable",
1730
+ "label": "Result variable",
1731
+ "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>.",
1732
+ "group": "output",
1733
+ "binding": {
1734
+ "key": "resultVariable",
1735
+ "type": "zeebe:taskHeader"
1736
+ },
1737
+ "type": "String"
1738
+ },
1739
+ {
1740
+ "id": "resultExpression",
1741
+ "label": "Result expression",
1742
+ "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>.",
1743
+ "feel": "required",
1744
+ "group": "output",
1745
+ "binding": {
1746
+ "key": "resultExpression",
1747
+ "type": "zeebe:taskHeader"
1748
+ },
1749
+ "type": "Text"
1750
+ },
1751
+ {
1752
+ "id": "errorExpression",
1753
+ "label": "Error expression",
1754
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1755
+ "feel": "required",
1756
+ "group": "error",
1757
+ "binding": {
1758
+ "key": "errorExpression",
1759
+ "type": "zeebe:taskHeader"
1760
+ },
1761
+ "type": "Text"
1762
+ },
1763
+ {
1764
+ "id": "retryCount",
1765
+ "label": "Retries",
1766
+ "description": "Number of retries",
1767
+ "value": "3",
1768
+ "feel": "optional",
1769
+ "group": "retries",
1770
+ "binding": {
1771
+ "property": "retries",
1772
+ "type": "zeebe:taskDefinition"
1773
+ },
1774
+ "type": "String"
1775
+ },
1776
+ {
1777
+ "id": "retryBackoff",
1778
+ "label": "Retry backoff",
1779
+ "description": "ISO-8601 duration to wait between retries",
1780
+ "value": "PT0S",
1781
+ "group": "retries",
1782
+ "binding": {
1783
+ "key": "retryBackoff",
1784
+ "type": "zeebe:taskHeader"
1785
+ },
1786
+ "type": "String"
1787
+ }
1788
+ ],
1789
+ "icon": {
1790
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjY5MjkgMTEuMjAwMkMxNS44ODggMTEuNDczNCAxNS44NDkgMTEuODI0NiAxNS42MTQ4IDEyLjAxOTdDMTUuMzQxNyAxMi4yMTQ4IDE0Ljk1MTQgMTIuMTc1OCAxNC43NTYzIDExLjk0MTdMMTMuMzkwNCAxMC4xODU2TDEyLjA2MzYgMTEuOTAyNkMxMS44Njg1IDEyLjE3NTggMTEuNDc4MiAxMi4xNzU4IDExLjIwNTEgMTEuOTgwN0MxMC45MzE5IDExLjc4NTYgMTAuODkyOSAxMS40MzQzIDExLjA4OCAxMS4xNjEyTDEyLjY0OSA5LjEzMTkxTDExLjA4OCA3LjEwMjY0QzEwLjg5MjkgNi44Mjk0NyAxMC45NzA5IDYuNDM5MjMgMTEuMjA1MSA2LjI0NDFDMTEuNDc4MiA2LjA0ODk4IDExLjg2ODUgNi4xMjcwMyAxMi4wNjM2IDYuMzYxMThMMTMuMzkwNCA4LjExNzI4TDE0Ljc1NjMgNi40MzkyM0MxNC45NTE0IDYuMTY2MDYgMTUuMzAyNiA2LjEyNzAzIDE1LjYxNDggNi4zMjIxNUMxNS44ODggNi41MTcyOCAxNS44ODggNi45MDc1MiAxNS42OTI5IDcuMTgwNjlMMTQuMTcwOSA5LjE3MDkzTDE1LjY5MjkgMTEuMjAwMlpNOC41OTA0NCAxMC45NjYxQzcuNTc1OCAxMC45NjYxIDYuNzU2MjkgMTAuMTg1NiA2Ljc1NjI5IDkuMTcwOTNDNi43NTYyOSA4LjE5NTMyIDcuNTc1OCA3LjM3NTgxIDguNTkwNDQgNy4zNzU4MUM5LjYwNTA3IDcuMzc1ODEgMTAuNDI0NiA4LjE5NTMyIDEwLjQyNDYgOS4xNzA5M0MxMC4zODU2IDEwLjE4NTYgOS41NjYwNSAxMC45NjYxIDguNTkwNDQgMTAuOTY2MVpNMy4yMDUwNyAxMC45NjYxQzIuMTkwNDQgMTAuOTY2MSAxLjM3MDkzIDEwLjE4NTYgMS4zNzA5MyA5LjE3MDkzQzEuMzcwOTMgOC4xOTUzMiAyLjE5MDQ0IDcuMzc1ODEgMy4yMDUwNyA3LjM3NTgxQzQuMjE5NzEgNy4zNzU4MSA1LjAzOTIyIDguMTk1MzIgNS4wMzkyMiA5LjE3MDkzQzUuMDM5MjIgMTAuMTg1NiA0LjIxOTcxIDEwLjk2NjEgMy4yMDUwNyAxMC45NjYxWk04LjU5MDQ0IDYuMjA1MDhDNy40NTg3MyA2LjIwNTA4IDYuNDQ0MSA2LjgyOTQ3IDUuOTM2NzggNy43NjYwNkM1LjQyOTQ2IDYuODI5NDcgNC40MTQ4MyA2LjIwNTA4IDMuMjQ0MSA2LjIwNTA4QzIuNTQxNjYgNi4yMDUwOCAxLjkxNzI3IDYuNDM5MjMgMS40MDk5NSA2Ljc5MDQ1VjQuMjkyODlDMS40MDk5NSAzLjk4MDY5IDEuMTM2NzggMy43MDc1MiAwLjgyNDU4NiAzLjcwNzUyQzAuNDczMzY2IDMuNzA3NTIgMC4yMDAxOTUgMy45ODA2OSAwLjIwMDE5NSA0LjI5Mjg5VjkuMjA5OTZDMC4yMzkyMiAxMC44NDkgMS41NjYwNSAxMi4xMzY4IDMuMjA1MDcgMTIuMTM2OEM0LjM3NTggMTIuMTM2OCA1LjM5MDQ0IDExLjQ3MzQgNS44OTc3NiAxMC41MzY4QzYuNDA1MDcgMTEuNDczNCA3LjQxOTcxIDEyLjEzNjggOC41NTE0MSAxMi4xMzY4QzEwLjIyOTUgMTIuMTM2OCAxMS41OTUzIDEwLjgxIDExLjU5NTMgOS4xMzE5MUMxMS42MzQzIDcuNTMxOTEgMTAuMjY4NSA2LjIwNTA4IDguNTkwNDQgNi4yMDUwOFoiIGZpbGw9IiMwMDcxRjciLz4KPC9zdmc+Cg=="
1791
+ }
1792
+ },
2
1793
  {
3
1794
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
1795
  "name": "Box Outbound Connector",
@@ -700,7 +2491,7 @@
700
2491
  "document management"
701
2492
  ],
702
2493
  "documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/box/",
703
- "version": 2,
2494
+ "version": 3,
704
2495
  "category": {
705
2496
  "id": "connectors",
706
2497
  "name": "Connectors"
@@ -710,7 +2501,7 @@
710
2501
  "value": "bpmn:ServiceTask"
711
2502
  },
712
2503
  "engines": {
713
- "camunda": "^8.7"
2504
+ "camunda": "^8.10"
714
2505
  },
715
2506
  "groups": [
716
2507
  {
@@ -1081,41 +2872,225 @@
1081
2872
  "type": "zeebe:input"
1082
2873
  },
1083
2874
  "condition": {
1084
- "property": "operation.type",
1085
- "equals": "uploadFile",
1086
- "type": "simple"
2875
+ "property": "operation.type",
2876
+ "equals": "uploadFile",
2877
+ "type": "simple"
2878
+ },
2879
+ "type": "String"
2880
+ },
2881
+ {
2882
+ "id": "operation.uploadFileFolderPath",
2883
+ "label": "Folder path",
2884
+ "optional": false,
2885
+ "constraints": {
2886
+ "notEmpty": true
2887
+ },
2888
+ "feel": "optional",
2889
+ "group": "operation",
2890
+ "binding": {
2891
+ "name": "operation.folderPath",
2892
+ "type": "zeebe:input"
2893
+ },
2894
+ "condition": {
2895
+ "property": "operation.type",
2896
+ "equals": "uploadFile",
2897
+ "type": "simple"
2898
+ },
2899
+ "type": "String"
2900
+ },
2901
+ {
2902
+ "id": "operation.document_documentSource",
2903
+ "label": "Document source",
2904
+ "description": "The document reference that will be uploaded",
2905
+ "value": "camunda",
2906
+ "group": "operation",
2907
+ "binding": {
2908
+ "name": "operation.document_documentSource",
2909
+ "type": "zeebe:input"
2910
+ },
2911
+ "condition": {
2912
+ "property": "operation.type",
2913
+ "equals": "uploadFile",
2914
+ "type": "simple"
2915
+ },
2916
+ "type": "Dropdown",
2917
+ "choices": [
2918
+ {
2919
+ "name": "Camunda Document",
2920
+ "value": "camunda"
2921
+ },
2922
+ {
2923
+ "name": "Inline Content",
2924
+ "value": "inline"
2925
+ },
2926
+ {
2927
+ "name": "From URL",
2928
+ "value": "external"
2929
+ }
2930
+ ]
2931
+ },
2932
+ {
2933
+ "id": "operation.document_camundaReference",
2934
+ "label": "Camunda document",
2935
+ "constraints": {
2936
+ "notEmpty": true
2937
+ },
2938
+ "feel": "required",
2939
+ "group": "operation",
2940
+ "binding": {
2941
+ "name": "operation.document_camundaReference",
2942
+ "type": "zeebe:input"
2943
+ },
2944
+ "condition": {
2945
+ "allMatch": [
2946
+ {
2947
+ "property": "operation.document_documentSource",
2948
+ "equals": "camunda",
2949
+ "type": "simple"
2950
+ },
2951
+ {
2952
+ "property": "operation.type",
2953
+ "equals": "uploadFile",
2954
+ "type": "simple"
2955
+ }
2956
+ ]
2957
+ },
2958
+ "type": "String"
2959
+ },
2960
+ {
2961
+ "id": "operation.document_inline_content",
2962
+ "label": "Content",
2963
+ "constraints": {
2964
+ "notEmpty": true
2965
+ },
2966
+ "feel": "optional",
2967
+ "group": "operation",
2968
+ "binding": {
2969
+ "name": "operation.document_inline_content",
2970
+ "type": "zeebe:input"
2971
+ },
2972
+ "condition": {
2973
+ "allMatch": [
2974
+ {
2975
+ "property": "operation.document_documentSource",
2976
+ "equals": "inline",
2977
+ "type": "simple"
2978
+ },
2979
+ {
2980
+ "property": "operation.type",
2981
+ "equals": "uploadFile",
2982
+ "type": "simple"
2983
+ }
2984
+ ]
2985
+ },
2986
+ "type": "String"
2987
+ },
2988
+ {
2989
+ "id": "operation.document_inline_fileName",
2990
+ "label": "File name",
2991
+ "feel": "optional",
2992
+ "group": "operation",
2993
+ "binding": {
2994
+ "name": "operation.document_inline_fileName",
2995
+ "type": "zeebe:input"
2996
+ },
2997
+ "condition": {
2998
+ "allMatch": [
2999
+ {
3000
+ "property": "operation.document_documentSource",
3001
+ "equals": "inline",
3002
+ "type": "simple"
3003
+ },
3004
+ {
3005
+ "property": "operation.type",
3006
+ "equals": "uploadFile",
3007
+ "type": "simple"
3008
+ }
3009
+ ]
3010
+ },
3011
+ "type": "String"
3012
+ },
3013
+ {
3014
+ "id": "operation.document_inline_contentType",
3015
+ "label": "Content type",
3016
+ "feel": "optional",
3017
+ "group": "operation",
3018
+ "binding": {
3019
+ "name": "operation.document_inline_contentType",
3020
+ "type": "zeebe:input"
3021
+ },
3022
+ "condition": {
3023
+ "allMatch": [
3024
+ {
3025
+ "property": "operation.document_documentSource",
3026
+ "equals": "inline",
3027
+ "type": "simple"
3028
+ },
3029
+ {
3030
+ "property": "operation.type",
3031
+ "equals": "uploadFile",
3032
+ "type": "simple"
3033
+ }
3034
+ ]
3035
+ },
3036
+ "type": "String"
3037
+ },
3038
+ {
3039
+ "id": "operation.document_external_url",
3040
+ "label": "URL",
3041
+ "constraints": {
3042
+ "notEmpty": true
3043
+ },
3044
+ "feel": "optional",
3045
+ "group": "operation",
3046
+ "binding": {
3047
+ "name": "operation.document_external_url",
3048
+ "type": "zeebe:input"
3049
+ },
3050
+ "condition": {
3051
+ "allMatch": [
3052
+ {
3053
+ "property": "operation.document_documentSource",
3054
+ "equals": "external",
3055
+ "type": "simple"
3056
+ },
3057
+ {
3058
+ "property": "operation.type",
3059
+ "equals": "uploadFile",
3060
+ "type": "simple"
3061
+ }
3062
+ ]
1087
3063
  },
1088
3064
  "type": "String"
1089
3065
  },
1090
3066
  {
1091
- "id": "operation.uploadFileFolderPath",
1092
- "label": "Folder path",
1093
- "optional": false,
1094
- "constraints": {
1095
- "notEmpty": true
1096
- },
3067
+ "id": "operation.document_external_fileName",
3068
+ "label": "File name",
1097
3069
  "feel": "optional",
1098
3070
  "group": "operation",
1099
3071
  "binding": {
1100
- "name": "operation.folderPath",
3072
+ "name": "operation.document_external_fileName",
1101
3073
  "type": "zeebe:input"
1102
3074
  },
1103
3075
  "condition": {
1104
- "property": "operation.type",
1105
- "equals": "uploadFile",
1106
- "type": "simple"
3076
+ "allMatch": [
3077
+ {
3078
+ "property": "operation.document_documentSource",
3079
+ "equals": "external",
3080
+ "type": "simple"
3081
+ },
3082
+ {
3083
+ "property": "operation.type",
3084
+ "equals": "uploadFile",
3085
+ "type": "simple"
3086
+ }
3087
+ ]
1107
3088
  },
1108
3089
  "type": "String"
1109
3090
  },
1110
3091
  {
1111
3092
  "id": "operation.uploadFileDocument",
1112
- "label": "Document reference",
1113
- "description": "The document reference that will be uploaded",
1114
- "optional": false,
1115
- "constraints": {
1116
- "notEmpty": true
1117
- },
1118
- "feel": "required",
3093
+ "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",
1119
3094
  "group": "operation",
1120
3095
  "binding": {
1121
3096
  "name": "operation.document",
@@ -1126,7 +3101,7 @@
1126
3101
  "equals": "uploadFile",
1127
3102
  "type": "simple"
1128
3103
  },
1129
- "type": "String"
3104
+ "type": "Hidden"
1130
3105
  },
1131
3106
  {
1132
3107
  "id": "operation.downloadFilePath",
@@ -1318,7 +3293,7 @@
1318
3293
  "id": "version",
1319
3294
  "label": "Version",
1320
3295
  "description": "Version of the element template",
1321
- "value": "2",
3296
+ "value": "3",
1322
3297
  "group": "connector",
1323
3298
  "binding": {
1324
3299
  "key": "elementTemplateVersion",
@@ -1390,7 +3365,7 @@
1390
3365
  "id": "retryBackoff",
1391
3366
  "label": "Retry backoff",
1392
3367
  "description": "ISO-8601 duration to wait between retries",
1393
- "value": "PT0S",
3368
+ "value": "PT30S",
1394
3369
  "group": "retries",
1395
3370
  "binding": {
1396
3371
  "key": "retryBackoff",
@@ -1420,7 +3395,7 @@
1420
3395
  "document management"
1421
3396
  ],
1422
3397
  "documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/box/",
1423
- "version": 3,
3398
+ "version": 4,
1424
3399
  "category": {
1425
3400
  "id": "connectors",
1426
3401
  "name": "Connectors"
@@ -1433,14 +3408,14 @@
1433
3408
  "camunda": "^8.10"
1434
3409
  },
1435
3410
  "groups": [
1436
- {
1437
- "id": "authentication",
1438
- "label": "Authentication"
1439
- },
1440
3411
  {
1441
3412
  "id": "operation",
1442
3413
  "label": "Operation"
1443
3414
  },
3415
+ {
3416
+ "id": "authentication",
3417
+ "label": "Authentication"
3418
+ },
1444
3419
  {
1445
3420
  "id": "connector",
1446
3421
  "label": "Connector"
@@ -1451,219 +3426,21 @@
1451
3426
  },
1452
3427
  {
1453
3428
  "id": "error",
1454
- "label": "Error handling"
1455
- },
1456
- {
1457
- "id": "retries",
1458
- "label": "Retries"
1459
- }
1460
- ],
1461
- "properties": [
1462
- {
1463
- "value": "io.camunda:box:1",
1464
- "binding": {
1465
- "property": "type",
1466
- "type": "zeebe:taskDefinition"
1467
- },
1468
- "type": "Hidden"
1469
- },
1470
- {
1471
- "id": "authentication.type",
1472
- "label": "Authentication",
1473
- "description": "Specify authentication strategy. Learn more at the <a href=\"https://developer.box.com/guides/authentication/\" target=\"_blank\">documentation page</a>",
1474
- "value": "developerToken",
1475
- "group": "authentication",
1476
- "binding": {
1477
- "name": "authentication.type",
1478
- "type": "zeebe:input"
1479
- },
1480
- "type": "Dropdown",
1481
- "choices": [
1482
- {
1483
- "name": "Client Credentials Enterprise",
1484
- "value": "clientCredentialsEnterprise"
1485
- },
1486
- {
1487
- "name": "Client Credentials User",
1488
- "value": "clientCredentialsUser"
1489
- },
1490
- {
1491
- "name": "Developer token",
1492
- "value": "developerToken"
1493
- },
1494
- {
1495
- "name": "JWT JSON Config",
1496
- "value": "jwtJsonConfig"
1497
- }
1498
- ]
1499
- },
1500
- {
1501
- "id": "authentication.clientIdEnterprise",
1502
- "label": "Client id",
1503
- "description": "The client id",
1504
- "optional": false,
1505
- "constraints": {
1506
- "notEmpty": true
1507
- },
1508
- "feel": "optional",
1509
- "group": "authentication",
1510
- "binding": {
1511
- "name": "authentication.clientId",
1512
- "type": "zeebe:input"
1513
- },
1514
- "condition": {
1515
- "property": "authentication.type",
1516
- "equals": "clientCredentialsEnterprise",
1517
- "type": "simple"
1518
- },
1519
- "type": "String"
1520
- },
1521
- {
1522
- "id": "authentication.clientSecretEnterprise",
1523
- "label": "Client secret",
1524
- "description": "The client secret",
1525
- "optional": false,
1526
- "constraints": {
1527
- "notEmpty": true
1528
- },
1529
- "feel": "optional",
1530
- "group": "authentication",
1531
- "binding": {
1532
- "name": "authentication.clientSecret",
1533
- "type": "zeebe:input"
1534
- },
1535
- "condition": {
1536
- "property": "authentication.type",
1537
- "equals": "clientCredentialsEnterprise",
1538
- "type": "simple"
1539
- },
1540
- "type": "String"
1541
- },
1542
- {
1543
- "id": "authentication.enterpriseId",
1544
- "label": "Enterprise ID",
1545
- "description": "The enterprise ID to authenticate against",
1546
- "optional": false,
1547
- "constraints": {
1548
- "notEmpty": true
1549
- },
1550
- "feel": "optional",
1551
- "group": "authentication",
1552
- "binding": {
1553
- "name": "authentication.enterpriseId",
1554
- "type": "zeebe:input"
1555
- },
1556
- "condition": {
1557
- "property": "authentication.type",
1558
- "equals": "clientCredentialsEnterprise",
1559
- "type": "simple"
1560
- },
1561
- "type": "String"
1562
- },
1563
- {
1564
- "id": "authentication.clientIdUser",
1565
- "label": "Client id",
1566
- "description": "The client id",
1567
- "optional": false,
1568
- "constraints": {
1569
- "notEmpty": true
1570
- },
1571
- "feel": "optional",
1572
- "group": "authentication",
1573
- "binding": {
1574
- "name": "authentication.clientId",
1575
- "type": "zeebe:input"
1576
- },
1577
- "condition": {
1578
- "property": "authentication.type",
1579
- "equals": "clientCredentialsUser",
1580
- "type": "simple"
1581
- },
1582
- "type": "String"
1583
- },
1584
- {
1585
- "id": "authentication.clientSecretUser",
1586
- "label": "Client secret",
1587
- "description": "The client secret",
1588
- "optional": false,
1589
- "constraints": {
1590
- "notEmpty": true
1591
- },
1592
- "feel": "optional",
1593
- "group": "authentication",
1594
- "binding": {
1595
- "name": "authentication.clientSecret",
1596
- "type": "zeebe:input"
1597
- },
1598
- "condition": {
1599
- "property": "authentication.type",
1600
- "equals": "clientCredentialsUser",
1601
- "type": "simple"
1602
- },
1603
- "type": "String"
1604
- },
1605
- {
1606
- "id": "authentication.userId",
1607
- "label": "User ID",
1608
- "description": "The user ID to of the account to authenticate against",
1609
- "optional": false,
1610
- "constraints": {
1611
- "notEmpty": true
1612
- },
1613
- "feel": "optional",
1614
- "group": "authentication",
1615
- "binding": {
1616
- "name": "authentication.userId",
1617
- "type": "zeebe:input"
1618
- },
1619
- "condition": {
1620
- "property": "authentication.type",
1621
- "equals": "clientCredentialsUser",
1622
- "type": "simple"
1623
- },
1624
- "type": "String"
1625
- },
1626
- {
1627
- "id": "authentication.accessToken",
1628
- "label": "Access key",
1629
- "description": "The access key or developer token",
1630
- "optional": false,
1631
- "constraints": {
1632
- "notEmpty": true
1633
- },
1634
- "feel": "optional",
1635
- "group": "authentication",
1636
- "binding": {
1637
- "name": "authentication.accessToken",
1638
- "type": "zeebe:input"
1639
- },
1640
- "condition": {
1641
- "property": "authentication.type",
1642
- "equals": "developerToken",
1643
- "type": "simple"
1644
- },
1645
- "type": "String"
3429
+ "label": "Error handling"
1646
3430
  },
1647
3431
  {
1648
- "id": "authentication.jsonConfig",
1649
- "label": "JSON config",
1650
- "description": "The JSON config as string",
1651
- "optional": false,
1652
- "constraints": {
1653
- "notEmpty": true
1654
- },
1655
- "feel": "optional",
1656
- "group": "authentication",
3432
+ "id": "retries",
3433
+ "label": "Retries"
3434
+ }
3435
+ ],
3436
+ "properties": [
3437
+ {
3438
+ "value": "io.camunda:box:1",
1657
3439
  "binding": {
1658
- "name": "authentication.jsonConfig",
1659
- "type": "zeebe:input"
1660
- },
1661
- "condition": {
1662
- "property": "authentication.type",
1663
- "equals": "jwtJsonConfig",
1664
- "type": "simple"
3440
+ "property": "type",
3441
+ "type": "zeebe:taskDefinition"
1665
3442
  },
1666
- "type": "String"
3443
+ "type": "Hidden"
1667
3444
  },
1668
3445
  {
1669
3446
  "id": "operation.type",
@@ -1771,7 +3548,6 @@
1771
3548
  {
1772
3549
  "id": "operation.recursive",
1773
3550
  "label": "Recursive",
1774
- "description": "Deletes all items contained by the folder",
1775
3551
  "optional": false,
1776
3552
  "value": true,
1777
3553
  "feel": "static",
@@ -1785,6 +3561,7 @@
1785
3561
  "equals": "deleteFolder",
1786
3562
  "type": "simple"
1787
3563
  },
3564
+ "tooltip": "Deletes all items contained by the folder",
1788
3565
  "type": "Boolean"
1789
3566
  },
1790
3567
  {
@@ -1830,7 +3607,6 @@
1830
3607
  {
1831
3608
  "id": "operation.document_documentSource",
1832
3609
  "label": "Document source",
1833
- "description": "The document reference that will be uploaded",
1834
3610
  "value": "camunda",
1835
3611
  "group": "operation",
1836
3612
  "binding": {
@@ -1842,6 +3618,7 @@
1842
3618
  "equals": "uploadFile",
1843
3619
  "type": "simple"
1844
3620
  },
3621
+ "tooltip": "The document reference that will be uploaded",
1845
3622
  "type": "Dropdown",
1846
3623
  "choices": [
1847
3624
  {
@@ -2035,7 +3812,6 @@
2035
3812
  {
2036
3813
  "id": "operation.downloadFilePath",
2037
3814
  "label": "File path",
2038
- "description": "Path to the file item to download",
2039
3815
  "optional": false,
2040
3816
  "feel": "optional",
2041
3817
  "group": "operation",
@@ -2048,6 +3824,7 @@
2048
3824
  "equals": "downloadFile",
2049
3825
  "type": "simple"
2050
3826
  },
3827
+ "tooltip": "Path to the file item to download",
2051
3828
  "type": "String"
2052
3829
  },
2053
3830
  {
@@ -2133,7 +3910,6 @@
2133
3910
  {
2134
3911
  "id": "operation.searchSortColumn",
2135
3912
  "label": "Search sort column",
2136
- "description": "Column for sorting search results",
2137
3913
  "optional": false,
2138
3914
  "value": "modified_at",
2139
3915
  "constraints": {
@@ -2155,7 +3931,6 @@
2155
3931
  {
2156
3932
  "id": "operation.searchSortDirection",
2157
3933
  "label": "Search sort direction",
2158
- "description": "Direction for sorting search results",
2159
3934
  "optional": false,
2160
3935
  "value": "DESC",
2161
3936
  "group": "operation",
@@ -2168,6 +3943,7 @@
2168
3943
  "equals": "search",
2169
3944
  "type": "simple"
2170
3945
  },
3946
+ "tooltip": "Sort order for results: ASC (ascending) or DESC (descending)",
2171
3947
  "type": "Dropdown",
2172
3948
  "choices": [
2173
3949
  {
@@ -2183,7 +3959,6 @@
2183
3959
  {
2184
3960
  "id": "operation.searchOffset",
2185
3961
  "label": "Search offset",
2186
- "description": "Offset for search results",
2187
3962
  "optional": false,
2188
3963
  "value": 0,
2189
3964
  "feel": "static",
@@ -2202,7 +3977,6 @@
2202
3977
  {
2203
3978
  "id": "operation.searchLimit",
2204
3979
  "label": "Search limit",
2205
- "description": "Limit",
2206
3980
  "optional": false,
2207
3981
  "value": 30,
2208
3982
  "feel": "static",
@@ -2218,11 +3992,205 @@
2218
3992
  },
2219
3993
  "type": "Number"
2220
3994
  },
3995
+ {
3996
+ "id": "authentication.type",
3997
+ "label": "Authentication",
3998
+ "description": "Specify authentication strategy. Learn more at the <a href=\"https://developer.box.com/guides/authentication/\" target=\"_blank\">documentation page</a>",
3999
+ "value": "developerToken",
4000
+ "group": "authentication",
4001
+ "binding": {
4002
+ "name": "authentication.type",
4003
+ "type": "zeebe:input"
4004
+ },
4005
+ "type": "Dropdown",
4006
+ "choices": [
4007
+ {
4008
+ "name": "Client Credentials Enterprise",
4009
+ "value": "clientCredentialsEnterprise"
4010
+ },
4011
+ {
4012
+ "name": "Client Credentials User",
4013
+ "value": "clientCredentialsUser"
4014
+ },
4015
+ {
4016
+ "name": "Developer token",
4017
+ "value": "developerToken"
4018
+ },
4019
+ {
4020
+ "name": "JWT JSON Config",
4021
+ "value": "jwtJsonConfig"
4022
+ }
4023
+ ]
4024
+ },
4025
+ {
4026
+ "id": "authentication.clientIdEnterprise",
4027
+ "label": "Client id",
4028
+ "optional": false,
4029
+ "constraints": {
4030
+ "notEmpty": true
4031
+ },
4032
+ "feel": "optional",
4033
+ "group": "authentication",
4034
+ "binding": {
4035
+ "name": "authentication.clientId",
4036
+ "type": "zeebe:input"
4037
+ },
4038
+ "condition": {
4039
+ "property": "authentication.type",
4040
+ "equals": "clientCredentialsEnterprise",
4041
+ "type": "simple"
4042
+ },
4043
+ "type": "String"
4044
+ },
4045
+ {
4046
+ "id": "authentication.clientSecretEnterprise",
4047
+ "label": "Client secret",
4048
+ "optional": false,
4049
+ "constraints": {
4050
+ "notEmpty": true
4051
+ },
4052
+ "feel": "optional",
4053
+ "group": "authentication",
4054
+ "binding": {
4055
+ "name": "authentication.clientSecret",
4056
+ "type": "zeebe:input"
4057
+ },
4058
+ "condition": {
4059
+ "property": "authentication.type",
4060
+ "equals": "clientCredentialsEnterprise",
4061
+ "type": "simple"
4062
+ },
4063
+ "type": "String"
4064
+ },
4065
+ {
4066
+ "id": "authentication.enterpriseId",
4067
+ "label": "Enterprise ID",
4068
+ "optional": false,
4069
+ "constraints": {
4070
+ "notEmpty": true
4071
+ },
4072
+ "feel": "optional",
4073
+ "group": "authentication",
4074
+ "binding": {
4075
+ "name": "authentication.enterpriseId",
4076
+ "type": "zeebe:input"
4077
+ },
4078
+ "condition": {
4079
+ "property": "authentication.type",
4080
+ "equals": "clientCredentialsEnterprise",
4081
+ "type": "simple"
4082
+ },
4083
+ "tooltip": "The enterprise ID to authenticate against",
4084
+ "type": "String"
4085
+ },
4086
+ {
4087
+ "id": "authentication.clientIdUser",
4088
+ "label": "Client id",
4089
+ "optional": false,
4090
+ "constraints": {
4091
+ "notEmpty": true
4092
+ },
4093
+ "feel": "optional",
4094
+ "group": "authentication",
4095
+ "binding": {
4096
+ "name": "authentication.clientId",
4097
+ "type": "zeebe:input"
4098
+ },
4099
+ "condition": {
4100
+ "property": "authentication.type",
4101
+ "equals": "clientCredentialsUser",
4102
+ "type": "simple"
4103
+ },
4104
+ "type": "String"
4105
+ },
4106
+ {
4107
+ "id": "authentication.clientSecretUser",
4108
+ "label": "Client secret",
4109
+ "optional": false,
4110
+ "constraints": {
4111
+ "notEmpty": true
4112
+ },
4113
+ "feel": "optional",
4114
+ "group": "authentication",
4115
+ "binding": {
4116
+ "name": "authentication.clientSecret",
4117
+ "type": "zeebe:input"
4118
+ },
4119
+ "condition": {
4120
+ "property": "authentication.type",
4121
+ "equals": "clientCredentialsUser",
4122
+ "type": "simple"
4123
+ },
4124
+ "type": "String"
4125
+ },
4126
+ {
4127
+ "id": "authentication.userId",
4128
+ "label": "User ID",
4129
+ "optional": false,
4130
+ "constraints": {
4131
+ "notEmpty": true
4132
+ },
4133
+ "feel": "optional",
4134
+ "group": "authentication",
4135
+ "binding": {
4136
+ "name": "authentication.userId",
4137
+ "type": "zeebe:input"
4138
+ },
4139
+ "condition": {
4140
+ "property": "authentication.type",
4141
+ "equals": "clientCredentialsUser",
4142
+ "type": "simple"
4143
+ },
4144
+ "tooltip": "The user ID of the account to authenticate against",
4145
+ "type": "String"
4146
+ },
4147
+ {
4148
+ "id": "authentication.accessToken",
4149
+ "label": "Access key",
4150
+ "optional": false,
4151
+ "constraints": {
4152
+ "notEmpty": true
4153
+ },
4154
+ "feel": "optional",
4155
+ "group": "authentication",
4156
+ "binding": {
4157
+ "name": "authentication.accessToken",
4158
+ "type": "zeebe:input"
4159
+ },
4160
+ "condition": {
4161
+ "property": "authentication.type",
4162
+ "equals": "developerToken",
4163
+ "type": "simple"
4164
+ },
4165
+ "tooltip": "The access key or developer token",
4166
+ "type": "String"
4167
+ },
4168
+ {
4169
+ "id": "authentication.jsonConfig",
4170
+ "label": "JSON config",
4171
+ "optional": false,
4172
+ "constraints": {
4173
+ "notEmpty": true
4174
+ },
4175
+ "feel": "optional",
4176
+ "group": "authentication",
4177
+ "binding": {
4178
+ "name": "authentication.jsonConfig",
4179
+ "type": "zeebe:input"
4180
+ },
4181
+ "condition": {
4182
+ "property": "authentication.type",
4183
+ "equals": "jwtJsonConfig",
4184
+ "type": "simple"
4185
+ },
4186
+ "tooltip": "The JSON config as string",
4187
+ "type": "String"
4188
+ },
2221
4189
  {
2222
4190
  "id": "version",
2223
4191
  "label": "Version",
2224
4192
  "description": "Version of the element template",
2225
- "value": "3",
4193
+ "value": "4",
2226
4194
  "group": "connector",
2227
4195
  "binding": {
2228
4196
  "key": "elementTemplateVersion",
@@ -2303,6 +4271,122 @@
2303
4271
  "type": "String"
2304
4272
  }
2305
4273
  ],
4274
+ "steps": [
4275
+ {
4276
+ "name": "Create Folder",
4277
+ "description": "Create a new folder in Box",
4278
+ "keywords": [
4279
+ "create folder",
4280
+ "new folder",
4281
+ "add directory",
4282
+ "make folder"
4283
+ ],
4284
+ "presetId": "type_createFolder"
4285
+ },
4286
+ {
4287
+ "name": "Delete Folder",
4288
+ "description": "Delete a folder from Box",
4289
+ "keywords": [
4290
+ "delete folder",
4291
+ "remove folder",
4292
+ "trash folder",
4293
+ "erase directory"
4294
+ ],
4295
+ "presetId": "type_deleteFolder"
4296
+ },
4297
+ {
4298
+ "name": "Upload File",
4299
+ "description": "Upload a file to Box",
4300
+ "keywords": [
4301
+ "upload file",
4302
+ "store file",
4303
+ "save document",
4304
+ "put file",
4305
+ "publish file"
4306
+ ],
4307
+ "presetId": "type_uploadFile"
4308
+ },
4309
+ {
4310
+ "name": "Download File",
4311
+ "description": "Download a file from Box",
4312
+ "keywords": [
4313
+ "download file",
4314
+ "get file",
4315
+ "fetch file",
4316
+ "retrieve document",
4317
+ "export file"
4318
+ ],
4319
+ "presetId": "type_downloadFile"
4320
+ },
4321
+ {
4322
+ "name": "Move File",
4323
+ "description": "Move a file to a different folder in Box",
4324
+ "keywords": ["move file", "relocate file", "transfer file", "cut file"],
4325
+ "presetId": "type_moveFile"
4326
+ },
4327
+ {
4328
+ "name": "Delete File",
4329
+ "description": "Delete a file from Box",
4330
+ "keywords": ["delete file", "remove file", "erase file", "trash file"],
4331
+ "presetId": "type_deleteFile"
4332
+ },
4333
+ {
4334
+ "name": "Search",
4335
+ "description": "Search for files and folders in Box",
4336
+ "keywords": [
4337
+ "search",
4338
+ "find files",
4339
+ "look up content",
4340
+ "query files",
4341
+ "locate documents"
4342
+ ],
4343
+ "presetId": "type_search"
4344
+ }
4345
+ ],
4346
+ "presets": [
4347
+ {
4348
+ "id": "type_createFolder",
4349
+ "properties": {
4350
+ "operation.type": "createFolder"
4351
+ }
4352
+ },
4353
+ {
4354
+ "id": "type_deleteFolder",
4355
+ "properties": {
4356
+ "operation.type": "deleteFolder"
4357
+ }
4358
+ },
4359
+ {
4360
+ "id": "type_uploadFile",
4361
+ "properties": {
4362
+ "operation.type": "uploadFile"
4363
+ }
4364
+ },
4365
+ {
4366
+ "id": "type_downloadFile",
4367
+ "properties": {
4368
+ "operation.type": "downloadFile"
4369
+ }
4370
+ },
4371
+ {
4372
+ "id": "type_moveFile",
4373
+ "properties": {
4374
+ "operation.type": "moveFile"
4375
+ }
4376
+ },
4377
+ {
4378
+ "id": "type_deleteFile",
4379
+ "properties": {
4380
+ "operation.type": "deleteFile"
4381
+ }
4382
+ },
4383
+ {
4384
+ "id": "type_search",
4385
+ "properties": {
4386
+ "operation.type": "search"
4387
+ }
4388
+ }
4389
+ ],
2306
4390
  "icon": {
2307
4391
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjY5MjkgMTEuMjAwMkMxNS44ODggMTEuNDczNCAxNS44NDkgMTEuODI0NiAxNS42MTQ4IDEyLjAxOTdDMTUuMzQxNyAxMi4yMTQ4IDE0Ljk1MTQgMTIuMTc1OCAxNC43NTYzIDExLjk0MTdMMTMuMzkwNCAxMC4xODU2TDEyLjA2MzYgMTEuOTAyNkMxMS44Njg1IDEyLjE3NTggMTEuNDc4MiAxMi4xNzU4IDExLjIwNTEgMTEuOTgwN0MxMC45MzE5IDExLjc4NTYgMTAuODkyOSAxMS40MzQzIDExLjA4OCAxMS4xNjEyTDEyLjY0OSA5LjEzMTkxTDExLjA4OCA3LjEwMjY0QzEwLjg5MjkgNi44Mjk0NyAxMC45NzA5IDYuNDM5MjMgMTEuMjA1MSA2LjI0NDFDMTEuNDc4MiA2LjA0ODk4IDExLjg2ODUgNi4xMjcwMyAxMi4wNjM2IDYuMzYxMThMMTMuMzkwNCA4LjExNzI4TDE0Ljc1NjMgNi40MzkyM0MxNC45NTE0IDYuMTY2MDYgMTUuMzAyNiA2LjEyNzAzIDE1LjYxNDggNi4zMjIxNUMxNS44ODggNi41MTcyOCAxNS44ODggNi45MDc1MiAxNS42OTI5IDcuMTgwNjlMMTQuMTcwOSA5LjE3MDkzTDE1LjY5MjkgMTEuMjAwMlpNOC41OTA0NCAxMC45NjYxQzcuNTc1OCAxMC45NjYxIDYuNzU2MjkgMTAuMTg1NiA2Ljc1NjI5IDkuMTcwOTNDNi43NTYyOSA4LjE5NTMyIDcuNTc1OCA3LjM3NTgxIDguNTkwNDQgNy4zNzU4MUM5LjYwNTA3IDcuMzc1ODEgMTAuNDI0NiA4LjE5NTMyIDEwLjQyNDYgOS4xNzA5M0MxMC4zODU2IDEwLjE4NTYgOS41NjYwNSAxMC45NjYxIDguNTkwNDQgMTAuOTY2MVpNMy4yMDUwNyAxMC45NjYxQzIuMTkwNDQgMTAuOTY2MSAxLjM3MDkzIDEwLjE4NTYgMS4zNzA5MyA5LjE3MDkzQzEuMzcwOTMgOC4xOTUzMiAyLjE5MDQ0IDcuMzc1ODEgMy4yMDUwNyA3LjM3NTgxQzQuMjE5NzEgNy4zNzU4MSA1LjAzOTIyIDguMTk1MzIgNS4wMzkyMiA5LjE3MDkzQzUuMDM5MjIgMTAuMTg1NiA0LjIxOTcxIDEwLjk2NjEgMy4yMDUwNyAxMC45NjYxWk04LjU5MDQ0IDYuMjA1MDhDNy40NTg3MyA2LjIwNTA4IDYuNDQ0MSA2LjgyOTQ3IDUuOTM2NzggNy43NjYwNkM1LjQyOTQ2IDYuODI5NDcgNC40MTQ4MyA2LjIwNTA4IDMuMjQ0MSA2LjIwNTA4QzIuNTQxNjYgNi4yMDUwOCAxLjkxNzI3IDYuNDM5MjMgMS40MDk5NSA2Ljc5MDQ1VjQuMjkyODlDMS40MDk5NSAzLjk4MDY5IDEuMTM2NzggMy43MDc1MiAwLjgyNDU4NiAzLjcwNzUyQzAuNDczMzY2IDMuNzA3NTIgMC4yMDAxOTUgMy45ODA2OSAwLjIwMDE5NSA0LjI5Mjg5VjkuMjA5OTZDMC4yMzkyMiAxMC44NDkgMS41NjYwNSAxMi4xMzY4IDMuMjA1MDcgMTIuMTM2OEM0LjM3NTggMTIuMTM2OCA1LjM5MDQ0IDExLjQ3MzQgNS44OTc3NiAxMC41MzY4QzYuNDA1MDcgMTEuNDczNCA3LjQxOTcxIDEyLjEzNjggOC41NTE0MSAxMi4xMzY4QzEwLjIyOTUgMTIuMTM2OCAxMS41OTUzIDEwLjgxIDExLjU5NTMgOS4xMzE5MUMxMS42MzQzIDcuNTMxOTEgMTAuMjY4NSA2LjIwNTA4IDguNTkwNDQgNi4yMDUwOFoiIGZpbGw9IiMwMDcxRjciLz4KPC9zdmc+Cg=="
2308
4392
  }