@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
@@ -5,7 +5,7 @@
5
5
  "id": "io.camunda.connectors.inbound.KafkaMessageStart.v1",
6
6
  "description": "Consume Kafka messages",
7
7
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
8
- "version": 6,
8
+ "version": 5,
9
9
  "category": {
10
10
  "id": "connectors",
11
11
  "name": "Connectors"
@@ -106,6 +106,29 @@
106
106
  },
107
107
  "type": "String"
108
108
  },
109
+ {
110
+ "id": "serializationType",
111
+ "label": "Deserialization type",
112
+ "description": "Select the deserialization type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
113
+ "optional": false,
114
+ "value": "json",
115
+ "group": "kafka",
116
+ "binding": {
117
+ "name": "serializationType",
118
+ "type": "zeebe:property"
119
+ },
120
+ "type": "Dropdown",
121
+ "choices": [
122
+ {
123
+ "name": "Default (JSON)",
124
+ "value": "json"
125
+ },
126
+ {
127
+ "name": "Avro (experimental)",
128
+ "value": "avro"
129
+ }
130
+ ]
131
+ },
109
132
  {
110
133
  "id": "topic.bootstrapServers",
111
134
  "label": "Bootstrap servers",
@@ -205,82 +228,9 @@
205
228
  ]
206
229
  },
207
230
  {
208
- "id": "schemaStrategy.type",
209
- "label": "Schema strategy",
210
- "value": "noSchema",
211
- "group": "kafka",
212
- "binding": {
213
- "name": "schemaStrategy.type",
214
- "type": "zeebe:property"
215
- },
216
- "type": "Dropdown",
217
- "choices": [
218
- {
219
- "name": "No schema",
220
- "value": "noSchema"
221
- },
222
- {
223
- "name": "Inline schema",
224
- "value": "inlineSchema"
225
- },
226
- {
227
- "name": "Schema registry",
228
- "value": "schemaRegistry"
229
- }
230
- ]
231
- },
232
- {
233
- "id": "schemaStrategy.schemaType",
234
- "label": "Schema type",
235
- "description": "Select the schema type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
236
- "optional": false,
237
- "value": "avro",
238
- "group": "kafka",
239
- "binding": {
240
- "name": "schemaStrategy.schemaType",
241
- "type": "zeebe:property"
242
- },
243
- "condition": {
244
- "property": "schemaStrategy.type",
245
- "equals": "schemaRegistry",
246
- "type": "simple"
247
- },
248
- "type": "Dropdown",
249
- "choices": [
250
- {
251
- "name": "JSON",
252
- "value": "json"
253
- },
254
- {
255
- "name": "Avro (alpha)",
256
- "value": "avro"
257
- }
258
- ]
259
- },
260
- {
261
- "id": "schemaStrategy.schemaRegistryUrl",
262
- "label": "Schema registry URL",
263
- "description": "Provide the schema registry URL",
264
- "optional": false,
265
- "constraints": {
266
- "notEmpty": true
267
- },
268
- "group": "kafka",
269
- "binding": {
270
- "name": "schemaStrategy.schemaRegistryUrl",
271
- "type": "zeebe:property"
272
- },
273
- "condition": {
274
- "property": "schemaStrategy.type",
275
- "equals": "schemaRegistry",
276
- "type": "simple"
277
- },
278
- "type": "String"
279
- },
280
- {
281
- "id": "schemaStrategy.avro.schema",
282
- "label": "Schema",
283
- "description": "Inline schema (Avro) for the message value",
231
+ "id": "avro.schema",
232
+ "label": "Avro schema",
233
+ "description": "Avro schema for the message value",
284
234
  "optional": false,
285
235
  "constraints": {
286
236
  "notEmpty": true
@@ -288,12 +238,12 @@
288
238
  "feel": "required",
289
239
  "group": "message",
290
240
  "binding": {
291
- "name": "schemaStrategy.schema",
241
+ "name": "avro.schema",
292
242
  "type": "zeebe:property"
293
243
  },
294
244
  "condition": {
295
- "property": "schemaStrategy.type",
296
- "equals": "inlineSchema",
245
+ "property": "serializationType",
246
+ "equals": "avro",
297
247
  "type": "simple"
298
248
  },
299
249
  "type": "Text"
@@ -522,16 +472,16 @@
522
472
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
523
473
  },
524
474
  "engines": {
525
- "camunda": "^8.6"
475
+ "camunda": "^8.5"
526
476
  }
527
477
  },
528
478
  {
529
479
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
530
480
  "name": "Kafka Message Start Event Connector",
531
481
  "id": "io.camunda.connectors.inbound.KafkaMessageStart.v1",
482
+ "version": 1,
532
483
  "description": "Consume Kafka messages",
533
484
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
534
- "version": 5,
535
485
  "category": {
536
486
  "id": "connectors",
537
487
  "name": "Connectors"
@@ -550,53 +500,45 @@
550
500
  "id": "kafka",
551
501
  "label": "Kafka"
552
502
  },
553
- {
554
- "id": "message",
555
- "label": "Message deserialization"
556
- },
557
503
  {
558
504
  "id": "activation",
559
505
  "label": "Activation"
560
506
  },
561
507
  {
562
508
  "id": "correlation",
563
- "label": "Correlation",
564
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
565
- },
566
- {
567
- "id": "deduplication",
568
- "label": "Deduplication",
569
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
509
+ "label": "Subprocess correlation"
570
510
  },
571
511
  {
572
- "id": "output",
573
- "label": "Output mapping"
512
+ "id": "variable-mapping",
513
+ "label": "Variable mapping"
574
514
  }
575
515
  ],
