@camunda/connectors-element-templates 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  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 +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  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 +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  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 +472 -468
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  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 +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  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 +1380 -772
  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 +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -4,12 +4,19 @@
4
4
  "name": "Google Gemini Outbound Connector",
5
5
  "id": "io.camunda.connectors.GoogleGemini.v1",
6
6
  "description": " A large language model (LLM) created by Google AI. It's a multimodal model, meaning it can understand and work with different types of information like text, code, audio, images, and video",
7
- "metadata": {
8
- "keywords": []
9
- },
7
+ "keywords": [
8
+ "generate text",
9
+ "AI",
10
+ "LLM",
11
+ "language model",
12
+ "chat",
13
+ "completion",
14
+ "generative AI",
15
+ "prompt",
16
+ "multimodal"
17
+ ],
10
18
  "documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/google-gemini/",
11
- "version": 1,
12
- "deprecated": true,
19
+ "version": 3,
13
20
  "category": {
14
21
  "id": "connectors",
15
22
  "name": "Connectors"
@@ -30,6 +37,10 @@
30
37
  "id": "input",
31
38
  "label": "Configure input"
32
39
  },
40
+ {
41
+ "id": "connector",
42
+ "label": "Connector"
43
+ },
33
44
  {
34
45
  "id": "output",
35
46
  "label": "Output mapping"
@@ -207,39 +218,60 @@
207
218
  "type": "Dropdown",
208
219
  "choices": [
209
220
  {
210
- "name": "gemini-1.5-flash-001",
211
- "value": "GEMINI_1_5_FLASH_001"
221
+ "name": "gemini-2.5-pro",
222
+ "value": "GEMINI_2_5_PRO"
212
223
  },
213
224
  {
214
- "name": "gemini-1.5-flash-002",
215
- "value": "GEMINI_1_5_FLASH_002"
225
+ "name": "gemini-2.5-flash",
226
+ "value": "GEMINI_2_5_FLASH"
216
227
  },
217
228
  {
218
- "name": "gemini-1.5-pro-001",
219
- "value": "GEMINI_1_5_PRO_001"
229
+ "name": "gemini-2.5-flash-image",
230
+ "value": "GEMINI_2_5_FLASH_IMAGE"
220
231
  },
221
232
  {
222
- "name": "gemini-1.5-pro-002",
223
- "value": "GEMINI_1_5_PRO_002"
233
+ "name": "gemini-2.5-flash-lite",
234
+ "value": "GEMINI_2_5_FLASH_LITE"
224
235
  },
225
236
  {
226
- "name": "gemini-1.0-pro-001",
227
- "value": "GEMINI_1_0_PRO_001"
237
+ "name": "gemini-2.0-flash",
238
+ "value": "GEMINI_2_0_FLASH"
228
239
  },
229
240
  {
230
- "name": "gemini-1.0-pro-002",
231
- "value": "GEMINI_1_0_PRO_002"
241
+ "name": "gemini-2.0-flash-lite",
242
+ "value": "GEMINI_2_0_FLASH_LITE"
232
243
  },
233
244
  {
234
- "name": "gemini-1.0-pro-vision-001",
235
- "value": "GEMINI_1_0_PRO_VISION_001"
245
+ "name": "Custom",
246
+ "value": "CUSTOM"
236
247
  }
237
248
  ]
238
249
  },
