@camunda/connectors-element-templates 1.0.17 → 1.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
  14. package/src/element-templates/asana-connector.json +759 -48
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
  30. package/src/element-templates/aws-s3-outbound-connector.json +646 -5
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
  32. package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
  34. package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
  37. package/src/element-templates/aws-sns-outbound-connector.json +581 -577
  38. package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
  40. package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
  43. package/src/element-templates/aws-sqs-start-message.json +461 -457
  44. package/src/element-templates/aws-textract-outbound-connector.json +109 -105
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +569 -24
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +13 -5
  50. package/src/element-templates/easy-post-connector.json +1077 -109
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +58 -50
  55. package/src/element-templates/email-outbound-connector.json +2116 -243
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
  57. package/src/element-templates/github-connector.json +15257 -11722
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
  60. package/src/element-templates/github-webhook-connector-message-start.json +11 -13
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +54 -56
  63. package/src/element-templates/gitlab-connector.json +4177 -2545
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
  65. package/src/element-templates/google-drive-outbound-connector.json +1386 -766
  66. package/src/element-templates/google-gemini-outbound-connector.json +13 -5
  67. package/src/element-templates/google-maps-platform-connector.json +1059 -30
  68. package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
  69. package/src/element-templates/graphql-outbound-connector.json +1744 -1735
  70. package/src/element-templates/http-json-connector.json +2982 -2332
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
  72. package/src/element-templates/http-polling-connector.json +1512 -1501
  73. package/src/element-templates/hubspot-outbound-connector.json +2371 -25
  74. package/src/element-templates/hugging-face-connector.json +234 -3
  75. package/src/element-templates/jdbc-outbound-connector.json +20 -6
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +518 -512
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
  87. package/src/element-templates/openai-connector.json +550 -87
  88. package/src/element-templates/operate-connector.json +1198 -46
  89. package/src/element-templates/power-automate-connector.json +601 -9
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
  95. package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +544 -0
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +945 -337
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +490 -192
  106. package/src/element-templates/slack-inbound-intermediate.json +421 -123
  107. package/src/element-templates/slack-inbound-message-start.json +469 -139
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +216 -211
  110. package/src/element-templates/slack-outbound-connector.json +2451 -753
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1573 -93
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
  114. package/src/element-templates/twilio-webhook-connector.json +243 -13
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +594 -2
  119. package/src/element-templates/webhook-connector-boundary.json +580 -570
  120. package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
  121. package/src/element-templates/webhook-connector-receive.json +16 -6
  122. package/src/element-templates/webhook-connector-start-event.json +1382 -1375
  123. package/src/element-templates/webhook-connector-start-message.json +1306 -1296
  124. package/src/element-templates/whatsapp-connector.json +343 -9
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -4,16 +4,21 @@
4
4
  "name": "Google Cloud Storage Outbound Connector",
5
5
  "id": "io.camunda.connectors.google.gcp.v1",
6
6
  "description": "Upload and download files from Google Cloud Storage.",
7
- "metadata": {
8
- "keywords": [
9
- "download file from google cloud storage",
10
- "upload file to google cloud storage",
11
- "download file from gcs",
12
- "upload file to gcs",
13
- "gcs"
14
- ]
15
- },
16
- "documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/google-cloud-storage",
7
+ "keywords": [
8
+ "download file from google cloud storage",
9
+ "upload file to google cloud storage",
10
+ "download file from gcs",
11
+ "upload file to gcs",
12
+ "gcs",
13
+ "download file",
14
+ "upload file",
15
+ "download object",
16
+ "upload object",
17
+ "cloud storage",
18
+ "object storage",
19
+ "file storage"
20
+ ],
21
+ "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/google-cloud-storage",
17
22
  "version": 1,
