@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
@@ -19,7 +19,1174 @@
19
19
  "file storage"
20
20
  ],
21
21
  "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/google-cloud-storage",
22
- "version": 1,
22
+ "version": 4,
23
+ "category": {
24
+ "id": "connectors",
25
+ "name": "Connectors"
26
+ },
27
+ "appliesTo": ["bpmn:Task"],
28
+ "elementType": {
29
+ "value": "bpmn:ServiceTask"
30
+ },
31
+ "engines": {
32
+ "camunda": "^8.10"
33
+ },
34
+ "groups": [
35
+ {
36
+ "id": "operation",
37
+ "label": "Operation"
38
+ },
39
+ {
40
+ "id": "authentication",
41
+ "label": "Authentication"
42
+ },
43
+ {
44
+ "id": "additionalProperties",
45
+ "label": "Additional properties"
46
+ },
47
+ {
48
+ "id": "connector",
49
+ "label": "Connector"
50
+ },
51
+ {
52
+ "id": "output",
53
+ "label": "Output mapping"
54
+ },
55
+ {
56
+ "id": "error",
57
+ "label": "Error handling"
58
+ },
59
+ {
60
+ "id": "retries",
61
+ "label": "Retries"
62
+ }
63
+ ],
64
+ "properties": [
65
+ {
66
+ "value": "io.camunda:google-gcs:1",
67
+ "binding": {
68
+ "property": "type",
69
+ "type": "zeebe:taskDefinition"
70
+ },
71
+ "type": "Hidden"
72
+ },
73
+ {
74
+ "id": "operationDiscriminator",
75
+ "label": "Operation",
76
+ "value": "uploadObject",
77
+ "group": "operation",
78
+ "binding": {
79
+ "name": "operationDiscriminator",
80
+ "type": "zeebe:input"
81
+ },
82
+ "type": "Dropdown",
83
+ "choices": [
84
+ {
85
+ "name": "Download object",
86
+ "value": "downloadObject"
87
+ },
88
+ {
89
+ "name": "Upload object",
90
+ "value": "uploadObject"
91
+ }
92
+ ]
93
+ },
94
+ {
95
+ "id": "downloadOperationProject",
96
+ "label": "GCP project",
97
+ "optional": false,
98
+ "constraints": {
99
+ "notEmpty": true
100
+ },
101
+ "feel": "optional",
102
+ "group": "operation",
103
+ "binding": {
104
+ "name": "operation.project",
105
+ "type": "zeebe:input"
106
+ },
107
+ "condition": {
108
+ "property": "operationDiscriminator",
109
+ "equals": "downloadObject",
110
+ "type": "simple"
111
+ },
112
+ "tooltip": "The project where the bucket is located.",
113
+ "type": "String"
114
+ },
115
+ {
116
+ "id": "downloadOperationBucket",
117
+ "label": "Object Storage bucket",
118
+ "optional": false,
119
+ "constraints": {
120
+ "notEmpty": true
121
+ },
122
+ "feel": "optional",
123
+ "group": "operation",
124
+ "binding": {
125
+ "name": "operation.bucket",
126
+ "type": "zeebe:input"
127
+ },
128
+ "condition": {
129
+ "property": "operationDiscriminator",
130
+ "equals": "downloadObject",
131
+ "type": "simple"
132
+ },
133
+ "tooltip": "A bucket acts as a directory that organizes a set of objects.",
134
+ "type": "String"
135
+ },
136
+ {
137
+ "id": "downloadOperationFileName",
138
+ "label": "File name",
139
+ "optional": false,
140
+ "constraints": {
141
+ "notEmpty": true
142
+ },
143
+ "feel": "optional",
144
+ "group": "operation",
145
+ "binding": {
146
+ "name": "operation.fileName",
147
+ "type": "zeebe:input"
148
+ },
149
+ "condition": {
150
+ "property": "operationDiscriminator",
151
+ "equals": "downloadObject",
152
+ "type": "simple"
153
+ },
154
+ "tooltip": "Name of the object in the bucket to download.",
155
+ "type": "String"
156
+ },
157
+ {
158
+ "id": "documentReturnFormat",
159
+ "label": "Response format",
160
+ "value": "DOCUMENT",
161
+ "group": "operation",
162
+ "binding": {
163
+ "name": "documentReturnFormat.choice",
164
+ "type": "zeebe:input"
165
+ },
166
+ "condition": {
167
+ "property": "operationDiscriminator",
168
+ "equals": "downloadObject",
169
+ "type": "simple"
170
+ },
171
+ "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.",
172
+ "type": "Dropdown",
173
+ "choices": [
174
+ {
175
+ "name": "Document reference",
176
+ "value": "DOCUMENT"
177
+ },
178
+ {
179
+ "name": "as text",
180
+ "value": "TEXT"
181
+ },
182
+ {
183
+ "name": "as JSON",
184
+ "value": "JSON"
185
+ }
186
+ ]
187
+ },
188
+ {
189
+ "id": "documentReturnFormatEncoding",
190
+ "label": "Encoding",
191
+ "description": "Character set used to decode the response. Default UTF-8.",
192
+ "value": "UTF-8",
193
+ "feel": "optional",
194
+ "group": "operation",
195
+ "binding": {
196
+ "name": "documentReturnFormat.encoding",
197
+ "type": "zeebe:input"
198
+ },
199
+ "condition": {
200
+ "allMatch": [
201
+ {
202
+ "property": "documentReturnFormat",
203
+ "equals": "TEXT",
204
+ "type": "simple"
205
+ },
206
+ {
207
+ "property": "operationDiscriminator",
208
+ "equals": "downloadObject",
209
+ "type": "simple"
210
+ }
211
+ ]
212
+ },
213
+ "type": "String"
214
+ },
215
+ {
216
+ "id": "uploadOperationProject",
217
+ "label": "GCP project",
218
+ "optional": false,
219
+ "constraints": {
220
+ "notEmpty": true
221
+ },
222
+ "feel": "optional",
223
+ "group": "operation",
224
+ "binding": {
225
+ "name": "operation.project",
226
+ "type": "zeebe:input"
227
+ },
228
+ "condition": {
229
+ "property": "operationDiscriminator",
230
+ "equals": "uploadObject",
231
+ "type": "simple"
232
+ },
233
+ "tooltip": "The project where the bucket is located.",
234
+ "type": "String"
235
+ },
236
+ {
237
+ "id": "uploadOperationBucket",
238
+ "label": "Object Storage bucket",
239
+ "optional": false,
240
+ "constraints": {
241
+ "notEmpty": true
242
+ },
243
+ "feel": "optional",
244
+ "group": "operation",
245
+ "binding": {
246
+ "name": "operation.bucket",
247
+ "type": "zeebe:input"
248
+ },
249
+ "condition": {
250
+ "property": "operationDiscriminator",
251
+ "equals": "uploadObject",
252
+ "type": "simple"
253
+ },
254
+ "tooltip": "A bucket acts as a directory that organizes a set of objects.",
255
+ "type": "String"
256
+ },
257
+ {
258
+ "id": "operation_document_documentSource",
259
+ "label": "Document source",
260
+ "value": "camunda",
261
+ "group": "operation",
262
+ "binding": {
263
+ "name": "operation.operation_document_documentSource",
264
+ "type": "zeebe:input"
265
+ },
266
+ "condition": {
267
+ "property": "operationDiscriminator",
268
+ "equals": "uploadObject",
269
+ "type": "simple"
270
+ },
271
+ "tooltip": "Document to be uploaded to Google Cloud Storage.",
272
+ "type": "Dropdown",
273
+ "choices": [
274
+ {
275
+ "name": "Camunda Document",
276
+ "value": "camunda"
277
+ },
278
+ {
279
+ "name": "Inline Content",
280
+ "value": "inline"
281
+ },
282
+ {
283
+ "name": "From URL",
284
+ "value": "external"
285
+ }
286
+ ]
287
+ },
288
+ {
289
+ "id": "operation_document_camundaReference",
290
+ "label": "Camunda document",
291
+ "constraints": {
292
+ "notEmpty": true
293
+ },
294
+ "feel": "required",
295
+ "group": "operation",
296
+ "binding": {
297
+ "name": "operation.operation_document_camundaReference",
298
+ "type": "zeebe:input"
299
+ },
300
+ "condition": {
301
+ "allMatch": [
302
+ {
303
+ "property": "operation_document_documentSource",
304
+ "equals": "camunda",
305
+ "type": "simple"
306
+ },
307
+ {
308
+ "property": "operationDiscriminator",
309
+ "equals": "uploadObject",
310
+ "type": "simple"
311
+ }
312
+ ]
313
+ },
314
+ "type": "String"
315
+ },
316
+ {
317
+ "id": "operation_document_inline_content",
318
+ "label": "Content",
319
+ "constraints": {
320
+ "notEmpty": true
321
+ },
322
+ "feel": "optional",
323
+ "group": "operation",
324
+ "binding": {
325
+ "name": "operation.operation_document_inline_content",
326
+ "type": "zeebe:input"
327
+ },
328
+ "condition": {
329
+ "allMatch": [
330
+ {
331
+ "property": "operation_document_documentSource",
332
+ "equals": "inline",
333
+ "type": "simple"
334
+ },
335
+ {
336
+ "property": "operationDiscriminator",
337
+ "equals": "uploadObject",
338
+ "type": "simple"
339
+ }
340
+ ]
341
+ },
342
+ "type": "String"
343
+ },
344
+ {
345
+ "id": "operation_document_inline_fileName",
346
+ "label": "File name",
347
+ "feel": "optional",
348
+ "group": "operation",
349
+ "binding": {
350
+ "name": "operation.operation_document_inline_fileName",
351
+ "type": "zeebe:input"
352
+ },
353
+ "condition": {
354
+ "allMatch": [
355
+ {
356
+ "property": "operation_document_documentSource",
357
+ "equals": "inline",
358
+ "type": "simple"
359
+ },
360
+ {
361
+ "property": "operationDiscriminator",
362
+ "equals": "uploadObject",
363
+ "type": "simple"
364
+ }
365
+ ]
366
+ },
367
+ "type": "String"
368
+ },
369
+ {
370
+ "id": "operation_document_inline_contentType",
371
+ "label": "Content type",
372
+ "feel": "optional",
373
+ "group": "operation",
374
+ "binding": {
375
+ "name": "operation.operation_document_inline_contentType",
376
+ "type": "zeebe:input"
377
+ },
378
+ "condition": {
379
+ "allMatch": [
380
+ {
381
+ "property": "operation_document_documentSource",
382
+ "equals": "inline",
383
+ "type": "simple"
384
+ },
385
+ {
386
+ "property": "operationDiscriminator",
387
+ "equals": "uploadObject",
388
+ "type": "simple"
389
+ }
390
+ ]
391
+ },
392
+ "type": "String"
393
+ },
394
+ {
395
+ "id": "operation_document_external_url",
396
+ "label": "URL",
397
+ "constraints": {
398
+ "notEmpty": true
399
+ },
400
+ "feel": "optional",
401
+ "group": "operation",
402
+ "binding": {
403
+ "name": "operation.operation_document_external_url",
404
+ "type": "zeebe:input"
405
+ },
406
+ "condition": {
407
+ "allMatch": [
408
+ {
409
+ "property": "operation_document_documentSource",
410
+ "equals": "external",
411
+ "type": "simple"
412
+ },
413
+ {
414
+ "property": "operationDiscriminator",
415
+ "equals": "uploadObject",
416
+ "type": "simple"
417
+ }
418
+ ]
419
+ },
420
+ "type": "String"
421
+ },
422
+ {
423
+ "id": "operation_document_external_fileName",
424
+ "label": "File name",
425
+ "feel": "optional",
426
+ "group": "operation",
427
+ "binding": {
428
+ "name": "operation.operation_document_external_fileName",
429
+ "type": "zeebe:input"
430
+ },
431
+ "condition": {
432
+ "allMatch": [
433
+ {
434
+ "property": "operation_document_documentSource",
435
+ "equals": "external",
436
+ "type": "simple"
437
+ },
438
+ {
439
+ "property": "operationDiscriminator",
440
+ "equals": "uploadObject",
441
+ "type": "simple"
442
+ }
443
+ ]
444
+ },
445
+ "type": "String"
446
+ },
447
+ {
448
+ "id": "uploadOperationDocument",
449
+ "value": "=if operation_document_documentSource = \"camunda\" then operation_document_camundaReference else if operation_document_documentSource = \"inline\" then { \"camunda.document.type\": \"inline\", content: operation_document_inline_content, name: operation_document_inline_fileName, contentType: operation_document_inline_contentType } else if operation_document_documentSource = \"external\" then { \"camunda.document.type\": \"external\", url: operation_document_external_url, name: operation_document_external_fileName } else null",
450
+ "group": "operation",
451
+ "binding": {
452
+ "name": "operation.document",
453
+ "type": "zeebe:input"
454
+ },
455
+ "condition": {
456
+ "property": "operationDiscriminator",
457
+ "equals": "uploadObject",
458
+ "type": "simple"
459
+ },
460
+ "type": "Hidden"
461
+ },
462
+ {
463
+ "id": "authentication.jsonKey",
464
+ "label": "JSON key of the service account",
465
+ "optional": false,
466
+ "constraints": {
467
+ "notEmpty": true
468
+ },
469
+ "feel": "optional",
470
+ "group": "authentication",
471
+ "binding": {
472
+ "name": "authentication.jsonKey",
473
+ "type": "zeebe:input"
474
+ },
475
+ "tooltip": "Service account key in JSON format. See the <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/google-cloud-storage/#authentication\" target=\"_blank\">Google Cloud Storage authentication guide</a> for details.",
476
+ "type": "String"
477
+ },
478
+ {
479
+ "id": "uploadOperationFileName",
480
+ "label": "Document file name",
481
+ "optional": true,
482
+ "feel": "optional",
483
+ "group": "additionalProperties",
484
+ "binding": {
485
+ "name": "operation.fileName",
486
+ "type": "zeebe:input"
487
+ },
488
+ "condition": {
489
+ "property": "operationDiscriminator",
490
+ "equals": "uploadObject",
491
+ "type": "simple"
492
+ },
493
+ "tooltip": "By default, the file's metadata name is used unless a custom name is specified.",
494
+ "type": "String"
495
+ },
496
+ {
497
+ "id": "version",
498
+ "label": "Version",
499
+ "description": "Version of the element template",
500
+ "value": "4",
501
+ "group": "connector",
502
+ "binding": {
503
+ "key": "elementTemplateVersion",
504
+ "type": "zeebe:taskHeader"
505
+ },
506
+ "type": "Hidden"
507
+ },
508
+ {
509
+ "id": "id",
510
+ "label": "ID",
511
+ "description": "ID of the element template",
512
+ "value": "io.camunda.connectors.google.gcp.v1",
513
+ "group": "connector",
514
+ "binding": {
515
+ "key": "elementTemplateId",
516
+ "type": "zeebe:taskHeader"
517
+ },
518
+ "type": "Hidden"
519
+ },
520
+ {
521
+ "id": "resultVariable",
522
+ "label": "Result variable",
523
+ "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>.",
524
+ "group": "output",
525
+ "binding": {
526
+ "key": "resultVariable",
527
+ "type": "zeebe:taskHeader"
528
+ },
529
+ "type": "String"
530
+ },
531
+ {
532
+ "id": "resultExpression",
533
+ "label": "Result expression",
534
+ "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>.",
535
+ "feel": "required",
536
+ "group": "output",
537
+ "binding": {
538
+ "key": "resultExpression",
539
+ "type": "zeebe:taskHeader"
540
+ },
541
+ "type": "Text"
542
+ },
543
+ {
544
+ "id": "errorExpression",
545
+ "label": "Error expression",
546
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
547
+ "feel": "required",
548
+ "group": "error",
549
+ "binding": {
550
+ "key": "errorExpression",
551
+ "type": "zeebe:taskHeader"
552
+ },
553
+ "type": "Text"
554
+ },
555
+ {
556
+ "id": "retryCount",
557
+ "label": "Retries",
558
+ "description": "Number of retries",
559
+ "value": "3",
560
+ "feel": "optional",
561
+ "group": "retries",
562
+ "binding": {
563
+ "property": "retries",
564
+ "type": "zeebe:taskDefinition"
565
+ },
566
+ "type": "String"
567
+ },
568
+ {
569
+ "id": "retryBackoff",
570
+ "label": "Retry backoff",
571
+ "description": "ISO-8601 duration to wait between retries",
572
+ "value": "PT30S",
573
+ "group": "retries",
574
+ "binding": {
575
+ "key": "retryBackoff",
576
+ "type": "zeebe:taskHeader"
577
+ },
578
+ "type": "String"
579
+ }
580
+ ],
581
+ "steps": [
582
+ {
583
+ "name": "Download object",
584
+ "description": "Download an object from a Google Cloud Storage bucket",
585
+ "keywords": [
586
+ "download",
587
+ "get object",
588
+ "fetch file",
589
+ "retrieve object",
590
+ "export from bucket"
591
+ ],
592
+ "presetId": "operationDiscriminator_downloadObject"
593
+ },
594
+ {
595
+ "name": "Upload object",
596
+ "description": "Upload an object to a Google Cloud Storage bucket",
597
+ "keywords": [
598
+ "upload",
599
+ "store object",
600
+ "save file",
601
+ "put object",
602
+ "publish to bucket"
603
+ ],
604
+ "presetId": "operationDiscriminator_uploadObject"
605
+ }
606
+ ],
607
+ "presets": [
608
+ {
609
+ "id": "operationDiscriminator_downloadObject",
610
+ "properties": {
611
+ "operationDiscriminator": "downloadObject"
612
+ }
613
+ },
614
+ {
615
+ "id": "operationDiscriminator_uploadObject",
616
+ "properties": {
617
+ "operationDiscriminator": "uploadObject"
618
+ }
619
+ }
620
+ ],
621
+ "icon": {
622
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNhZWNiZmE7fS5jbHMtMntmaWxsOiM2NjlkZjY7fS5jbHMtM3tmaWxsOiM0Mjg1ZjQ7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5JY29uXzI0cHhfQ2xvdWRTdG9yYWdlX0NvbG9yPC90aXRsZT48ZyBkYXRhLW5hbWU9IlByb2R1Y3QgSWNvbnMiPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMiIgeT0iNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjciLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjIwIiB5PSI0IiB3aWR0aD0iMiIgaGVpZ2h0PSI3Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjIyIDQgMjAgNCAyMCAxMSAyMiA0Ii8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSIyIiB5PSI0IiB3aWR0aD0iMiIgaGVpZ2h0PSI3Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI2IiB5PSI3IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIxNSIgeT0iNiIgd2lkdGg9IjMiIGhlaWdodD0iMyIgcng9IjEuNSIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMiIgeT0iMTMiIHdpZHRoPSIyMCIgaGVpZ2h0PSI3Ii8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSIyMCIgeT0iMTMiIHdpZHRoPSIyIiBoZWlnaHQ9IjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iMjIgMTMgMjAgMTMgMjAgMjAgMjIgMTMiLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjIiIHk9IjEzIiB3aWR0aD0iMiIgaGVpZ2h0PSI3Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI2IiB5PSIxNiIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMTUiIHk9IjE1IiB3aWR0aD0iMyIgaGVpZ2h0PSIzIiByeD0iMS41Ii8+PC9nPjwvc3ZnPg=="
623
+ }
624
+ },
625
+ {
626
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
627
+ "name": "Google Cloud Storage Outbound Connector",
628
+ "id": "io.camunda.connectors.google.gcp.v1",
629
+ "description": "Upload and download files from Google Cloud Storage.",
630
+ "keywords": [
631
+ "download file from google cloud storage",
632
+ "upload file to google cloud storage",
633
+ "download file from gcs",
634
+ "upload file to gcs",
635
+ "gcs",
636
+ "download file",
637
+ "upload file",
638
+ "download object",
639
+ "upload object",
640
+ "cloud storage",
641
+ "object storage",
642
+ "file storage"
643
+ ],
644
+ "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/google-cloud-storage",
645
+ "version": 2,
646
+ "category": {
647
+ "id": "connectors",
648
+ "name": "Connectors"
649
+ },
650
+ "appliesTo": ["bpmn:Task"],
651
+ "elementType": {
652
+ "value": "bpmn:ServiceTask"
653
+ },
654
+ "engines": {
655
+ "camunda": "^8.10"
656
+ },
657
+ "groups": [
658
+ {
659
+ "id": "authentication",
660
+ "label": "Authentication"
661
+ },
662
+ {
663
+ "id": "operation",
664
+ "label": "Operation"
665
+ },
666
+ {
667
+ "id": "additionalProperties",
668
+ "label": "Additional properties"
669
+ },
670
+ {
671
+ "id": "connector",
672
+ "label": "Connector"
673
+ },
674
+ {
675
+ "id": "output",
676
+ "label": "Output mapping"
677
+ },
678
+ {
679
+ "id": "error",
680
+ "label": "Error handling"
681
+ },
682
+ {
683
+ "id": "retries",
684
+ "label": "Retries"
685
+ }
686
+ ],
687
+ "properties": [
688
+ {
689
+ "value": "io.camunda:google-gcs:1",
690
+ "binding": {
691
+ "property": "type",
692
+ "type": "zeebe:taskDefinition"
693
+ },
694
+ "type": "Hidden"
695
+ },
696
+ {
697
+ "id": "authentication.jsonKey",
698
+ "label": "JSON key of the service account",
699
+ "description": "This is the key of the service account in JSON format. See <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/google-cloud-storage/#authentication\" target=\"_blank\">documentation</a> for details.",
700
+ "optional": false,
701
+ "constraints": {
702
+ "notEmpty": true
703
+ },
704
+ "feel": "optional",
705
+ "group": "authentication",
706
+ "binding": {
707
+ "name": "authentication.jsonKey",
708
+ "type": "zeebe:input"
709
+ },
710
+ "type": "String"
711
+ },
712
+ {
713
+ "id": "operationDiscriminator",
714
+ "label": "Operation",
715
+ "value": "uploadObject",
716
+ "group": "operation",
717
+ "binding": {
718
+ "name": "operationDiscriminator",
719
+ "type": "zeebe:input"
720
+ },
721
+ "type": "Dropdown",
722
+ "choices": [
723
+ {
724
+ "name": "Download object",
725
+ "value": "downloadObject"
726
+ },
727
+ {
728
+ "name": "Upload object",
729
+ "value": "uploadObject"
730
+ }
731
+ ]
732
+ },
733
+ {
734
+ "id": "downloadOperationProject",
735
+ "label": "GCP project",
736
+ "optional": false,
737
+ "constraints": {
738
+ "notEmpty": true
739
+ },
740
+ "feel": "optional",
741
+ "group": "operation",
742
+ "binding": {
743
+ "name": "operation.project",
744
+ "type": "zeebe:input"
745
+ },
746
+ "condition": {
747
+ "property": "operationDiscriminator",
748
+ "equals": "downloadObject",
749
+ "type": "simple"
750
+ },
751
+ "tooltip": "The project where the bucket is located.",
752
+ "type": "String"
753
+ },
754
+ {
755
+ "id": "downloadOperationBucket",
756
+ "label": "Object Storage bucket",
757
+ "optional": false,
758
+ "constraints": {
759
+ "notEmpty": true
760
+ },
761
+ "feel": "optional",
762
+ "group": "operation",
763
+ "binding": {
764
+ "name": "operation.bucket",
765
+ "type": "zeebe:input"
766
+ },
767
+ "condition": {
768
+ "property": "operationDiscriminator",
769
+ "equals": "downloadObject",
770
+ "type": "simple"
771
+ },
772
+ "tooltip": "A bucket acts as a directory that organizes a set of objects.",
773
+ "type": "String"
774
+ },
775
+ {
776
+ "id": "downloadOperationFileName",
777
+ "label": "File name",
778
+ "optional": false,
779
+ "constraints": {
780
+ "notEmpty": true
781
+ },
782
+ "feel": "optional",
783
+ "group": "operation",
784
+ "binding": {
785
+ "name": "operation.fileName",
786
+ "type": "zeebe:input"
787
+ },
788
+ "condition": {
789
+ "property": "operationDiscriminator",
790
+ "equals": "downloadObject",
791
+ "type": "simple"
792
+ },
793
+ "tooltip": "Specify the name of the document to be downloaded.",
794
+ "type": "String"
795
+ },
796
+ {
797
+ "id": "downloadOperationAsFile",
798
+ "label": "Return document as reference",
799
+ "optional": false,
800
+ "value": true,
801
+ "feel": "static",
802
+ "group": "operation",
803
+ "binding": {
804
+ "name": "operation.asDocument",
805
+ "type": "zeebe:input"
806
+ },
807
+ "condition": {
808
+ "property": "operationDiscriminator",
809
+ "equals": "downloadObject",
810
+ "type": "simple"
811
+ },
812
+ "tooltip": "If checked, a Camunda document is created and its reference is returned\nIf not checked, no document is created and the content is passed as is",
813
+ "type": "Boolean"
814
+ },
815
+ {
816
+ "id": "uploadOperationProject",
817
+ "label": "GCP project",
818
+ "optional": false,
819
+ "constraints": {
820
+ "notEmpty": true
821
+ },
822
+ "feel": "optional",
823
+ "group": "operation",
824
+ "binding": {
825
+ "name": "operation.project",
826
+ "type": "zeebe:input"
827
+ },
828
+ "condition": {
829
+ "property": "operationDiscriminator",
830
+ "equals": "uploadObject",
831
+ "type": "simple"
832
+ },
833
+ "tooltip": "The project where the bucket is located.",
834
+ "type": "String"
835
+ },
836
+ {
837
+ "id": "uploadOperationBucket",
838
+ "label": "Object Storage bucket",
839
+ "optional": false,
840
+ "constraints": {
841
+ "notEmpty": true
842
+ },
843
+ "feel": "optional",
844
+ "group": "operation",
845
+ "binding": {
846
+ "name": "operation.bucket",
847
+ "type": "zeebe:input"
848
+ },
849
+ "condition": {
850
+ "property": "operationDiscriminator",
851
+ "equals": "uploadObject",
852
+ "type": "simple"
853
+ },
854
+ "tooltip": "A bucket acts as a directory that organizes a set of objects.",
855
+ "type": "String"
856
+ },
857
+ {
858
+ "id": "operation_document_documentSource",
859
+ "label": "Document source",
860
+ "value": "camunda",
861
+ "group": "operation",
862
+ "binding": {
863
+ "name": "operation.operation_document_documentSource",
864
+ "type": "zeebe:input"
865
+ },
866
+ "condition": {
867
+ "property": "operationDiscriminator",
868
+ "equals": "uploadObject",
869
+ "type": "simple"
870
+ },
871
+ "tooltip": "Document to be uploaded to Google Cloud Storage.",
872
+ "type": "Dropdown",
873
+ "choices": [
874
+ {
875
+ "name": "Camunda Document",
876
+ "value": "camunda"
877
+ },
878
+ {
879
+ "name": "Inline Content",
880
+ "value": "inline"
881
+ },
882
+ {
883
+ "name": "From URL",
884
+ "value": "external"
885
+ }
886
+ ]
887
+ },
888
+ {
889
+ "id": "operation_document_camundaReference",
890
+ "label": "Camunda document",
891
+ "constraints": {
892
+ "notEmpty": true
893
+ },
894
+ "feel": "required",
895
+ "group": "operation",
896
+ "binding": {
897
+ "name": "operation.operation_document_camundaReference",
898
+ "type": "zeebe:input"
899
+ },
900
+ "condition": {
901
+ "allMatch": [
902
+ {
903
+ "property": "operation_document_documentSource",
904
+ "equals": "camunda",
905
+ "type": "simple"
906
+ },
907
+ {
908
+ "property": "operationDiscriminator",
909
+ "equals": "uploadObject",
910
+ "type": "simple"
911
+ }
912
+ ]
913
+ },
914
+ "type": "String"
915
+ },
916
+ {
917
+ "id": "operation_document_inline_content",
918
+ "label": "Content",
919
+ "constraints": {
920
+ "notEmpty": true
921
+ },
922
+ "feel": "optional",
923
+ "group": "operation",
924
+ "binding": {
925
+ "name": "operation.operation_document_inline_content",
926
+ "type": "zeebe:input"
927
+ },
928
+ "condition": {
929
+ "allMatch": [
930
+ {
931
+ "property": "operation_document_documentSource",
932
+ "equals": "inline",
933
+ "type": "simple"
934
+ },
935
+ {
936
+ "property": "operationDiscriminator",
937
+ "equals": "uploadObject",
938
+ "type": "simple"
939
+ }
940
+ ]
941
+ },
942
+ "type": "String"
943
+ },
944
+ {
945
+ "id": "operation_document_inline_fileName",
946
+ "label": "File name",
947
+ "feel": "optional",
948
+ "group": "operation",
949
+ "binding": {
950
+ "name": "operation.operation_document_inline_fileName",
951
+ "type": "zeebe:input"
952
+ },
953
+ "condition": {
954
+ "allMatch": [
955
+ {
956
+ "property": "operation_document_documentSource",
957
+ "equals": "inline",
958
+ "type": "simple"
959
+ },
960
+ {
961
+ "property": "operationDiscriminator",
962
+ "equals": "uploadObject",
963
+ "type": "simple"
964
+ }
965
+ ]
966
+ },
967
+ "type": "String"
968
+ },
969
+ {
970
+ "id": "operation_document_inline_contentType",
971
+ "label": "Content type",
972
+ "feel": "optional",
973
+ "group": "operation",
974
+ "binding": {
975
+ "name": "operation.operation_document_inline_contentType",
976
+ "type": "zeebe:input"
977
+ },
978
+ "condition": {
979
+ "allMatch": [
980
+ {
981
+ "property": "operation_document_documentSource",
982
+ "equals": "inline",
983
+ "type": "simple"
984
+ },
985
+ {
986
+ "property": "operationDiscriminator",
987
+ "equals": "uploadObject",
988
+ "type": "simple"
989
+ }
990
+ ]
991
+ },
992
+ "type": "String"
993
+ },
994
+ {
995
+ "id": "operation_document_external_url",
996
+ "label": "URL",
997
+ "constraints": {
998
+ "notEmpty": true
999
+ },
1000
+ "feel": "optional",
1001
+ "group": "operation",
1002
+ "binding": {
1003
+ "name": "operation.operation_document_external_url",
1004
+ "type": "zeebe:input"
1005
+ },
1006
+ "condition": {
1007
+ "allMatch": [
1008
+ {
1009
+ "property": "operation_document_documentSource",
1010
+ "equals": "external",
1011
+ "type": "simple"
1012
+ },
1013
+ {
1014
+ "property": "operationDiscriminator",
1015
+ "equals": "uploadObject",
1016
+ "type": "simple"
1017
+ }
1018
+ ]
1019
+ },
1020
+ "type": "String"
1021
+ },
1022
+ {
1023
+ "id": "operation_document_external_fileName",
1024
+ "label": "File name",
1025
+ "feel": "optional",
1026
+ "group": "operation",
1027
+ "binding": {
1028
+ "name": "operation.operation_document_external_fileName",
1029
+ "type": "zeebe:input"
1030
+ },
1031
+ "condition": {
1032
+ "allMatch": [
1033
+ {
1034
+ "property": "operation_document_documentSource",
1035
+ "equals": "external",
1036
+ "type": "simple"
1037
+ },
1038
+ {
1039
+ "property": "operationDiscriminator",
1040
+ "equals": "uploadObject",
1041
+ "type": "simple"
1042
+ }
1043
+ ]
1044
+ },
1045
+ "type": "String"
1046
+ },
1047
+ {
1048
+ "id": "uploadOperationDocument",
1049
+ "value": "=if operation_document_documentSource = \"camunda\" then operation_document_camundaReference else if operation_document_documentSource = \"inline\" then { \"camunda.document.type\": \"inline\", content: operation_document_inline_content, name: operation_document_inline_fileName, contentType: operation_document_inline_contentType } else if operation_document_documentSource = \"external\" then { \"camunda.document.type\": \"external\", url: operation_document_external_url, name: operation_document_external_fileName } else null",
1050
+ "group": "operation",
1051
+ "binding": {
1052
+ "name": "operation.document",
1053
+ "type": "zeebe:input"
1054
+ },
1055
+ "condition": {
1056
+ "property": "operationDiscriminator",
1057
+ "equals": "uploadObject",
1058
+ "type": "simple"
1059
+ },
1060
+ "type": "Hidden"
1061
+ },
1062
+ {
1063
+ "id": "uploadOperationFileName",
1064
+ "label": "Document file name",
1065
+ "optional": true,
1066
+ "feel": "optional",
1067
+ "group": "additionalProperties",
1068
+ "binding": {
1069
+ "name": "operation.fileName",
1070
+ "type": "zeebe:input"
1071
+ },
1072
+ "condition": {
1073
+ "property": "operationDiscriminator",
1074
+ "equals": "uploadObject",
1075
+ "type": "simple"
1076
+ },
1077
+ "tooltip": "By default, the file's metadata name is used unless a custom name is specified.",
1078
+ "type": "String"
1079
+ },
1080
+ {
1081
+ "id": "version",
1082
+ "label": "Version",
1083
+ "description": "Version of the element template",
1084
+ "value": "2",
1085
+ "group": "connector",
1086
+ "binding": {
1087
+ "key": "elementTemplateVersion",
1088
+ "type": "zeebe:taskHeader"
1089
+ },
1090
+ "type": "Hidden"
1091
+ },
1092
+ {
1093
+ "id": "id",
1094
+ "label": "ID",
1095
+ "description": "ID of the element template",
1096
+ "value": "io.camunda.connectors.google.gcp.v1",
1097
+ "group": "connector",
1098
+ "binding": {
1099
+ "key": "elementTemplateId",
1100
+ "type": "zeebe:taskHeader"
1101
+ },
1102
+ "type": "Hidden"
1103
+ },
1104
+ {
1105
+ "id": "resultVariable",
1106
+ "label": "Result variable",
1107
+ "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>.",
1108
+ "group": "output",
1109
+ "binding": {
1110
+ "key": "resultVariable",
1111
+ "type": "zeebe:taskHeader"
1112
+ },
1113
+ "type": "String"
1114
+ },
1115
+ {
1116
+ "id": "resultExpression",
1117
+ "label": "Result expression",
1118
+ "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>.",
1119
+ "feel": "required",
1120
+ "group": "output",
1121
+ "binding": {
1122
+ "key": "resultExpression",
1123
+ "type": "zeebe:taskHeader"
1124
+ },
1125
+ "type": "Text"
1126
+ },
1127
+ {
1128
+ "id": "errorExpression",
1129
+ "label": "Error expression",
1130
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1131
+ "feel": "required",
1132
+ "group": "error",
1133
+ "binding": {
1134
+ "key": "errorExpression",
1135
+ "type": "zeebe:taskHeader"
1136
+ },
1137
+ "type": "Text"
1138
+ },
1139
+ {
1140
+ "id": "retryCount",
1141
+ "label": "Retries",
1142
+ "description": "Number of retries",
1143
+ "value": "3",
1144
+ "feel": "optional",
1145
+ "group": "retries",
1146
+ "binding": {
1147
+ "property": "retries",
1148
+ "type": "zeebe:taskDefinition"
1149
+ },
1150
+ "type": "String"
1151
+ },
1152
+ {
1153
+ "id": "retryBackoff",
1154
+ "label": "Retry backoff",
1155
+ "description": "ISO-8601 duration to wait between retries",
1156
+ "value": "PT30S",
1157
+ "group": "retries",
1158
+ "binding": {
1159
+ "key": "retryBackoff",
1160
+ "type": "zeebe:taskHeader"
1161
+ },
1162
+ "type": "String"
1163
+ }
1164
+ ],
1165
+ "icon": {
1166
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNhZWNiZmE7fS5jbHMtMntmaWxsOiM2NjlkZjY7fS5jbHMtM3tmaWxsOiM0Mjg1ZjQ7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5JY29uXzI0cHhfQ2xvdWRTdG9yYWdlX0NvbG9yPC90aXRsZT48ZyBkYXRhLW5hbWU9IlByb2R1Y3QgSWNvbnMiPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMiIgeT0iNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjciLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjIwIiB5PSI0IiB3aWR0aD0iMiIgaGVpZ2h0PSI3Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjIyIDQgMjAgNCAyMCAxMSAyMiA0Ii8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSIyIiB5PSI0IiB3aWR0aD0iMiIgaGVpZ2h0PSI3Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI2IiB5PSI3IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIxNSIgeT0iNiIgd2lkdGg9IjMiIGhlaWdodD0iMyIgcng9IjEuNSIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMiIgeT0iMTMiIHdpZHRoPSIyMCIgaGVpZ2h0PSI3Ii8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSIyMCIgeT0iMTMiIHdpZHRoPSIyIiBoZWlnaHQ9IjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iMjIgMTMgMjAgMTMgMjAgMjAgMjIgMTMiLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjIiIHk9IjEzIiB3aWR0aD0iMiIgaGVpZ2h0PSI3Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI2IiB5PSIxNiIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMTUiIHk9IjE1IiB3aWR0aD0iMyIgaGVpZ2h0PSIzIiByeD0iMS41Ii8+PC9nPjwvc3ZnPg=="
1167
+ }
1168
+ },
1169
+ {
1170
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1171
+ "name": "Google Cloud Storage Outbound Connector",
1172
+ "id": "io.camunda.connectors.google.gcp.v1",
1173
+ "description": "Upload and download files from Google Cloud Storage.",
1174
+ "keywords": [
1175
+ "download file from google cloud storage",
1176
+ "upload file to google cloud storage",
1177
+ "download file from gcs",
1178
+ "upload file to gcs",
1179
+ "gcs",
1180
+ "download file",
1181
+ "upload file",
1182
+ "download object",
1183
+ "upload object",
1184
+ "cloud storage",
1185
+ "object storage",
1186
+ "file storage"
1187
+ ],
1188
+ "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/google-cloud-storage",
1189
+ "version": 3,
23
1190
  "category": {
24
1191
  "id": "connectors",
25
1192
  "name": "Connectors"
@@ -29,17 +1196,17 @@
29
1196
  "value": "bpmn:ServiceTask"
30
1197
  },
31
1198
  "engines": {
32
- "camunda": "^8.8"
1199
+ "camunda": "^8.10"
33
1200
  },
34
1201
  "groups": [
35
- {
36
- "id": "authentication",
37
- "label": "Authentication"
38
- },
39
1202
  {
40
1203
  "id": "operation",
41
1204
  "label": "Operation"
42
1205
  },
1206
+ {
1207
+ "id": "authentication",
1208
+ "label": "Authentication"
1209
+ },
43
1210
  {
44
1211
  "id": "additionalProperties",
45
1212
  "label": "Additional properties"
@@ -70,22 +1237,6 @@
70
1237
  },
71
1238
  "type": "Hidden"
72
1239
  },
73
- {
74
- "id": "authentication.jsonKey",
75
- "label": "JSON key of the service account",
76
- "description": "This is the key of the service account in JSON format. See <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/google-cloud-storage/#authentication\" target=\"_blank\">documentation</a> for details.",
77
- "optional": false,
78
- "constraints": {
79
- "notEmpty": true
80
- },
81
- "feel": "optional",
82
- "group": "authentication",
83
- "binding": {
84
- "name": "authentication.jsonKey",
85
- "type": "zeebe:input"
86
- },
87
- "type": "String"
88
- },
89
1240
  {
90
1241
  "id": "operationDiscriminator",
91
1242
  "label": "Operation",
@@ -167,7 +1318,7 @@
167
1318
  "equals": "downloadObject",
168
1319
  "type": "simple"
169
1320
  },
170
- "tooltip": "Specify the name of the document to be downloaded.",
1321
+ "tooltip": "Name of the object in the bucket to download.",
171
1322
  "type": "String"
172
1323
  },