250
+ {
251
+ "id": "input.customModelName",
252
+ "label": "Custom model name",
253
+ "description": "Custom model name or identifier",
254
+ "optional": false,
255
+ "constraints": {
256
+ "notEmpty": true
257
+ },
258
+ "feel": "optional",
259
+ "group": "input",
260
+ "binding": {
261
+ "name": "input.customModelName",
262
+ "type": "zeebe:input"
263
+ },
264
+ "condition": {
265
+ "property": "input.model",
266
+ "equals": "CUSTOM",
267
+ "type": "simple"
268
+ },
269
+ "type": "String"
270
+ },
239
271
  {
240
272
  "id": "input.prompts",
241
- "label": "Prompt",
242
- "description": "Insert prompt.",
273
+ "label": "Prompts",
274
+ "description": "Provide a list of prompts",
243
275
  "optional": false,
244
276
  "constraints": {
245
277
  "notEmpty": true
@@ -262,17 +294,6 @@
262
294
  "name": "input.systemInstrText",
263
295
  "type": "zeebe:input"
264
296
  },
265
- "condition": {
266
- "property": "input.model",
267
- "oneOf": [
268
- "GEMINI_1_5_FLASH_001",
269
- "GEMINI_1_5_FLASH_002",
270
- "GEMINI_1_5_PRO_001",
271
- "GEMINI_1_5_PRO_002",
272
- "GEMINI_1_0_PRO_002"
273
- ],
274
- "type": "simple"
275
- },
276
297
  "tooltip": "System instructions inform how the model should respond. Use them to give the model context to understand the task, provide more custom responses and adhere to specific guidelines. Instructions apply each time you send a request to the model.<a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/system-instructions?hl=en\" Learn more about system instructions </a>",
277
298
  "type": "String"
278
299
  },
@@ -544,7 +565,7 @@
544
565
  "name": "input.seed",
545
566
  "type": "zeebe:input"
546
567
  },
547
- "tooltip": "Setting a seed value is useful when you make repeated requests and want the same model response.\nDeterministic outcome isn\u2019t guaranteed. Changing the model or other settings can cause variations in the response even when you use the same seed value.",
568
+ "tooltip": "Setting a seed value is useful when you make repeated requests and want the same model response.\nDeterministic outcome isn’t guaranteed. Changing the model or other settings can cause variations in the response even when you use the same seed value.",
548
569
  "type": "Number"
549
570
  },
550
571
  {
@@ -554,7 +575,7 @@
554
575
  "constraints": {
555
576
  "notEmpty": false,
556
577
  "pattern": {
557
- "value": "(^([1-9]|[1-3][0-9]|40)$)(^$)",
578
+ "value": "(^([1-9]|[1-3][0-9]|40)$)|(^$)",
558
579
  "message": "value must be an integer between 1 and 40"
559
580
  }
560
581
  },
@@ -564,11 +585,6 @@
564
585
  "name": "input.topK",
565
586
  "type": "zeebe:input"
566
587
  },
567
- "condition": {
568
- "property": "input.model",
569
- "equals": "GEMINI_1_0_PRO_001",
570
- "type": "simple"
571
- },
572
588
  "tooltip": "Top-K specifies the number of candidate tokens when the model is selecting an output token. Use a lower value for less random responses and a higher value for more random responses.",
573
589
  "type": "Number"
574
590
  },
@@ -605,10 +621,34 @@
605
621
  },
606
622
  "type": "String"
607
623
  },