18
23
  "category": {
19
24
  "id": "connectors",
@@ -68,7 +73,7 @@
68
73
  {
69
74
  "id": "authentication.jsonKey",
70
75
  "label": "JSON key of the service account",
71
- "description": "This is the key of the service account in JSON format. See <a href=\"https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/google-cloud-storage/#authentication\" target=\"_blank\">documentation</a> for details.",
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.",
72
77
  "optional": false,
73
78
  "constraints": {
74
79
  "notEmpty": true
@@ -292,7 +297,551 @@
292
297
  {
293
298
  "id": "resultVariable",
294
299
  "label": "Result variable",
295
- "description": "Name of variable to store the response in",
300
+ "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>.",
301
+ "group": "output",
302
+ "binding": {
303
+ "key": "resultVariable",
304
+ "type": "zeebe:taskHeader"
305
+ },
306
+ "type": "String"
307
+ },
308
+ {
309
+ "id": "resultExpression",
310
+ "label": "Result expression",
311
+ "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>.",
312
+ "feel": "required",
313
+ "group": "output",
314
+ "binding": {
315
+ "key": "resultExpression",
316
+ "type": "zeebe:taskHeader"
317
+ },
318
+ "type": "Text"
319
+ },
320
+ {
321
+ "id": "errorExpression",
322
+ "label": "Error expression",
323
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
324
+ "feel": "required",
325
+ "group": "error",
326
+ "binding": {
327
+ "key": "errorExpression",
328
+ "type": "zeebe:taskHeader"
329
+ },
330
+ "type": "Text"
331
+ },
332
+ {
333
+ "id": "retryCount",
334
+ "label": "Retries",
335
+ "description": "Number of retries",
336
+ "value": "3",
337
+ "feel": "optional",
338
+ "group": "retries",
339
+ "binding": {
340
+ "property": "retries",
341
+ "type": "zeebe:taskDefinition"
342
+ },
343
+ "type": "String"
344
+ },
345
+ {
346
+ "id": "retryBackoff",
347
+ "label": "Retry backoff",
348
+ "description": "ISO-8601 duration to wait between retries",
349
+ "value": "PT0S",
350
+ "group": "retries",
351
+ "binding": {
352
+ "key": "retryBackoff",
353
+ "type": "zeebe:taskHeader"
354
+ },
355
+ "type": "String"
356
+ }
357
+ ],
358
+ "icon": {
359
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNhZWNiZmE7fS5jbHMtMntmaWxsOiM2NjlkZjY7fS5jbHMtM3tmaWxsOiM0Mjg1ZjQ7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5JY29uXzI0cHhfQ2xvdWRTdG9yYWdlX0NvbG9yPC90aXRsZT48ZyBkYXRhLW5hbWU9IlByb2R1Y3QgSWNvbnMiPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMiIgeT0iNCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjciLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjIwIiB5PSI0IiB3aWR0aD0iMiIgaGVpZ2h0PSI3Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0zIiBwb2ludHM9IjIyIDQgMjAgNCAyMCAxMSAyMiA0Ii8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSIyIiB5PSI0IiB3aWR0aD0iMiIgaGVpZ2h0PSI3Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI2IiB5PSI3IiB3aWR0aD0iNiIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIxNSIgeT0iNiIgd2lkdGg9IjMiIGhlaWdodD0iMyIgcng9IjEuNSIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMiIgeT0iMTMiIHdpZHRoPSIyMCIgaGVpZ2h0PSI3Ii8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSIyMCIgeT0iMTMiIHdpZHRoPSIyIiBoZWlnaHQ9IjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iMjIgMTMgMjAgMTMgMjAgMjAgMjIgMTMiLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjIiIHk9IjEzIiB3aWR0aD0iMiIgaGVpZ2h0PSI3Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI2IiB5PSIxNiIgd2lkdGg9IjYiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMTUiIHk9IjE1IiB3aWR0aD0iMyIgaGVpZ2h0PSIzIiByeD0iMS41Ii8+PC9nPjwvc3ZnPg=="
360
+ }
361
+ },
362
+ {
363
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
364
+ "name": "Google Cloud Storage Outbound Connector",
365
+ "id": "io.camunda.connectors.google.gcp.v1",
366
+ "description": "Upload and download files from Google Cloud Storage.",
367
+ "keywords": [
368
+ "download file from google cloud storage",
369
+ "upload file to google cloud storage",
370
+ "download file from gcs",
371
+ "upload file to gcs",
372
+ "gcs",
373
+ "download file",
374
+ "upload file",
375
+ "download object",
376
+ "upload object",
377
+ "cloud storage",
378
+ "object storage",
379
+ "file storage"
380
+ ],
381
+ "documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/google-cloud-storage",
382
+ "version": 2,
383
+ "category": {
384
+ "id": "connectors",
385
+ "name": "Connectors"
386
+ },
387
+ "appliesTo": ["bpmn:Task"],
388
+ "elementType": {
389
+ "value": "bpmn:ServiceTask"
390
+ },
391
+ "engines": {
392
+ "camunda": "^8.10"
393
+ },
394
+ "groups": [
395
+ {
396
+ "id": "authentication",
397
+ "label": "Authentication"
398
+ },
399
+ {
400
+ "id": "operation",
401
+ "label": "Operation"
402
+ },
403
+ {
404
+ "id": "additionalProperties",
405
+ "label": "Additional properties"
406
+ },
407
+ {
408
+ "id": "connector",
409
+ "label": "Connector"
410
+ },
411
+ {
412
+ "id": "output",
413
+ "label": "Output mapping"
414
+ },
415
+ {
416
+ "id": "error",
417
+ "label": "Error handling"
418
+ },
419
+ {
420
+ "id": "retries",
421
+ "label": "Retries"
422
+ }
423
+ ],
424
+ "properties": [
425
+ {
426
+ "value": "io.camunda:google-gcs:1",
427
+ "binding": {
428
+ "property": "type",
429
+ "type": "zeebe:taskDefinition"
430
+ },
431
+ "type": "Hidden"
432
+ },
433
+ {
434
+ "id": "authentication.jsonKey",
435
+ "label": "JSON key of the service account",
436
+ "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.",
437
+ "optional": false,
438
+ "constraints": {
439
+ "notEmpty": true
440
+ },
441
+ "feel": "optional",
442
+ "group": "authentication",
443
+ "binding": {
444
+ "name": "authentication.jsonKey",
445
+ "type": "zeebe:input"
446
+ },
447
+ "type": "String"
448
+ },
449
+ {
450
+ "id": "operationDiscriminator",
451
+ "label": "Operation",
452
+ "value": "uploadObject",
453
+ "group": "operation",
454
+ "binding": {
455
+ "name": "operationDiscriminator",
456
+ "type": "zeebe:input"
457
+ },
458
+ "type": "Dropdown",
459
+ "choices": [
460
+ {
461
+ "name": "Download object",
462
+ "value": "downloadObject"
463
+ },
464
+ {
465
+ "name": "Upload object",
466
+ "value": "uploadObject"
467
+ }
468
+ ]
469
+ },
470
+ {
471
+ "id": "downloadOperationProject",
472
+ "label": "GCP project",
473
+ "optional": false,
474
+ "constraints": {
475
+ "notEmpty": true
476
+ },
477
+ "feel": "optional",
478
+ "group": "operation",
479
+ "binding": {
480
+ "name": "operation.project",
481
+ "type": "zeebe:input"
482
+ },
483
+ "condition": {
484
+ "property": "operationDiscriminator",
485
+ "equals": "downloadObject",
486
+ "type": "simple"
487
+ },
488
+ "tooltip": "The project where the bucket is located.",
489
+ "type": "String"
490
+ },
491
+ {
492
+ "id": "downloadOperationBucket",
493
+ "label": "Object Storage bucket",
494
+ "optional": false,
495
+ "constraints": {
496
+ "notEmpty": true
497
+ },
498
+ "feel": "optional",
499
+ "group": "operation",
500
+ "binding": {
501
+ "name": "operation.bucket",
502
+ "type": "zeebe:input"
503
+ },
504
+ "condition": {
505
+ "property": "operationDiscriminator",
506
+ "equals": "downloadObject",
507
+ "type": "simple"
508
+ },
509
+ "tooltip": "A bucket acts as a directory that organizes a set of objects.",
510
+ "type": "String"
511
+ },
512
+ {
513
+ "id": "downloadOperationFileName",
514
+ "label": "File name",
515
+ "optional": false,
516
+ "constraints": {
517
+ "notEmpty": true
518
+ },
519
+ "feel": "optional",
520
+ "group": "operation",
521
+ "binding": {
522
+ "name": "operation.fileName",
523
+ "type": "zeebe:input"
524
+ },
525
+ "condition": {
526
+ "property": "operationDiscriminator",
527
+ "equals": "downloadObject",
528
+ "type": "simple"
529
+ },
530
+ "tooltip": "Specify the name of the document to be downloaded.",
531
+ "type": "String"
532
+ },
533
+ {
534
+ "id": "downloadOperationAsFile",
535
+ "label": "Return document as reference",
536
+ "optional": false,
537
+ "value": true,
538
+ "feel": "static",
539
+ "group": "operation",
540
+ "binding": {
541
+ "name": "operation.asDocument",
542
+ "type": "zeebe:input"
543
+ },
544
+ "condition": {
545
+ "property": "operationDiscriminator",
546
+ "equals": "downloadObject",
547
+ "type": "simple"
548
+ },
549
+ "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",
550
+ "type": "Boolean"
551
+ },
552
+ {
553
+ "id": "uploadOperationProject",
554
+ "label": "GCP project",
555
+ "optional": false,
556
+ "constraints": {
557
+ "notEmpty": true
558
+ },
559
+ "feel": "optional",
560
+ "group": "operation",
561
+ "binding": {
562
+ "name": "operation.project",
563
+ "type": "zeebe:input"
564
+ },
565
+ "condition": {
566
+ "property": "operationDiscriminator",
567
+ "equals": "uploadObject",
568
+ "type": "simple"
569
+ },
570
+ "tooltip": "The project where the bucket is located.",
571
+ "type": "String"
572
+ },
573
+ {
574
+ "id": "uploadOperationBucket",
575
+ "label": "Object Storage bucket",
576
+ "optional": false,
577
+ "constraints": {
578
+ "notEmpty": true
579
+ },
580
+ "feel": "optional",
581
+ "group": "operation",
582
+ "binding": {
583
+ "name": "operation.bucket",
584
+ "type": "zeebe:input"
585
+ },
586
+ "condition": {
587
+ "property": "operationDiscriminator",
588
+ "equals": "uploadObject",
589
+ "type": "simple"
590
+ },
591
+ "tooltip": "A bucket acts as a directory that organizes a set of objects.",
592
+ "type": "String"
593
+ },
594
+ {
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",
628
+ "constraints": {
629
+ "notEmpty": true
630
+ },
631
+ "feel": "required",
632
+ "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
+ "binding": {
789
+ "name": "operation.document",
790
+ "type": "zeebe:input"
791
+ },
792
+ "condition": {
793
+ "property": "operationDiscriminator",
794
+ "equals": "uploadObject",
795
+ "type": "simple"
796
+ },
797
+ "type": "Hidden"
798
+ },
799
+ {
800
+ "id": "uploadOperationFileName",
801
+ "label": "Document file name",
802
+ "optional": true,
803
+ "feel": "optional",
804
+ "group": "additionalProperties",
805
+ "binding": {
806
+ "name": "operation.fileName",
807
+ "type": "zeebe:input"
808
+ },
809
+ "condition": {
810
+ "property": "operationDiscriminator",
811
+ "equals": "uploadObject",
812
+ "type": "simple"
813
+ },
814
+ "tooltip": "By default, the file's metadata name is used unless a custom name is specified.",
815
+ "type": "String"
816
+ },
817
+ {
818
+ "id": "version",
819
+ "label": "Version",
820
+ "description": "Version of the element template",
821
+ "value": "2",
822
+ "group": "connector",
823
+ "binding": {
824
+ "key": "elementTemplateVersion",
825
+ "type": "zeebe:taskHeader"
826
+ },
827
+ "type": "Hidden"
828
+ },
829
+ {
830
+ "id": "id",
831
+ "label": "ID",
832
+ "description": "ID of the element template",
833
+ "value": "io.camunda.connectors.google.gcp.v1",
834
+ "group": "connector",
835
+ "binding": {
836
+ "key": "elementTemplateId",
837
+ "type": "zeebe:taskHeader"
838
+ },
839
+ "type": "Hidden"
840
+ },
841
+ {
842
+ "id": "resultVariable",
843
+ "label": "Result variable",
844
+ "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>.",
296
845
  "group": "output",
297
846
  "binding": {
298
847
  "key": "resultVariable",
@@ -303,7 +852,7 @@
303
852
  {
304
853
  "id": "resultExpression",
305
854
  "label": "Result expression",
306
- "description": "Expression to map the response into process variables",
855
+ "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>.",
307
856
  "feel": "required",
308
857
  "group": "output",
309
858
  "binding": {