576
516
  "properties": [
577
517
  {
518
+ "type": "Hidden",
578
519
  "value": "io.camunda:connector-kafka-inbound:1",
579
520
  "binding": {
580
- "name": "inbound.type",
581
- "type": "zeebe:property"
521
+ "type": "zeebe:property",
522
+ "name": "inbound.type"
523
+ }
524
+ },
525
+ {
526
+ "type": "Hidden",
527
+ "generatedValue": {
528
+ "type": "uuid"
582
529
  },
583
- "type": "Hidden"
530
+ "binding": {
531
+ "type": "bpmn:Message#property",
532
+ "name": "name"
533
+ }
584
534
  },
585
535
  {
586
- "id": "authenticationType",
587
536
  "label": "Authentication type",
588
537
  "description": "Username/password or custom",
589
- "optional": false,
590
- "value": "credentials",
591
- "constraints": {
592
- "notEmpty": true
593
- },
538
+ "id": "authenticationType",
594
539
  "group": "authentication",
595
- "binding": {
596
- "name": "authenticationType",
597
- "type": "zeebe:property"
598
- },
599
540
  "type": "Dropdown",
541
+ "value": "credentials",
600
542
  "choices": [
601
543
  {
602
544
  "name": "Credentials",
@@ -606,143 +548,120 @@
606
548
  "name": "Custom",
607
549
  "value": "custom"
608
550
  }
609
- ]
551
+ ],
552
+ "binding": {
553
+ "type": "zeebe:property",
554
+ "name": "authenticationType"
555
+ }
610
556
  },
611
557
  {
612
- "id": "authentication.username",
613
558
  "label": "Username",
614
559
  "description": "Provide the username (must have permissions to produce message to the topic)",
615
- "optional": true,
616
560
  "group": "authentication",
561
+ "type": "String",
562
+ "feel": "optional",
563
+ "optional": true,
617
564
  "binding": {
618
- "name": "authentication.username",
619
- "type": "zeebe:property"
565
+ "type": "zeebe:property",
566
+ "name": "authentication.username"
620
567
  },
621
- "type": "String"
568
+ "condition": {
569
+ "property": "authenticationType",
570
+ "equals": "credentials"
571
+ }
622
572
  },
623
573
  {
624
- "id": "authentication.password",
625
574
  "label": "Password",
626
575
  "description": "Provide a password for the user",
627
- "optional": true,
628
576
  "group": "authentication",
577
+ "type": "String",
578
+ "feel": "optional",
579
+ "optional": true,
629
580
  "binding": {
630
- "name": "authentication.password",
631
- "type": "zeebe:property"
632
- },
633
- "type": "String"
634
- },
635
- {
636
- "id": "serializationType",
637
- "label": "Deserialization type",
638
- "description": "Select the deserialization type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
639
- "optional": false,
640
- "value": "json",
641
- "group": "kafka",
642
- "binding": {
643
- "name": "serializationType",
644
- "type": "zeebe:property"
581
+ "type": "zeebe:property",
582
+ "name": "authentication.password"
645
583
  },
646
- "type": "Dropdown",
647
- "choices": [
648
- {
649
- "name": "Default (JSON)",
650
- "value": "json"
651
- },
652
- {
653
- "name": "Avro (experimental)",
654
- "value": "avro"
655
- }
656
- ]
584
+ "condition": {
585
+ "property": "authenticationType",
586
+ "equals": "credentials"
587
+ }
657
588
  },
658
589
  {
659
- "id": "topic.bootstrapServers",
660
590
  "label": "Bootstrap servers",
661
591
  "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
662
- "optional": false,
663
- "constraints": {
664
- "notEmpty": true
665
- },
666
592
  "group": "kafka",
593
+ "type": "String",
594
+ "feel": "optional",
667
595
  "binding": {
668
- "name": "topic.bootstrapServers",
669
- "type": "zeebe:property"
596
+ "type": "zeebe:property",
597
+ "name": "topic.bootstrapServers"
670
598
  },
671
- "type": "String"
599
+ "constraints": {
600
+ "notEmpty": true
601
+ }
672
602
  },
673
603
  {
674
- "id": "topic.topicName",
675
604
  "label": "Topic",
676
- "description": "Provide topic name",
677
- "optional": false,
678
- "constraints": {
679
- "notEmpty": true
680
- },
605
+ "description": "Provide the topic name",
681
606
  "group": "kafka",
607
+ "type": "String",
608
+ "feel": "optional",
682
609
  "binding": {
683
- "name": "topic.topicName",
684
- "type": "zeebe:property"
610
+ "type": "zeebe:property",
611
+ "name": "topic.topicName"
685
612
  },
686
- "type": "String"
613
+ "constraints": {
614
+ "notEmpty": true
615
+ }
687
616
  },
688
617
  {
689
- "id": "groupId",
690
- "label": "Consumer group ID",
618
+ "label": "Consumer Group ID",
691
619
  "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
692
- "optional": false,
693
620
  "group": "kafka",
621
+ "type": "String",
622
+ "feel": "optional",
623
+ "optional": true,
694
624
  "binding": {
695
- "name": "groupId",
696
- "type": "zeebe:property"
625
+ "type": "zeebe:property",
626
+ "name": "groupId"
697
627
  },
698
- "type": "String"
628
+ "constraints": {
629
+ "notEmpty": false,
630
+ "maxLength": 250
631
+ }
699
632
  },
700
633
  {
701
- "id": "additionalProperties",
702
634
  "label": "Additional properties",
703
635
  "description": "Provide additional Kafka consumer properties in JSON",
636
+ "group": "kafka",
637
+ "type": "String",
704
638
  "optional": true,
705
639
  "feel": "required",
706
- "group": "kafka",
707
640
  "binding": {
708
- "name": "additionalProperties",
709
- "type": "zeebe:property"
710
- },
711
- "type": "String"
641
+ "type": "zeebe:property",
642
+ "name": "additionalProperties"
643
+ }
712
644
  },
713
645
  {
714
- "id": "offsets",
715
646
  "label": "Offsets",
716
647
  "description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
717
- "optional": true,
718
- "feel": "optional",
719
648
  "group": "kafka",
649
+ "type": "String",
650
+ "feel": "optional",
651
+ "optional": true,
720
652
  "binding": {
721
- "name": "offsets",
722
- "type": "zeebe:property"
723
- },
724
- "type": "String"
653
+ "type": "zeebe:property",
654
+ "name": "offsets"
655
+ }
725
656
  },