624
+ {
625
+ "id": "version",
626
+ "label": "Version",
627
+ "description": "Version of the element template",
628
+ "value": "3",
629
+ "group": "connector",
630
+ "binding": {
631
+ "key": "elementTemplateVersion",
632
+ "type": "zeebe:taskHeader"
633
+ },
634
+ "type": "Hidden"
635
+ },
636
+ {
637
+ "id": "id",
638
+ "label": "ID",
639
+ "description": "ID of the element template",
640
+ "value": "io.camunda.connectors.GoogleGemini.v1",
641
+ "group": "connector",
642
+ "binding": {
643
+ "key": "elementTemplateId",
644
+ "type": "zeebe:taskHeader"
645
+ },
646
+ "type": "Hidden"
647
+ },
608
648
  {
609
649
  "id": "resultVariable",
610
650
  "label": "Result variable",
611
- "description": "Name of variable to store the response in",
651
+ "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>.",
612
652
  "group": "output",
613
653
  "binding": {
614
654
  "key": "resultVariable",
@@ -619,7 +659,7 @@
619
659
  {
620
660
  "id": "resultExpression",
621
661
  "label": "Result expression",
622
- "description": "Expression to map the response into process variables",
662
+ "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>.",
623
663
  "feel": "required",
624
664
  "group": "output",
625
665
  "binding": {
@@ -1378,7 +1418,8 @@
1378
1418
  "keywords": []
1379
1419
  },
1380
1420
  "documentationRef": "https://docs.camunda.io/docs/8.7/components/connectors/out-of-the-box-connectors/google-gemini/",
1381
- "version": 3,
1421
+ "version": 1,
1422
+ "deprecated": true,
1382
1423
  "category": {
1383
1424
  "id": "connectors",
1384
1425
  "name": "Connectors"
@@ -1399,10 +1440,6 @@
1399
1440
  "id": "input",
1400
1441
  "label": "Configure input"
1401
1442
  },
1402
- {
1403
- "id": "connector",
1404
- "label": "Connector"
1405
- },
1406
1443
  {
1407
1444
  "id": "output",
1408
1445
  "label": "Output mapping"
@@ -1580,60 +1617,39 @@
1580
1617
  "type": "Dropdown",
1581
1618
  "choices": [
1582
1619
  {
1583
- "name": "gemini-2.5-pro",
1584
- "value": "GEMINI_2_5_PRO"
1620
+ "name": "gemini-1.5-flash-001",
1621
+ "value": "GEMINI_1_5_FLASH_001"
1585
1622
  },
1586
1623
  {
1587
- "name": "gemini-2.5-flash",
1588
- "value": "GEMINI_2_5_FLASH"
1624
+ "name": "gemini-1.5-flash-002",
1625
+ "value": "GEMINI_1_5_FLASH_002"
1589
1626
  },
1590
1627
  {
1591
- "name": "gemini-2.5-flash-image",
1592
- "value": "GEMINI_2_5_FLASH_IMAGE"
1628
+ "name": "gemini-1.5-pro-001",
1629
+ "value": "GEMINI_1_5_PRO_001"
1593
1630
  },
1594
1631
  {
1595
- "name": "gemini-2.5-flash-lite",
1596
- "value": "GEMINI_2_5_FLASH_LITE"
1632
+ "name": "gemini-1.5-pro-002",
1633
+ "value": "GEMINI_1_5_PRO_002"
1597
1634
  },
1598
1635
  {
1599
- "name": "gemini-2.0-flash",
1600
- "value": "GEMINI_2_0_FLASH"
1636
+ "name": "gemini-1.0-pro-001",
1637
+ "value": "GEMINI_1_0_PRO_001"
1601
1638
  },
1602
1639
  {
1603
- "name": "gemini-2.0-flash-lite",
1604
- "value": "GEMINI_2_0_FLASH_LITE"
1640
+ "name": "gemini-1.0-pro-002",
1641
+ "value": "GEMINI_1_0_PRO_002"
1605
1642
  },
1606
1643
  {
1607
- "name": "Custom",
1608
- "value": "CUSTOM"
1644
+ "name": "gemini-1.0-pro-vision-001",
1645
+ "value": "GEMINI_1_0_PRO_VISION_001"
1609
1646
  }
1610
1647
  ]
1611
1648
  },
1612
- {
1613
- "id": "input.customModelName",
1614
- "label": "Custom model name",
1615
- "description": "Custom model name or identifier",
1616
- "optional": false,
1617
- "constraints": {
1618
- "notEmpty": true
1619
- },
1620
- "feel": "optional",
1621
- "group": "input",
1622
- "binding": {
1623
- "name": "input.customModelName",
1624
- "type": "zeebe:input"
1625
- },
1626
- "condition": {
1627
- "property": "input.model",
1628
- "equals": "CUSTOM",
1629
- "type": "simple"
1630
- },
1631
- "type": "String"
1632
- },
1633
1649
  {
1634
1650
  "id": "input.prompts",
1635
- "label": "Prompts",
1636
- "description": "Provide a list of prompts",
1651
+ "label": "Prompt",
1652
+ "description": "Insert prompt.",
1637
1653
  "optional": false,
1638
1654
  "constraints": {
1639
1655
  "notEmpty": true
@@ -1656,6 +1672,17 @@
1656
1672
  "name": "input.systemInstrText",
1657
1673
  "type": "zeebe:input"
1658
1674
  },
1675
+ "condition": {
1676
+ "property": "input.model",
1677
+ "oneOf": [
1678
+ "GEMINI_1_5_FLASH_001",
1679
+ "GEMINI_1_5_FLASH_002",
1680
+ "GEMINI_1_5_PRO_001",
1681
+ "GEMINI_1_5_PRO_002",
1682
+ "GEMINI_1_0_PRO_002"
1683
+ ],
1684
+ "type": "simple"
1685
+ },
1659
1686
  "tooltip": "System instructions inform how the model should respond. Use them to give the model context to understand the task, provide more custom responses and adhere to specific guidelines. Instructions apply each time you send a request to the model.<a href=\"https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/system-instructions?hl=en\" Learn more about system instructions </a>",
1660
1687
  "type": "String"
1661
1688
  },
@@ -1927,7 +1954,7 @@
1927
1954
  "name": "input.seed",
1928
1955
  "type": "zeebe:input"
1929
1956
  },
1930
- "tooltip": "Setting a seed value is useful when you make repeated requests and want the same model response.\nDeterministic outcome isn’t guaranteed. Changing the model or other settings can cause variations in the response even when you use the same seed value.",
1957
+ "tooltip": "Setting a seed value is useful when you make repeated requests and want the same model response.\nDeterministic outcome isn\u2019t guaranteed. Changing the model or other settings can cause variations in the response even when you use the same seed value.",
1931
1958
  "type": "Number"
1932
1959
  },
1933
1960
  {
@@ -1937,7 +1964,7 @@
1937
1964
  "constraints": {
1938
1965
  "notEmpty": false,
1939
1966
  "pattern": {
1940
- "value": "(^([1-9]|[1-3][0-9]|40)$)|(^$)",
1967
+ "value": "(^([1-9]|[1-3][0-9]|40)$)(^$)",
1941
1968
  "message": "value must be an integer between 1 and 40"
1942
1969
  }
1943
1970
  },
@@ -1947,6 +1974,11 @@
1947
1974
  "name": "input.topK",
1948
1975
  "type": "zeebe:input"
1949
1976
  },
1977
+ "condition": {
1978
+ "property": "input.model",
1979
+ "equals": "GEMINI_1_0_PRO_001",
1980
+ "type": "simple"
1981
+ },
1950
1982
  "tooltip": "Top-K specifies the number of candidate tokens when the model is selecting an output token. Use a lower value for less random responses and a higher value for more random responses.",
1951
1983
  "type": "Number"
1952
1984
  },
@@ -1983,30 +2015,6 @@
1983
2015
  },
1984
2016
  "type": "String"
1985
2017
  },
1986
- {
1987
- "id": "version",
1988
- "label": "Version",
1989
- "description": "Version of the element template",
1990
- "value": "3",
1991
- "group": "connector",
1992
- "binding": {
1993
- "key": "elementTemplateVersion",
1994
- "type": "zeebe:taskHeader"
1995
- },
1996
- "type": "Hidden"
1997
- },
1998
- {
1999
- "id": "id",
2000
- "label": "ID",
2001
- "description": "ID of the element template",
2002
- "value": "io.camunda.connectors.GoogleGemini.v1",
2003
- "group": "connector",
2004
- "binding": {
2005
- "key": "elementTemplateId",
2006
- "type": "zeebe:taskHeader"
2007
- },
2008
- "type": "Hidden"
2009
- },
2010
2018
  {
2011
2019
  "id": "resultVariable",
2012
2020
  "label": "Result variable",