173
1324
  {
@@ -186,7 +1337,7 @@
186
1337
  "equals": "downloadObject",
187
1338
  "type": "simple"
188
1339
  },
189
- "tooltip": "If checked, a Camunda document is created and its reference is returned\nIf not checked, no document is created and the content is passed as is",
1340
+ "tooltip": "If checked, a Camunda document is created and its reference is returned.\nIf not checked, no document is created and the content is returned as is.",
190
1341
  "type": "Boolean"
191
1342
  },
192
1343
  {
@@ -207,20 +1358,226 @@
207
1358
  "equals": "uploadObject",
208
1359
  "type": "simple"
209
1360
  },
210
- "tooltip": "The project where the bucket is located.",
1361
+ "tooltip": "The project where the bucket is located.",
1362
+ "type": "String"
1363
+ },
1364
+ {
1365
+ "id": "uploadOperationBucket",
1366
+ "label": "Object Storage bucket",
1367
+ "optional": false,
1368
+ "constraints": {
1369
+ "notEmpty": true
1370
+ },
1371
+ "feel": "optional",
1372
+ "group": "operation",
1373
+ "binding": {
1374
+ "name": "operation.bucket",
1375
+ "type": "zeebe:input"
1376
+ },
1377
+ "condition": {
1378
+ "property": "operationDiscriminator",
1379
+ "equals": "uploadObject",
1380
+ "type": "simple"
1381
+ },
1382
+ "tooltip": "A bucket acts as a directory that organizes a set of objects.",
1383
+ "type": "String"
1384
+ },
1385
+ {
1386
+ "id": "operation_document_documentSource",
1387
+ "label": "Document source",
1388
+ "value": "camunda",
1389
+ "group": "operation",
1390
+ "binding": {
1391
+ "name": "operation.operation_document_documentSource",
1392
+ "type": "zeebe:input"
1393
+ },
1394
+ "condition": {
1395
+ "property": "operationDiscriminator",
1396
+ "equals": "uploadObject",
1397
+ "type": "simple"
1398
+ },
1399
+ "tooltip": "Document to be uploaded to Google Cloud Storage.",
1400
+ "type": "Dropdown",
1401
+ "choices": [
1402
+ {
1403
+ "name": "Camunda Document",
1404
+ "value": "camunda"
1405
+ },
1406
+ {
1407
+ "name": "Inline Content",
1408
+ "value": "inline"
1409
+ },
1410
+ {
1411
+ "name": "From URL",
1412
+ "value": "external"
1413
+ }
1414
+ ]
1415
+ },
1416
+ {
1417
+ "id": "operation_document_camundaReference",
1418
+ "label": "Camunda document",
1419
+ "constraints": {
1420
+ "notEmpty": true
1421
+ },
1422
+ "feel": "required",
1423
+ "group": "operation",
1424
+ "binding": {
1425
+ "name": "operation.operation_document_camundaReference",
1426
+ "type": "zeebe:input"
1427
+ },
1428
+ "condition": {
1429
+ "allMatch": [
1430
+ {
1431
+ "property": "operation_document_documentSource",
1432
+ "equals": "camunda",
1433
+ "type": "simple"
1434
+ },
1435
+ {
1436
+ "property": "operationDiscriminator",
1437
+ "equals": "uploadObject",
1438
+ "type": "simple"
1439
+ }
1440
+ ]
1441
+ },
1442
+ "type": "String"
1443
+ },
1444
+ {
1445
+ "id": "operation_document_inline_content",
1446
+ "label": "Content",
1447
+ "constraints": {
1448
+ "notEmpty": true
1449
+ },
1450
+ "feel": "optional",
1451
+ "group": "operation",
1452
+ "binding": {
1453
+ "name": "operation.operation_document_inline_content",
1454
+ "type": "zeebe:input"
1455
+ },
1456
+ "condition": {
1457
+ "allMatch": [
1458
+ {
1459
+ "property": "operation_document_documentSource",
1460
+ "equals": "inline",
1461
+ "type": "simple"
1462
+ },
1463
+ {
1464
+ "property": "operationDiscriminator",
1465
+ "equals": "uploadObject",
1466
+ "type": "simple"
1467
+ }
1468
+ ]
1469
+ },
1470
+ "type": "String"
1471
+ },
1472
+ {
1473
+ "id": "operation_document_inline_fileName",
1474
+ "label": "File name",
1475
+ "feel": "optional",
1476
+ "group": "operation",
1477
+ "binding": {
1478
+ "name": "operation.operation_document_inline_fileName",
1479
+ "type": "zeebe:input"
1480
+ },
1481
+ "condition": {
1482
+ "allMatch": [
1483
+ {
1484
+ "property": "operation_document_documentSource",
1485
+ "equals": "inline",
1486
+ "type": "simple"
1487
+ },
1488
+ {
1489
+ "property": "operationDiscriminator",
1490
+ "equals": "uploadObject",
1491
+ "type": "simple"
1492
+ }
1493
+ ]
1494
+ },
1495
+ "type": "String"
1496
+ },
1497
+ {
1498
+ "id": "operation_document_inline_contentType",
1499
+ "label": "Content type",
1500
+ "feel": "optional",
1501
+ "group": "operation",
1502
+ "binding": {
1503
+ "name": "operation.operation_document_inline_contentType",
1504
+ "type": "zeebe:input"
1505
+ },
1506
+ "condition": {
1507
+ "allMatch": [
1508
+ {
1509
+ "property": "operation_document_documentSource",
1510
+ "equals": "inline",
1511
+ "type": "simple"
1512
+ },
1513
+ {
1514
+ "property": "operationDiscriminator",
1515
+ "equals": "uploadObject",
1516
+ "type": "simple"
1517
+ }
1518
+ ]
1519
+ },
1520
+ "type": "String"
1521
+ },
1522
+ {
1523
+ "id": "operation_document_external_url",
1524
+ "label": "URL",
1525
+ "constraints": {
1526
+ "notEmpty": true
1527
+ },
1528
+ "feel": "optional",
1529
+ "group": "operation",
1530
+ "binding": {
1531
+ "name": "operation.operation_document_external_url",
1532
+ "type": "zeebe:input"
1533
+ },
1534
+ "condition": {
1535
+ "allMatch": [
1536
+ {
1537
+ "property": "operation_document_documentSource",
1538
+ "equals": "external",
1539
+ "type": "simple"
1540
+ },
1541
+ {
1542
+ "property": "operationDiscriminator",
1543
+ "equals": "uploadObject",
1544
+ "type": "simple"
1545
+ }
1546
+ ]
1547
+ },
1548
+ "type": "String"
1549
+ },
1550
+ {
1551
+ "id": "operation_document_external_fileName",
1552
+ "label": "File name",
1553
+ "feel": "optional",
1554
+ "group": "operation",
1555
+ "binding": {
1556
+ "name": "operation.operation_document_external_fileName",
1557
+ "type": "zeebe:input"
1558
+ },
1559
+ "condition": {
1560
+ "allMatch": [
1561
+ {
1562
+ "property": "operation_document_documentSource",
1563
+ "equals": "external",
1564
+ "type": "simple"
1565
+ },
1566
+ {
1567
+ "property": "operationDiscriminator",
1568
+ "equals": "uploadObject",
1569
+ "type": "simple"
1570
+ }
1571
+ ]
1572
+ },
211
1573
  "type": "String"
212
1574
  },