726
657
  {
727
- "id": "autoOffsetReset",
728
658
  "label": "Auto offset reset",
729
659
  "description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
730
- "optional": false,
731
- "value": "latest",
732
- "constraints": {
733
- "notEmpty": true
734
- },
660
+ "id": "autoOffsetReset",
735
661
  "group": "kafka",
736
- "binding": {
737
- "name": "autoOffsetReset",
738
- "type": "zeebe:property"
739
- },
740
662
  "type": "Dropdown",
663
+ "value": "latest",
741
664
  "choices": [
742
- {
743
- "name": "None",
744
- "value": "none"
745
- },
746
665
  {
747
666
  "name": "Latest",
748
667
  "value": "latest"
@@ -750,66 +669,48 @@
750
669
  {
751
670
  "name": "Earliest",
752
671
  "value": "earliest"
672
+ },
673
+ {
674
+ "name": "None",
675
+ "value": "none"
753
676
  }
754
- ]
755
- },
756
- {
757
- "id": "avro.schema",
758
- "label": "Avro schema",
759
- "description": "Avro schema for the message value",
760
- "optional": false,
761
- "constraints": {
762
- "notEmpty": true
763
- },
764
- "feel": "required",
765
- "group": "message",
677
+ ],
766
678
  "binding": {
767
- "name": "avro.schema",
768
- "type": "zeebe:property"
769
- },
770
- "condition": {
771
- "property": "serializationType",
772
- "equals": "avro",
773
- "type": "simple"
774
- },
775
- "type": "Text"
679
+ "type": "zeebe:property",
680
+ "name": "autoOffsetReset"
681
+ }
776
682
  },
777
683
  {
778
- "id": "activationCondition",
779
- "label": "Activation condition",
780
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
781
- "optional": true,
684
+ "label": "Message ID expression",
782
685
  "feel": "required",
686
+ "type": "String",
687
+ "optional": true,
783
688
  "group": "activation",
784
689
  "binding": {
785
- "name": "activationCondition",
786
- "type": "zeebe:property"
690
+ "type": "zeebe:property",
691
+ "name": "messageIdExpression"
787
692
  },
788
- "type": "String"
693
+ "description": "Expression to extract unique identifier of a message"
789
694
  },
790
695
  {
791
- "id": "consumeUnmatchedEvents",
792
- "label": "Consume unmatched events",
793
- "value": true,
696
+ "label": "Activation condition",
697
+ "type": "String",
794
698
  "group": "activation",
699
+ "feel": "required",
700
+ "optional": true,
795
701
  "binding": {
796
- "name": "consumeUnmatchedEvents",
797
- "type": "zeebe:property"
702
+ "type": "zeebe:property",
703
+ "name": "activationCondition"
798
704
  },
799
- "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
800
- "type": "Boolean"
705
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events"
801
706
  },
802
707
  {
803
- "id": "correlationRequired",
804
- "label": "Subprocess correlation required",
708
+ "label": "Correlation required",
805
709
  "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
806
- "value": "notRequired",
710
+ "id": "correlationRequired",
807
711
  "group": "correlation",
808
- "binding": {
809
- "name": "correlationRequired",
810
- "type": "zeebe:property"
811
- },
812
712
  "type": "Dropdown",
713
+ "value": "notRequired",
813
714
  "choices": [
814
715
  {
815
716
  "name": "Correlation not required",
@@ -819,195 +720,85 @@
819
720
  "name": "Correlation required",
820
721
  "value": "required"
821
722
  }
822
- ]
723
+ ],
724
+ "binding": {
725
+ "type": "zeebe:property",
726
+ "name": "correlationRequired"
727
+ }
823
728
  },
824
729
  {
825
- "id": "correlationKeyProcess",
826
730
  "label": "Correlation key (process)",
827
- "description": "Sets up the correlation key from process variables",
828
- "constraints": {
829
- "notEmpty": true
830
- },
831
- "feel": "required",
731
+ "type": "String",
832
732
  "group": "correlation",
733
+ "feel": "required",
734
+ "description": "Sets up the correlation key from process variables",
833
735
  "binding": {
834
- "name": "correlationKey",
835
- "type": "bpmn:Message#zeebe:subscription#property"
836
- },
837
- "condition": {
838
- "property": "correlationRequired",
839
- "equals": "required",
840
- "type": "simple"
736
+ "type": "bpmn:Message#zeebe:subscription#property",
737
+ "name": "correlationKey"
841
738
  },
842
- "type": "String"
843
- },
844
- {
845
- "id": "correlationKeyPayload",
846
- "label": "Correlation key (payload)",
847
- "description": "Extracts the correlation key from the incoming message payload",
848
739
  "constraints": {
849
740
  "notEmpty": true
850
741
  },
851
- "feel": "required",
852
- "group": "correlation",
853
- "binding": {
854
- "name": "correlationKeyExpression",
855
- "type": "zeebe:property"
856
- },
857
742
  "condition": {
858
743
  "property": "correlationRequired",
859
- "equals": "required",
860
- "type": "simple"
861
- },
862
- "type": "String"
744
+ "equals": "required"
745
+ }
863
746
  },