213
1575
  {
214
- "id": "uploadOperationBucket",
215
- "label": "Object Storage bucket",
216
- "optional": false,
217
- "constraints": {
218
- "notEmpty": true
219
- },
220
- "feel": "optional",
1576
+ "id": "uploadOperationDocument",
1577
+ "value": "=if operation_document_documentSource = \"camunda\" then operation_document_camundaReference else if operation_document_documentSource = \"inline\" then { \"camunda.document.type\": \"inline\", content: operation_document_inline_content, name: operation_document_inline_fileName, contentType: operation_document_inline_contentType } else if operation_document_documentSource = \"external\" then { \"camunda.document.type\": \"external\", url: operation_document_external_url, name: operation_document_external_fileName } else null",
221
1578
  "group": "operation",
222
1579
  "binding": {
223
- "name": "operation.bucket",
1580
+ "name": "operation.document",
224
1581
  "type": "zeebe:input"
225
1582
  },
226
1583
  "condition": {
@@ -228,28 +1585,22 @@
228
1585
  "equals": "uploadObject",
229
1586
  "type": "simple"
230
1587
  },
231
- "tooltip": "A bucket acts as a directory that organizes a set of objects.",
232
- "type": "String"
1588
+ "type": "Hidden"
233
1589
  },
234
1590
  {
235
- "id": "uploadOperationDocument",
236
- "label": "Document",
1591
+ "id": "authentication.jsonKey",
1592
+ "label": "JSON key of the service account",
237
1593
  "optional": false,
238
1594
  "constraints": {
239
1595
  "notEmpty": true
240
1596
  },
241
- "feel": "required",
242
- "group": "operation",
1597
+ "feel": "optional",
1598
+ "group": "authentication",
243
1599
  "binding": {
244
- "name": "operation.document",
1600
+ "name": "authentication.jsonKey",
245
1601
  "type": "zeebe:input"
246
1602
  },
247
- "condition": {
248
- "property": "operationDiscriminator",
249
- "equals": "uploadObject",
250
- "type": "simple"
251
- },
252
- "tooltip": "Document to be uploaded to Google Cloud Storage.",
1603
+ "tooltip": "Service account key in JSON format. See the <a href=\"https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/google-cloud-storage/#authentication\" target=\"_blank\">Google Cloud Storage authentication guide</a> for details.",
253
1604
  "type": "String"
254
1605
  },
255
1606
  {
@@ -274,7 +1625,7 @@
274
1625
  "id": "version",
275
1626
  "label": "Version",
276
1627
  "description": "Version of the element template",
277
- "value": "1",
1628
+ "value": "3",
278
1629
  "group": "connector",
279
1630
  "binding": {
280
1631
  "key": "elementTemplateVersion",
@@ -346,7 +1697,7 @@
346
1697
  "id": "retryBackoff",
347
1698
  "label": "Retry backoff",
348
1699
  "description": "ISO-8601 duration to wait between retries",
349
- "value": "PT0S",
1700
+ "value": "PT30S",
350
1701
  "group": "retries",
351
1702
  "binding": {
352
1703
  "key": "retryBackoff",
@@ -355,6 +1706,46 @@
355
1706
  "type": "String"
356
1707
  }
357
1708
  ],
1709
+ "steps": [
1710
+ {
1711
+ "name": "Download object",
1712
+ "description": "Download an object from a Google Cloud Storage bucket",
1713
+ "keywords": [
1714
+ "download",
1715
+ "get object",
1716
+ "fetch file",
1717
+ "retrieve object",
1718
+ "export from bucket"
1719
+ ],
1720
+ "presetId": "operationDiscriminator_downloadObject"
1721
+ },
1722
+ {
1723
+ "name": "Upload object",
1724
+ "description": "Upload an object to a Google Cloud Storage bucket",
1725
+ "keywords": [
1726
+ "upload",
1727
+ "store object",
1728
+ "save file",
1729
+ "put object",
1730
+ "publish to bucket"
1731
+ ],
1732
+ "presetId": "operationDiscriminator_uploadObject"
1733
+ }
1734
+ ],
1735
+ "presets": [
1736
+ {
1737
+ "id": "operationDiscriminator_downloadObject",
1738
+ "properties": {
1739
+ "operationDiscriminator": "downloadObject"
1740
+ }
1741
+ },
1742
+ {
1743
+ "id": "operationDiscriminator_uploadObject",
1744
+ "properties": {
1745
+ "operationDiscriminator": "uploadObject"
1746
+ }
1747
+ }
1748
+ ],
358
1749
  "icon": {
359
1750
  "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNhZWNiZmE7fS5jbHMtMntmaWxsOiM2NjlkZjY7fS5jbHMtM3tmaWxsOiM0Mjg1ZjQ7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5JY29uXzI0cHhfQ2xvdWRTdG9yYWdlX0NvbG9yPC90aXRsZT48ZyBkYXRhLW5hbWU9IlByb2R1Y3QgSWNvbnMiPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMiIgeT0iNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjciLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjIwIiB5PSI0IiB3aWR0aD0iMiIgaGVpZ2h0PSI3Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjIyIDQgMjAgNCAyMCAxMSAyMiA0Ii8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSIyIiB5PSI0IiB3aWR0aD0iMiIgaGVpZ2h0PSI3Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI2IiB5PSI3IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIxNSIgeT0iNiIgd2lkdGg9IjMiIGhlaWdodD0iMyIgcng9IjEuNSIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMiIgeT0iMTMiIHdpZHRoPSIyMCIgaGVpZ2h0PSI3Ii8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSIyMCIgeT0iMTMiIHdpZHRoPSIyIiBoZWlnaHQ9IjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iMjIgMTMgMjAgMTMgMjAgMjAgMjIgMTMiLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjIiIHk9IjEzIiB3aWR0aD0iMiIgaGVpZ2h0PSI3Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI2IiB5PSIxNiIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMTUiIHk9IjE1IiB3aWR0aD0iMyIgaGVpZ2h0PSIzIiByeD0iMS41Ii8+PC9nPjwvc3ZnPg=="
360
1751
  }
@@ -379,7 +1770,7 @@
379
1770
  "file storage"
380
1771
  ],