864
747
  {
865
- "id": "messageTtl",
866
- "label": "Message TTL",
867
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
868
- "optional": true,
869
- "constraints": {
870
- "notEmpty": false,
871
- "pattern": {
872
- "value": "^(PT.*|)$",
873
- "message": "must be an ISO-8601 duration"
874
- }
875
- },
876
- "feel": "optional",
748
+ "label": "Correlation key (payload)",
749
+ "type": "String",
877
750
  "group": "correlation",
878
- "binding": {
879
- "name": "messageTtl",
880
- "type": "zeebe:property"
881
- },
882
- "type": "String"
883
- },
884
- {
885
- "id": "messageIdExpression",
886
- "label": "Message ID expression",
887
- "description": "Expression to extract unique identifier of a message",
888
- "optional": true,
889
751
  "feel": "required",
890
- "group": "correlation",
891
- "binding": {
892
- "name": "messageIdExpression",
893
- "type": "zeebe:property"
894
- },
895
- "type": "String"
896
- },
897
- {
898
- "id": "messageNameUuid",
899
- "generatedValue": {
900
- "type": "uuid"
901
- },
902
- "group": "correlation",
903
- "binding": {
904
- "name": "name",
905
- "type": "bpmn:Message#property"
906
- },
907
- "type": "Hidden"
908
- },
909
- {
910
- "id": "deduplicationModeManualFlag",
911
- "label": "Manual mode",
912
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
913
- "value": false,
914
- "group": "deduplication",
915
752
  "binding": {
916
- "name": "deduplicationModeManualFlag",
917
- "type": "zeebe:property"
753
+ "type": "zeebe:property",
754
+ "name": "correlationKeyExpression"
918
755
  },
919
- "type": "Boolean"
920
- },
921
- {
922
- "id": "deduplicationId",
923
- "label": "Deduplication ID",
756
+ "description": "Extracts the correlation key from the incoming message payload",
924
757
  "constraints": {
925
- "notEmpty": true,
926
- "pattern": {
927
- "value": "^[a-zA-Z0-9_-]+$",
928
- "message": "can only contain alphanumeric characters, dashes, and underscores"
929
- }
930
- },
931
- "group": "deduplication",
932
- "binding": {
933
- "name": "deduplicationId",
934
- "type": "zeebe:property"
935
- },
936
- "condition": {
937
- "property": "deduplicationModeManualFlag",
938
- "equals": true,
939
- "type": "simple"
940
- },
941
- "type": "String"
942
- },
943
- {
944
- "id": "deduplicationModeManual",
945
- "value": "MANUAL",
946
- "group": "deduplication",
947
- "binding": {
948
- "name": "deduplicationMode",
949
- "type": "zeebe:property"
950
- },
951
- "condition": {
952
- "property": "deduplicationId",
953
- "isActive": true,
954
- "type": "simple"
955
- },
956
- "type": "Hidden"
957
- },
958
- {
959
- "id": "deduplicationModeAuto",
960
- "value": "AUTO",
961
- "group": "deduplication",
962
- "binding": {
963
- "name": "deduplicationMode",
964
- "type": "zeebe:property"
758
+ "notEmpty": true
965
759
  },
966
760
  "condition": {
967
- "property": "deduplicationId",
968
- "isActive": false,
969
- "type": "simple"
970
- },
971
- "type": "Hidden"
761
+ "property": "correlationRequired",
762
+ "equals": "required"
763
+ }
972
764
  },
973
765
  {
974
- "id": "resultVariable",
975
766
  "label": "Result variable",
976
- "description": "Name of variable to store the response in",
977
- "group": "output",
767
+ "type": "String",
768
+ "group": "variable-mapping",
769
+ "optional": true,
978
770
  "binding": {
979
- "name": "resultVariable",
980
- "type": "zeebe:property"
771
+ "type": "zeebe:property",
772
+ "name": "resultVariable"
981
773
  },
982
- "type": "String"
774
+ "description": "Name of variable to store the result of the connector in"
983
775
  },
984
776
  {
985
- "id": "resultExpression",
986
777
  "label": "Result expression",
987
- "description": "Expression to map the response into process variables",
778
+ "description": "Expression to map the inbound payload to process variables",
779
+ "group": "variable-mapping",
780
+ "type": "Text",
988
781
  "feel": "required",
989
- "group": "output",
990
782
  "binding": {
991
- "name": "resultExpression",
992
- "type": "zeebe:property"
993
- },
994
- "type": "Text"
783
+ "type": "zeebe:property",
784
+ "name": "resultExpression"
785
+ }
995
786
  }
996
787
  ],
997
788
  "icon": {
998
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
789
+ "contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 416' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M201.816 230.216c-16.186 0-30.697 7.171-40.634 18.461l-25.463-18.026c2.703-7.442 4.255-15.433 4.255-23.797 0-8.219-1.498-16.076-4.112-23.408l25.406-17.835c9.936 11.233 24.409 18.365 40.548 18.365 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184-29.875 0-54.184 24.305-54.184 54.184 0 5.348.808 10.505 2.258 15.389l-25.423 17.844c-10.62-13.175-25.911-22.374-43.333-25.182v-30.64c24.544-5.155 43.037-26.962 43.037-53.019C124.171 24.305 99.862 0 69.987 0 40.112 0 15.803 24.305 15.803 54.184c0 25.708 18.014 47.246 42.067 52.769v31.038C25.044 143.753 0 172.401 0 206.854c0 34.621 25.292 63.374 58.355 68.94v32.774c-24.299 5.341-42.552 27.011-42.552 52.894 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-25.883-18.253-47.553-42.552-52.894v-32.775a69.965 69.965 0 0 0 42.6-24.776l25.633 18.143c-1.423 4.84-2.22 9.946-2.22 15.24 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184zm0-126.695c14.487 0 26.27 11.788 26.27 26.271s-11.783 26.27-26.27 26.27-26.27-11.787-26.27-26.27c0-14.483 11.783-26.271 26.27-26.271zm-158.1-49.337c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27zm52.541 307.278c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27zm-26.272-117.97c-20.205 0-36.642-16.434-36.642-36.638 0-20.205 16.437-36.642 36.642-36.642 20.204 0 36.641 16.437 36.641 36.642 0 20.204-16.437 36.638-36.641 36.638zm131.831 67.179c-14.487 0-26.27-11.788-26.27-26.271s11.783-26.27 26.27-26.27 26.27 11.787 26.27 26.27c0 14.483-11.783 26.271-26.27 26.271z' style='fill:%23231f20'/%3E%3C/svg%3E"
999
790
  },
1000
791
  "engines": {
1001
- "camunda": "^8.5"
792
+ "camunda": "^8.2"
1002
793
  }
1003
794
  },
1004
795
  {
1005
796
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1006
797
  "name": "Kafka Message Start Event Connector",
1007
798
  "id": "io.camunda.connectors.inbound.KafkaMessageStart.v1",
1008
- "version": 1,
1009
799
  "description": "Consume Kafka messages",
1010
800
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
801
+ "version": 6,
1011
802
  "category": {
1012
803
  "id": "connectors",
1013
804
  "name": "Connectors"
@@ -1026,45 +817,53 @@
1026
817
  "id": "kafka",
1027
818
  "label": "Kafka"
1028
819
  },
820
+ {
821
+ "id": "message",
822
+ "label": "Message deserialization"
823
+ },
1029
824
  {
1030
825
  "id": "activation",
1031
826
  "label": "Activation"
1032
827
  },
1033
828
  {
1034
829
  "id": "correlation",
1035
- "label": "Subprocess correlation"
830
+ "label": "Correlation",
831
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1036
832
  },
1037
833
  {
1038
- "id": "variable-mapping",
1039
- "label": "Variable mapping"
834
+ "id": "deduplication",
835
+ "label": "Deduplication",
836
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
837
+ },
838
+ {
839
+ "id": "output",
840
+ "label": "Output mapping"
1040
841
  }
1041
842
  ],
1042
843
  "properties": [
1043
844
  {
1044
- "type": "Hidden",
1045
845
  "value": "io.camunda:connector-kafka-inbound:1",
1046
846
  "binding": {
1047
- "type": "zeebe:property",
1048
- "name": "inbound.type"
1049
- }
1050
- },
1051
- {
1052
- "type": "Hidden",
1053
- "generatedValue": {
1054
- "type": "uuid"
847
+ "name": "inbound.type",
848
+ "type": "zeebe:property"
1055
849
  },
1056
- "binding": {
1057
- "type": "bpmn:Message#property",
1058
- "name": "name"
1059
- }
850
+ "type": "Hidden"
1060
851
  },
1061
852
  {
853
+ "id": "authenticationType",
1062
854
  "label": "Authentication type",
1063
855
  "description": "Username/password or custom",
1064
- "id": "authenticationType",
856
+ "optional": false,
857
+ "value": "credentials",
858
+ "constraints": {
859
+ "notEmpty": true
860
+ },
1065
861
  "group": "authentication",
862
+ "binding": {
863
+ "name": "authenticationType",
864
+ "type": "zeebe:property"
865
+ },
1066
866
  "type": "Dropdown",
1067
- "value": "credentials",
1068
867
  "choices": [
1069
868
  {
1070
869
  "name": "Credentials",
@@ -1074,120 +873,120 @@
1074
873
  "name": "Custom",
1075
874
  "value": "custom"
1076
875
  }
1077
- ],
1078
- "binding": {
1079
- "type": "zeebe:property",
1080
- "name": "authenticationType"
1081
- }
876
+ ]
1082
877
  },
1083
878
  {
879
+ "id": "authentication.username",
1084
880
  "label": "Username",
1085
881
  "description": "Provide the username (must have permissions to produce message to the topic)",
1086
- "group": "authentication",
1087
- "type": "String",
1088
- "feel": "optional",
1089
882
  "optional": true,
883
+ "group": "authentication",
1090
884
  "binding": {
1091
- "type": "zeebe:property",
1092
- "name": "authentication.username"
885
+ "name": "authentication.username",
886
+ "type": "zeebe:property"
1093
887
  },
1094
- "condition": {
1095
- "property": "authenticationType",
1096
- "equals": "credentials"
1097
- }
888
+ "type": "String"
1098
889
  },
1099
890
  {
891
+ "id": "authentication.password",
1100
892
  "label": "Password",
1101
893
  "description": "Provide a password for the user",
1102
- "group": "authentication",
1103
- "type": "String",
1104
- "feel": "optional",
1105
894
  "optional": true,
895
+ "group": "authentication",
1106
896
  "binding": {
1107
- "type": "zeebe:property",
1108
- "name": "authentication.password"
897
+ "name": "authentication.password",
898
+ "type": "zeebe:property"
1109
899
  },
1110
- "condition": {
1111
- "property": "authenticationType",
1112
- "equals": "credentials"
1113
- }
900
+ "type": "String"
1114
901
  },
1115
902
  {
903
+ "id": "topic.bootstrapServers",
1116
904
  "label": "Bootstrap servers",
1117
905
  "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
906
+ "optional": false,
907
+ "constraints": {
908
+ "notEmpty": true
909
+ },
1118
910
  "group": "kafka",
1119
- "type": "String",
1120
- "feel": "optional",
1121
911
  "binding": {
1122
- "type": "zeebe:property",
1123
- "name": "topic.bootstrapServers"
912
+ "name": "topic.bootstrapServers",
913
+ "type": "zeebe:property"
1124
914
  },
1125
- "constraints": {
1126
- "notEmpty": true
1127
- }
915
+ "type": "String"
1128
916
  },
1129
917
  {
918
+ "id": "topic.topicName",
1130
919
  "label": "Topic",
1131
- "description": "Provide the topic name",
920
+ "description": "Provide topic name",
921
+ "optional": false,
922
+ "constraints": {
923
+ "notEmpty": true
924
+ },
1132
925
  "group": "kafka",
1133
- "type": "String",
1134
- "feel": "optional",
1135
926
  "binding": {
1136
- "type": "zeebe:property",
1137
- "name": "topic.topicName"
927
+ "name": "topic.topicName",
928
+ "type": "zeebe:property"
1138
929
  },
1139
- "constraints": {
1140
- "notEmpty": true
1141
- }
930
+ "type": "String"
1142
931
  },
1143
932
  {
1144
- "label": "Consumer Group ID",
933
+ "id": "groupId",
934
+ "label": "Consumer group ID",
1145
935
  "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
936
+ "optional": false,
1146
937
  "group": "kafka",
1147
- "type": "String",
1148
- "feel": "optional",
1149
- "optional": true,
1150
938
  "binding": {
1151
- "type": "zeebe:property",
1152
- "name": "groupId"
939
+ "name": "groupId",
940
+ "type": "zeebe:property"
1153
941
  },
1154
- "constraints": {
1155
- "notEmpty": false,
1156
- "maxLength": 250
1157
- }
942
+ "type": "String"
1158
943
  },
1159
944
  {
945
+ "id": "additionalProperties",
1160
946
  "label": "Additional properties",
1161
947
  "description": "Provide additional Kafka consumer properties in JSON",
1162
- "group": "kafka",
1163
- "type": "String",
1164
948
  "optional": true,
1165
949
  "feel": "required",
950
+ "group": "kafka",
1166
951
  "binding": {
1167
- "type": "zeebe:property",
1168
- "name": "additionalProperties"
1169
- }
952
+ "name": "additionalProperties",
953
+ "type": "zeebe:property"
954
+ },
955
+ "type": "String"
1170
956
  },