381
1772
  "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/google-cloud-storage",
382
- "version": 2,
1773
+ "version": 1,
383
1774
  "category": {
384
1775
  "id": "connectors",
385
1776
  "name": "Connectors"
@@ -389,7 +1780,7 @@
389
1780
  "value": "bpmn:ServiceTask"
390
1781
  },
391
1782
  "engines": {
392
- "camunda": "^8.10"
1783
+ "camunda": "^8.8"
393
1784
  },
394
1785
  "groups": [
395
1786
  {
@@ -592,199 +1983,14 @@
592
1983
  "type": "String"
593
1984
  },
594
1985
  {
595
- "id": "operation_document_documentSource",
596
- "label": "Document source",
597
- "value": "camunda",
598
- "group": "operation",
599
- "binding": {
600
- "name": "operation.operation_document_documentSource",
601
- "type": "zeebe:input"
602
- },
603
- "condition": {
604
- "property": "operationDiscriminator",
605
- "equals": "uploadObject",
606
- "type": "simple"
607
- },
608
- "tooltip": "Document to be uploaded to Google Cloud Storage.",
609
- "type": "Dropdown",
610
- "choices": [
611
- {
612
- "name": "Camunda Document",
613
- "value": "camunda"
614
- },
615
- {
616
- "name": "Inline Content",
617
- "value": "inline"
618
- },
619
- {
620
- "name": "From URL",
621
- "value": "external"
622
- }
623
- ]
624
- },
625
- {
626
- "id": "operation_document_camundaReference",
627
- "label": "Camunda document",
1986
+ "id": "uploadOperationDocument",
1987
+ "label": "Document",
1988
+ "optional": false,
628
1989
  "constraints": {
629
1990
  "notEmpty": true
630
1991
  },
631
1992
  "feel": "required",
632
1993
  "group": "operation",
633
- "binding": {
634
- "name": "operation.operation_document_camundaReference",
635
- "type": "zeebe:input"
636
- },
637
- "condition": {
638
- "allMatch": [
639
- {
640
- "property": "operation_document_documentSource",
641
- "equals": "camunda",
642
- "type": "simple"
643
- },
644
- {
645
- "property": "operationDiscriminator",
646
- "equals": "uploadObject",
647
- "type": "simple"
648
- }
649
- ]
650
- },
651
- "type": "String"
652
- },
653
- {
654
- "id": "operation_document_inline_content",
655
- "label": "Content",
656
- "constraints": {
657
- "notEmpty": true
658
- },
659
- "feel": "optional",
660
- "group": "operation",
661
- "binding": {
662
- "name": "operation.operation_document_inline_content",
663
- "type": "zeebe:input"
664
- },
665
- "condition": {
666
- "allMatch": [
667
- {
668
- "property": "operation_document_documentSource",
669
- "equals": "inline",
670
- "type": "simple"
671
- },
672
- {
673
- "property": "operationDiscriminator",
674
- "equals": "uploadObject",
675
- "type": "simple"
676
- }
677
- ]
678
- },
679
- "type": "String"
680
- },
681
- {
682
- "id": "operation_document_inline_fileName",
683
- "label": "File name",
684
- "feel": "optional",
685
- "group": "operation",
686
- "binding": {
687
- "name": "operation.operation_document_inline_fileName",
688
- "type": "zeebe:input"
689
- },
690
- "condition": {
691
- "allMatch": [
692
- {
693
- "property": "operation_document_documentSource",
694
- "equals": "inline",
695
- "type": "simple"
696
- },
697
- {
698
- "property": "operationDiscriminator",
699
- "equals": "uploadObject",
700
- "type": "simple"
701
- }
702
- ]
703
- },
704
- "type": "String"
705
- },
706
- {
707
- "id": "operation_document_inline_contentType",
708
- "label": "Content type",
709
- "feel": "optional",
710
- "group": "operation",
711
- "binding": {
712
- "name": "operation.operation_document_inline_contentType",
713
- "type": "zeebe:input"
714
- },
715
- "condition": {
716
- "allMatch": [
717
- {
718
- "property": "operation_document_documentSource",
719
- "equals": "inline",
720
- "type": "simple"
721
- },
722
- {
723
- "property": "operationDiscriminator",
724
- "equals": "uploadObject",
725
- "type": "simple"
726
- }
727
- ]
728
- },
729
- "type": "String"
730
- },
731
- {
732
- "id": "operation_document_external_url",
733
- "label": "URL",
734
- "constraints": {
735
- "notEmpty": true
736
- },
737
- "feel": "optional",
738
- "group": "operation",
739
- "binding": {
740
- "name": "operation.operation_document_external_url",
741
- "type": "zeebe:input"
742
- },
743
- "condition": {
744
- "allMatch": [
745
- {
746
- "property": "operation_document_documentSource",
747
- "equals": "external",
748
- "type": "simple"
749
- },
750
- {
751
- "property": "operationDiscriminator",
752
- "equals": "uploadObject",
753
- "type": "simple"
754
- }
755
- ]
756
- },
757
- "type": "String"
758
- },
759
- {
760
- "id": "operation_document_external_fileName",
761
- "label": "File name",
762
- "feel": "optional",
763
- "group": "operation",
764
- "binding": {
765
- "name": "operation.operation_document_external_fileName",
766
- "type": "zeebe:input"
767
- },
768
- "condition": {
769
- "allMatch": [
770
- {
771
- "property": "operation_document_documentSource",
772
- "equals": "external",
773
- "type": "simple"
774
- },
775
- {
776
- "property": "operationDiscriminator",
777
- "equals": "uploadObject",
778
- "type": "simple"
779
- }
780
- ]
781
- },
782
- "type": "String"
783
- },
784
- {
785
- "id": "uploadOperationDocument",
786
- "value": "=if operation_document_documentSource = \"camunda\" then operation_document_camundaReference else if operation_document_documentSource = \"inline\" then { \"camunda.document.type\": \"inline\", content: operation_document_inline_content, name: operation_document_inline_fileName, contentType: operation_document_inline_contentType } else if operation_document_documentSource = \"external\" then { \"camunda.document.type\": \"external\", url: operation_document_external_url, name: operation_document_external_fileName } else null",
787
- "group": "operation",
788
1994
  "binding": {
789
1995
  "name": "operation.document",
790
1996
  "type": "zeebe:input"
@@ -794,7 +2000,8 @@
794
2000
  "equals": "uploadObject",
795
2001
  "type": "simple"
796
2002
  },
797
- "type": "Hidden"
2003
+ "tooltip": "Document to be uploaded to Google Cloud Storage.",
2004
+ "type": "String"
798
2005
  },
799
2006
  {
800
2007
  "id": "uploadOperationFileName",
@@ -818,7 +2025,7 @@
818
2025
  "id": "version",
819
2026
  "label": "Version",
820
2027
  "description": "Version of the element template",
821
- "value": "2",
2028
+ "value": "1",
822
2029
  "group": "connector",
823
2030
  "binding": {
824
2031
  "key": "elementTemplateVersion",
@@ -890,7 +2097,7 @@
890
2097
  "id": "retryBackoff",
891
2098
  "label": "Retry backoff",
892
2099
  "description": "ISO-8601 duration to wait between retries",
893
- "value": "PT30S",
2100
+ "value": "PT0S",
894
2101
  "group": "retries",
895
2102
  "binding": {
896
2103
  "key": "retryBackoff",