1171
957
  {
958
+ "id": "offsets",
1172
959
  "label": "Offsets",
1173
960
  "description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
1174
- "group": "kafka",
1175
- "type": "String",
1176
- "feel": "optional",
1177
961
  "optional": true,
962
+ "feel": "optional",
963
+ "group": "kafka",
1178
964
  "binding": {
1179
- "type": "zeebe:property",
1180
- "name": "offsets"
1181
- }
965
+ "name": "offsets",
966
+ "type": "zeebe:property"
967
+ },
968
+ "type": "String"
1182
969
  },
1183
970
  {
971
+ "id": "autoOffsetReset",
1184
972
  "label": "Auto offset reset",
1185
973
  "description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
1186
- "id": "autoOffsetReset",
974
+ "optional": false,
975
+ "value": "latest",
976
+ "constraints": {
977
+ "notEmpty": true
978
+ },
1187
979
  "group": "kafka",
980
+ "binding": {
981
+ "name": "autoOffsetReset",
982
+ "type": "zeebe:property"
983
+ },
1188
984
  "type": "Dropdown",
1189
- "value": "latest",
1190
985
  "choices": [
986
+ {
987
+ "name": "None",
988
+ "value": "none"
989
+ },
1191
990
  {
1192
991
  "name": "Latest",
1193
992
  "value": "latest"
@@ -1195,48 +994,139 @@
1195
994
  {
1196
995
  "name": "Earliest",
1197
996
  "value": "earliest"
997
+ }
998
+ ]
999
+ },
1000
+ {
1001
+ "id": "schemaStrategy.type",
1002
+ "label": "Schema strategy",
1003
+ "value": "noSchema",
1004
+ "group": "kafka",
1005
+ "binding": {
1006
+ "name": "schemaStrategy.type",
1007
+ "type": "zeebe:property"
1008
+ },
1009
+ "type": "Dropdown",
1010
+ "choices": [
1011
+ {
1012
+ "name": "No schema",
1013
+ "value": "noSchema"
1198
1014
  },
1199
1015
  {
1200
- "name": "None",
1201
- "value": "none"
1016
+ "name": "Inline schema",
1017
+ "value": "inlineSchema"
1018
+ },
1019
+ {
1020
+ "name": "Schema registry",
1021
+ "value": "schemaRegistry"
1202
1022
  }
1203
- ],
1023
+ ]
1024
+ },
1025
+ {
1026
+ "id": "schemaStrategy.schemaType",
1027
+ "label": "Schema type",
1028
+ "description": "Select the schema type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
1029
+ "optional": false,
1030
+ "value": "avro",
1031
+ "group": "kafka",
1032
+ "binding": {
1033
+ "name": "schemaStrategy.schemaType",
1034
+ "type": "zeebe:property"
1035
+ },
1036
+ "condition": {
1037
+ "property": "schemaStrategy.type",
1038
+ "equals": "schemaRegistry",
1039
+ "type": "simple"
1040
+ },
1041
+ "type": "Dropdown",
1042
+ "choices": [
1043
+ {
1044
+ "name": "JSON",
1045
+ "value": "json"
1046
+ },
1047
+ {
1048
+ "name": "Avro (alpha)",
1049
+ "value": "avro"
1050
+ }
1051
+ ]
1052
+ },
1053
+ {
1054
+ "id": "schemaStrategy.schemaRegistryUrl",
1055
+ "label": "Schema registry URL",
1056
+ "description": "Provide the schema registry URL",
1057
+ "optional": false,
1058
+ "constraints": {
1059
+ "notEmpty": true
1060
+ },
1061
+ "group": "kafka",
1204
1062
  "binding": {
1205
- "type": "zeebe:property",
1206
- "name": "autoOffsetReset"
1207
- }
1063
+ "name": "schemaStrategy.schemaRegistryUrl",
1064
+ "type": "zeebe:property"
1065
+ },
1066
+ "condition": {
1067
+ "property": "schemaStrategy.type",
1068
+ "equals": "schemaRegistry",
1069
+ "type": "simple"
1070
+ },
1071
+ "type": "String"
1208
1072
  },
1209
1073
  {
1210
- "label": "Message ID expression",
1074
+ "id": "schemaStrategy.avro.schema",
1075
+ "label": "Schema",
1076
+ "description": "Inline schema (Avro) for the message value",
1077
+ "optional": false,
1078
+ "constraints": {
1079
+ "notEmpty": true
1080
+ },
1211
1081
  "feel": "required",
1212
- "type": "String",
1082
+ "group": "message",
1083
+ "binding": {
1084
+ "name": "schemaStrategy.schema",
1085
+ "type": "zeebe:property"
1086
+ },
1087
+ "condition": {
1088
+ "property": "schemaStrategy.type",
1089
+ "equals": "inlineSchema",
1090
+ "type": "simple"
1091
+ },
1092
+ "type": "Text"
1093
+ },
1094
+ {
1095
+ "id": "activationCondition",
1096
+ "label": "Activation condition",
1097
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1213
1098
  "optional": true,
1099
+ "feel": "required",
1214
1100
  "group": "activation",
1215
1101
  "binding": {
1216
- "type": "zeebe:property",
1217
- "name": "messageIdExpression"
1102
+ "name": "activationCondition",
1103
+ "type": "zeebe:property"
1218
1104
  },
1219
- "description": "Expression to extract unique identifier of a message"
1105
+ "type": "String"
1220
1106
  },
1221
1107
  {
1222
- "label": "Activation condition",
1223
- "type": "String",
1108
+ "id": "consumeUnmatchedEvents",
1109
+ "label": "Consume unmatched events",
1110
+ "value": true,
1224
1111
  "group": "activation",
1225
- "feel": "required",
1226
- "optional": true,
1227
1112
  "binding": {
1228
- "type": "zeebe:property",
1229
- "name": "activationCondition"
1113
+ "name": "consumeUnmatchedEvents",
1114
+ "type": "zeebe:property"
1230
1115
  },
1231
- "description": "Condition under which the Connector triggers. Leave empty to catch all events"
1116
+ "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
1117
+ "type": "Boolean"
1232
1118
  },
1233
1119
  {
1234
- "label": "Correlation required",
1235
- "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
1236
1120
  "id": "correlationRequired",
1121
+ "label": "Subprocess correlation required",
1122
+ "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
1123
+ "value": "notRequired",
1237
1124
  "group": "correlation",
1125
+ "binding": {
1126
+ "name": "correlationRequired",
1127
+ "type": "zeebe:property"
1128
+ },
1238
1129
  "type": "Dropdown",
1239
- "value": "notRequired",
1240
1130
  "choices": [
1241
1131
  {
1242
1132
  "name": "Correlation not required",
@@ -1246,76 +1136,186 @@
1246
1136
  "name": "Correlation required",
1247
1137
  "value": "required"
1248
1138
  }
1249
- ],
1250
- "binding": {
1251
- "type": "zeebe:property",
1252
- "name": "correlationRequired"
1253
- }
1139
+ ]
1254
1140
  },
1255
1141
  {
1142
+ "id": "correlationKeyProcess",
1256
1143
  "label": "Correlation key (process)",
1257
- "type": "String",
1258
- "group": "correlation",
1259
- "feel": "required",
1260
1144
  "description": "Sets up the correlation key from process variables",
1145
+ "constraints": {
1146
+ "notEmpty": true
1147
+ },
1148
+ "feel": "required",
1149
+ "group": "correlation",
1261
1150
  "binding": {
1262
- "type": "bpmn:Message#zeebe:subscription#property",
1263
- "name": "correlationKey"
1151
+ "name": "correlationKey",
1152
+ "type": "bpmn:Message#zeebe:subscription#property"
1264
1153
  },
1154
+ "condition": {
1155
+ "property": "correlationRequired",
1156
+ "equals": "required",
1157
+ "type": "simple"
1158
+ },
1159
+ "type": "String"
1160
+ },
1161
+ {
1162
+ "id": "correlationKeyPayload",
1163
+ "label": "Correlation key (payload)",
1164
+ "description": "Extracts the correlation key from the incoming message payload",
1265
1165
  "constraints": {
1266
1166
  "notEmpty": true
1267
1167
  },
1168
+ "feel": "required",
1169
+ "group": "correlation",
1170
+ "binding": {
1171
+ "name": "correlationKeyExpression",
1172
+ "type": "zeebe:property"
1173
+ },
1268
1174
  "condition": {
1269
1175
  "property": "correlationRequired",
1270
- "equals": "required"
1271
- }
1176
+ "equals": "required",
1177
+ "type": "simple"
1178
+ },
1179
+ "type": "String"
1272
1180
  },
1273
1181
  {
1274
- "label": "Correlation key (payload)",
1275
- "type": "String",
1182
+ "id": "messageTtl",
1183
+ "label": "Message TTL",
1184
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1185
+ "optional": true,
1186
+ "constraints": {
1187
+ "notEmpty": false,
1188
+ "pattern": {
1189
+ "value": "^(PT.*|)$",
1190
+ "message": "must be an ISO-8601 duration"
1191
+ }
1192
+ },
1193
+ "feel": "optional",
1276
1194
  "group": "correlation",
1195
+ "binding": {
1196
+ "name": "messageTtl",
1197
+ "type": "zeebe:property"
1198
+ },
1199
+ "type": "String"
1200
+ },
1201
+ {
1202
+ "id": "messageIdExpression",
1203
+ "label": "Message ID expression",
1204
+ "description": "Expression to extract unique identifier of a message",
1205
+ "optional": true,
1277
1206
  "feel": "required",
1207
+ "group": "correlation",
1278
1208
  "binding": {
1279
- "type": "zeebe:property",
1280
- "name": "correlationKeyExpression"
1209
+ "name": "messageIdExpression",
1210
+ "type": "zeebe:property"
1281
1211
  },
1282
- "description": "Extracts the correlation key from the incoming message payload",
1212
+ "type": "String"
1213
+ },
1214
+ {
1215
+ "id": "messageNameUuid",
1216
+ "generatedValue": {
1217
+ "type": "uuid"
1218
+ },
1219
+ "group": "correlation",
1220
+ "binding": {
1221
+ "name": "name",
1222
+ "type": "bpmn:Message#property"
1223
+ },
1224
+ "type": "Hidden"
1225
+ },
1226
+ {
1227
+ "id": "deduplicationModeManualFlag",
1228
+ "label": "Manual mode",
1229
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1230
+ "value": false,
1231
+ "group": "deduplication",
1232
+ "binding": {
1233
+ "name": "deduplicationModeManualFlag",
1234
+ "type": "zeebe:property"
1235
+ },
1236
+ "type": "Boolean"
1237
+ },
1238
+ {
1239
+ "id": "deduplicationId",
1240
+ "label": "Deduplication ID",
1283
1241
  "constraints": {
1284
- "notEmpty": true
1242
+ "notEmpty": true,
1243
+ "pattern": {
1244
+ "value": "^[a-zA-Z0-9_-]+$",
1245
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
1246
+ }
1247
+ },
1248
+ "group": "deduplication",
1249
+ "binding": {
1250
+ "name": "deduplicationId",
1251
+ "type": "zeebe:property"
1285
1252
  },
1286
1253
  "condition": {
1287
- "property": "correlationRequired",
1288
- "equals": "required"
1289
- }
1254
+ "property": "deduplicationModeManualFlag",
1255
+ "equals": true,
1256
+ "type": "simple"
1257
+ },
1258
+ "type": "String"
1259
+ },
1260
+ {
1261
+ "id": "deduplicationModeManual",
1262
+ "value": "MANUAL",
1263
+ "group": "deduplication",
1264
+ "binding": {
1265
+ "name": "deduplicationMode",
1266
+ "type": "zeebe:property"
1267
+ },
1268
+ "condition": {
1269
+ "property": "deduplicationId",
1270
+ "isActive": true,
1271
+ "type": "simple"
1272
+ },
1273
+ "type": "Hidden"
1274
+ },
1275
+ {
1276
+ "id": "deduplicationModeAuto",
1277
+ "value": "AUTO",
1278
+ "group": "deduplication",
1279
+ "binding": {
1280
+ "name": "deduplicationMode",
1281
+ "type": "zeebe:property"
1282
+ },
1283
+ "condition": {
1284
+ "property": "deduplicationId",
1285
+ "isActive": false,
1286
+ "type": "simple"
1287
+ },
1288
+ "type": "Hidden"
1290
1289
  },
1291
1290
  {
1291
+ "id": "resultVariable",
1292
1292
  "label": "Result variable",
1293
- "type": "String",
1294
- "group": "variable-mapping",
1295
- "optional": true,
1293
+ "description": "Name of variable to store the response in",
1294
+ "group": "output",
1296
1295
  "binding": {
1297
- "type": "zeebe:property",
1298
- "name": "resultVariable"
1296
+ "name": "resultVariable",
1297
+ "type": "zeebe:property"
1299
1298
  },
1300
- "description": "Name of variable to store the result of the connector in"
1299
+ "type": "String"
1301
1300
  },
1302
1301
  {
1302
+ "id": "resultExpression",
1303
1303
  "label": "Result expression",
1304
- "description": "Expression to map the inbound payload to process variables",
1305
- "group": "variable-mapping",
1306
- "type": "Text",
1304
+ "description": "Expression to map the response into process variables",
1307
1305
  "feel": "required",
1306
+ "group": "output",
1308
1307
  "binding": {
1309
- "type": "zeebe:property",
1310
- "name": "resultExpression"
1311
- }
1308
+ "name": "resultExpression",
1309
+ "type": "zeebe:property"
1310
+ },
1311
+ "type": "Text"
1312
1312
  }
1313
1313
  ],
1314
1314
  "icon": {
1315
- "contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 416' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M201.816 230.216c-16.186 0-30.697 7.171-40.634 18.461l-25.463-18.026c2.703-7.442 4.255-15.433 4.255-23.797 0-8.219-1.498-16.076-4.112-23.408l25.406-17.835c9.936 11.233 24.409 18.365 40.548 18.365 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184-29.875 0-54.184 24.305-54.184 54.184 0 5.348.808 10.505 2.258 15.389l-25.423 17.844c-10.62-13.175-25.911-22.374-43.333-25.182v-30.64c24.544-5.155 43.037-26.962 43.037-53.019C124.171 24.305 99.862 0 69.987 0 40.112 0 15.803 24.305 15.803 54.184c0 25.708 18.014 47.246 42.067 52.769v31.038C25.044 143.753 0 172.401 0 206.854c0 34.621 25.292 63.374 58.355 68.94v32.774c-24.299 5.341-42.552 27.011-42.552 52.894 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-25.883-18.253-47.553-42.552-52.894v-32.775a69.965 69.965 0 0 0 42.6-24.776l25.633 18.143c-1.423 4.84-2.22 9.946-2.22 15.24 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184zm0-126.695c14.487 0 26.27 11.788 26.27 26.271s-11.783 26.27-26.27 26.27-26.27-11.787-26.27-26.27c0-14.483 11.783-26.271 26.27-26.271zm-158.1-49.337c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27zm52.541 307.278c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27zm-26.272-117.97c-20.205 0-36.642-16.434-36.642-36.638 0-20.205 16.437-36.642 36.642-36.642 20.204 0 36.641 16.437 36.641 36.642 0 20.204-16.437 36.638-36.641 36.638zm131.831 67.179c-14.487 0-26.27-11.788-26.27-26.271s11.783-26.27 26.27-26.27 26.27 11.787 26.27 26.27c0 14.483-11.783 26.271-26.27 26.271z' style='fill:%23231f20'/%3E%3C/svg%3E"
1315
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
1316
1316
  },
1317
1317
  "engines": {
1318
- "camunda": "^8.2"
1318
+ "camunda": "^8.6"
1319
1319
  }
1320
1320
  },
1321
1321
  {
@@ -1323,9 +1323,14 @@
1323
1323
  "name": "Kafka Message Start Event Connector",
1324
1324
  "id": "io.camunda.connectors.inbound.KafkaMessageStart.v1",
1325
1325
  "description": "Consume Kafka messages",
1326
- "metadata": {
1327
- "keywords": []
1328
- },
1326
+ "keywords": [
1327
+ "receive message",
1328
+ "consume message",
1329
+ "event streaming",
1330
+ "subscribe to topic",
1331
+ "message queue",
1332
+ "stream data"
1333
+ ],
1329
1334
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
1330
1335
  "version": 7,
1331
1336
  "category": {
@@ -1471,6 +1476,7 @@
1471
1476
  "name": "groupId",
1472
1477
  "type": "zeebe:property"
1473
1478
  },
1479
+ "tooltip": "It is strongly recommended to provide an explicit consumer group ID. Use a stable, application-specific identifier that represents the logical consumer group in your application (for example, <code>my-app-order-processor</code>). Leaving this empty auto-generates an ID that may change across connector upgrades, causing message replay.",
1474
1480
  "type": "String"
1475
1481
  },
1476
1482
  {
@@ -1745,15 +1751,18 @@
1745
1751
  },
1746
1752
  {
1747
1753
  "id": "messageNameUuid",
1754
+ "label": "Message name",
1748
1755
  "generatedValue": {
1749
1756
  "type": "uuid"
1750
1757
  },
1758
+ "feel": "optional",
1751
1759
  "group": "correlation",
1752
1760
  "binding": {
1753
1761
  "name": "name",
1754
1762
  "type": "bpmn:Message#property"
1755
1763
  },
1756
- "type": "Hidden"
1764
+ "tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
1765
+ "type": "String"
1757
1766
  },
1758
1767
  {
1759
1768
  "id": "deduplicationModeManualFlag",
@@ -1822,7 +1831,7 @@
1822
1831
  {
1823
1832
  "id": "resultVariable",
1824
1833
  "label": "Result variable",
1825
- "description": "Name of variable to store the response in",
1834
+ "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>.",
1826
1835
  "group": "output",
1827
1836
  "binding": {
1828
1837
  "name": "resultVariable",
@@ -1833,7 +1842,7 @@
1833
1842
  {
1834
1843
  "id": "resultExpression",
1835
1844
  "label": "Result expression",
1836
- "description": "Expression to map the response into process variables",
1845
+ "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>.",
1837
1846
  "feel": "required",
1838
1847
  "group": "output",
1839
1848
  "binding": {