@camunda/connectors-element-templates 1.0.16 → 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 (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  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 +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  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 +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  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 +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  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 +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  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 +1017 -49
  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 +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  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 +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  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 +1406 -798
  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 +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  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 +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -4,9 +4,14 @@
4
4
  "name": "Kafka Receive Task Connector",
5
5
  "id": "io.camunda.connectors.inbound.KafkaReceive.v1",
6
6
  "description": "Consume Kafka messages",
7
- "metadata": {
8
- "keywords": []
9
- },
7
+ "keywords": [
8
+ "receive message",
9
+ "consume message",
10
+ "event streaming",
11
+ "subscribe to topic",
12
+ "message queue",
13
+ "stream data"
14
+ ],
10
15
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
11
16
  "version": 7,
12
17
  "category": {
@@ -151,6 +156,7 @@
151
156
  "name": "groupId",
152
157
  "type": "zeebe:property"
153
158
  },
159
+ "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.",
154
160
  "type": "String"
155
161
  },
156
162
  {
@@ -393,15 +399,18 @@
393
399
  },
394
400
  {
395
401
  "id": "messageNameUuid",
402
+ "label": "Message name",
396
403
  "generatedValue": {
397
404
  "type": "uuid"
398
405
  },
406
+ "feel": "optional",
399
407
  "group": "correlation",
400
408
  "binding": {
401
409
  "name": "name",
402
410
  "type": "bpmn:Message#property"
403
411
  },
404
- "type": "Hidden"
412
+ "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.",
413
+ "type": "String"
405
414
  },
406
415
  {
407
416
  "id": "deduplicationModeManualFlag",
@@ -470,7 +479,7 @@
470
479
  {
471
480
  "id": "resultVariable",
472
481
  "label": "Result variable",
473
- "description": "Name of variable to store the response in",
482
+ "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>.",
474
483
  "group": "output",
475
484
  "binding": {
476
485
  "name": "resultVariable",
@@ -481,7 +490,7 @@
481
490
  {
482
491
  "id": "resultExpression",
483
492
  "label": "Result expression",
484
- "description": "Expression to map the response into process variables",
493
+ "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>.",
485
494
  "feel": "required",
486
495
  "group": "output",
487
496
  "binding": {
@@ -4,8 +4,16 @@
4
4
  "name": "Kafka Message Start Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.KafkaMessageStart.v1",
6
6
  "description": "Consume Kafka messages",
7
+ "keywords": [
8
+ "receive message",
9
+ "consume message",
10
+ "event streaming",
11
+ "subscribe to topic",
12
+ "message queue",
13
+ "stream data"
14
+ ],
7
15
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
8
- "version": 5,
16
+ "version": 7,
9
17
  "category": {
10
18
  "id": "connectors",
11
19
  "name": "Connectors"
@@ -15,6 +23,9 @@
15
23
  "value": "bpmn:StartEvent",
16
24
  "eventDefinition": "bpmn:MessageEventDefinition"
17
25
  },
26
+ "engines": {
27
+ "camunda": "^8.3"
28
+ },
18
29
  "groups": [
19
30
  {
20
31
  "id": "authentication",
@@ -25,8 +36,8 @@
25
36
  "label": "Kafka"
26
37
  },
27
38
  {
28
- "id": "message",
29
- "label": "Message deserialization"
39
+ "id": "schema",
40
+ "label": "Schema"
30
41
  },
31
42
  {
32
43
  "id": "activation",
@@ -106,29 +117,6 @@
106
117
  },
107
118
  "type": "String"
108
119
  },
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
- },
132
120
  {
133
121
  "id": "topic.bootstrapServers",
134
122
  "label": "Bootstrap servers",
@@ -169,6 +157,7 @@
169
157
  "name": "groupId",
170
158
  "type": "zeebe:property"
171
159
  },
160
+ "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.",
172
161
  "type": "String"
173
162
  },
174
163
  {
@@ -228,26 +217,99 @@
228
217
  ]
229
218
  },
230
219
  {
231
- "id": "avro.schema",
232
- "label": "Avro schema",
233
- "description": "Avro schema for the message value",
220
+ "id": "schemaStrategy.type",
221
+ "label": "Schema strategy",
222
+ "value": "noSchema",
223
+ "group": "schema",
224
+ "binding": {
225
+ "name": "schemaStrategy.type",
226
+ "type": "zeebe:property"
227
+ },
228
+ "type": "Dropdown",
229
+ "choices": [
230
+ {
231
+ "name": "No schema",
232
+ "value": "noSchema"
233
+ },
234
+ {
235
+ "name": "Avro Inline schema",
236
+ "value": "inlineSchema"
237
+ },
238
+ {
239
+ "name": "Confluent Schema registry",
240
+ "value": "schemaRegistry"
241
+ }
242
+ ]
243
+ },
244
+ {
245
+ "id": "schemaStrategy.avro.schema",
246
+ "label": "Schema",
247
+ "description": "Avro inline schema for the message value",
234
248
  "optional": false,
235
249
  "constraints": {
236
250
  "notEmpty": true
237
251
  },
238
252
  "feel": "required",
239
- "group": "message",
253
+ "group": "schema",
240
254
  "binding": {
241
- "name": "avro.schema",
255
+ "name": "schemaStrategy.schema",
242
256
  "type": "zeebe:property"
243
257
  },
244
258
  "condition": {
245
- "property": "serializationType",
246
- "equals": "avro",
259
+ "property": "schemaStrategy.type",
260
+ "equals": "inlineSchema",
247
261
  "type": "simple"
248
262
  },
249
263
  "type": "Text"
250
264
  },
265
+ {
266
+ "id": "schemaStrategy.schemaType",
267
+ "label": "Schema type",
268
+ "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>",
269
+ "optional": false,
270
+ "value": "avro",
271
+ "group": "schema",
272
+ "binding": {
273
+ "name": "schemaStrategy.schemaType",
274
+ "type": "zeebe:property"
275
+ },
276
+ "condition": {
277
+ "property": "schemaStrategy.type",
278
+ "equals": "schemaRegistry",
279
+ "type": "simple"
280
+ },
281
+ "type": "Dropdown",
282
+ "choices": [
283
+ {
284
+ "name": "JSON",
285
+ "value": "json"
286
+ },
287
+ {
288
+ "name": "Avro",
289
+ "value": "avro"
290
+ }
291
+ ]
292
+ },
293
+ {
294
+ "id": "schemaStrategy.schemaRegistryUrl",
295
+ "label": "Schema registry URL",
296
+ "description": "Provide the schema registry URL",
297
+ "optional": false,
298
+ "constraints": {
299
+ "notEmpty": true
300
+ },
301
+ "group": "schema",
302
+ "binding": {
303
+ "name": "schemaStrategy.schemaRegistryUrl",
304
+ "type": "zeebe:property"
305
+ },
306
+ "condition": {
307
+ "property": "schemaStrategy.type",
308
+ "equals": "schemaRegistry",
309
+ "type": "simple"
310
+ },
311
+ "type": "String"
312
+ },
251
313
  {
252
314
  "id": "activationCondition",
253
315
  "label": "Activation condition",
@@ -335,6 +397,19 @@
335
397
  },
336
398
  "type": "String"
337
399
  },
400
+ {
401
+ "id": "messageIdExpression",
402
+ "label": "Message ID expression",
403
+ "description": "Expression to extract unique identifier of a message",
404
+ "optional": true,
405
+ "feel": "required",
406
+ "group": "correlation",
407
+ "binding": {
408
+ "name": "messageIdExpression",
409
+ "type": "zeebe:property"
410
+ },
411
+ "type": "String"
412
+ },
338
413
  {
339
414
  "id": "messageTtl",
340
415
  "label": "Message TTL",
@@ -355,30 +430,20 @@
355
430
  },
356
431
  "type": "String"
357
432
  },
358
- {
359
- "id": "messageIdExpression",
360
- "label": "Message ID expression",
361
- "description": "Expression to extract unique identifier of a message",
362
- "optional": true,
363
- "feel": "required",
364
- "group": "correlation",
365
- "binding": {
366
- "name": "messageIdExpression",
367
- "type": "zeebe:property"
368
- },
369
- "type": "String"
370
- },
371
433
  {
372
434
  "id": "messageNameUuid",
435
+ "label": "Message name",
373
436
  "generatedValue": {
374
437
  "type": "uuid"
375
438
  },
439
+ "feel": "optional",
376
440
  "group": "correlation",
377
441
  "binding": {
378
442
  "name": "name",
379
443
  "type": "bpmn:Message#property"
380
444
  },
381
- "type": "Hidden"
445
+ "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.",
446
+ "type": "String"
382
447
  },
383
448
  {
384
449
  "id": "deduplicationModeManualFlag",
@@ -447,7 +512,7 @@
447
512
  {
448
513
  "id": "resultVariable",
449
514
  "label": "Result variable",
450
- "description": "Name of variable to store the response in",
515
+ "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>.",
451
516
  "group": "output",
452
517
  "binding": {
453
518
  "name": "resultVariable",
@@ -458,7 +523,7 @@
458
523
  {
459
524
  "id": "resultExpression",
460
525
  "label": "Result expression",
461
- "description": "Expression to map the response into process variables",
526
+ "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>.",
462
527
  "feel": "required",
463
528
  "group": "output",
464
529
  "binding": {
@@ -470,9 +535,6 @@
470
535
  ],
471
536
  "icon": {
472
537
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
473
- },
474
- "engines": {
475
- "camunda": "^8.5"
476
538
  }
477
539
  },
478
540
  {
@@ -1323,11 +1385,8 @@
1323
1385
  "name": "Kafka Message Start Event Connector",
1324
1386
  "id": "io.camunda.connectors.inbound.KafkaMessageStart.v1",
1325
1387
  "description": "Consume Kafka messages",
1326
- "metadata": {
1327
- "keywords": []
1328
- },
1329
1388
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
1330
- "version": 7,
1389
+ "version": 5,
1331
1390
  "category": {
1332
1391
  "id": "connectors",
1333
1392
  "name": "Connectors"
@@ -1337,9 +1396,6 @@
1337
1396
  "value": "bpmn:StartEvent",
1338
1397
  "eventDefinition": "bpmn:MessageEventDefinition"
1339
1398
  },
1340
- "engines": {
1341
- "camunda": "^8.3"
1342
- },
1343
1399
  "groups": [
1344
1400
  {
1345
1401
  "id": "authentication",
@@ -1350,8 +1406,8 @@
1350
1406
  "label": "Kafka"
1351
1407
  },
1352
1408
  {
1353
- "id": "schema",
1354
- "label": "Schema"
1409
+ "id": "message",
1410
+ "label": "Message deserialization"
1355
1411
  },
1356
1412
  {
1357
1413
  "id": "activation",
@@ -1431,6 +1487,29 @@
1431
1487
  },
1432
1488
  "type": "String"
1433
1489
  },
1490
+ {
1491
+ "id": "serializationType",
1492
+ "label": "Deserialization type",
1493
+ "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>",
1494
+ "optional": false,
1495
+ "value": "json",
1496
+ "group": "kafka",
1497
+ "binding": {
1498
+ "name": "serializationType",
1499
+ "type": "zeebe:property"
1500
+ },
1501
+ "type": "Dropdown",
1502
+ "choices": [
1503
+ {
1504
+ "name": "Default (JSON)",
1505
+ "value": "json"
1506
+ },
1507
+ {
1508
+ "name": "Avro (experimental)",
1509
+ "value": "avro"
1510
+ }
1511
+ ]
1512
+ },
1434
1513
  {
1435
1514
  "id": "topic.bootstrapServers",
1436
1515
  "label": "Bootstrap servers",
@@ -1530,99 +1609,26 @@
1530
1609
  ]
1531
1610
  },
1532
1611
  {
1533
- "id": "schemaStrategy.type",
1534
- "label": "Schema strategy",
1535
- "value": "noSchema",
1536
- "group": "schema",
1537
- "binding": {
1538
- "name": "schemaStrategy.type",
1539
- "type": "zeebe:property"
1540
- },
1541
- "type": "Dropdown",
1542
- "choices": [
1543
- {
1544
- "name": "No schema",
1545
- "value": "noSchema"
1546
- },
1547
- {
1548
- "name": "Avro Inline schema",
1549
- "value": "inlineSchema"
1550
- },
1551
- {
1552
- "name": "Confluent Schema registry",
1553
- "value": "schemaRegistry"
1554
- }
1555
- ]
1556
- },
1557
- {
1558
- "id": "schemaStrategy.avro.schema",
1559
- "label": "Schema",
1560
- "description": "Avro inline schema for the message value",
1612
+ "id": "avro.schema",
1613
+ "label": "Avro schema",
1614
+ "description": "Avro schema for the message value",
1561
1615
  "optional": false,
1562
1616
  "constraints": {
1563
1617
  "notEmpty": true
1564
1618
  },
1565
1619
  "feel": "required",
1566
- "group": "schema",
1620
+ "group": "message",
1567
1621
  "binding": {
1568
- "name": "schemaStrategy.schema",
1622
+ "name": "avro.schema",
1569
1623
  "type": "zeebe:property"
1570
1624
  },
1571
1625
  "condition": {
1572
- "property": "schemaStrategy.type",
1573
- "equals": "inlineSchema",
1626
+ "property": "serializationType",
1627
+ "equals": "avro",
1574
1628
  "type": "simple"
1575
1629
  },
1576
1630
  "type": "Text"
1577
1631
  },
1578
- {
1579
- "id": "schemaStrategy.schemaType",
1580
- "label": "Schema type",
1581
- "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>",
1582
- "optional": false,
1583
- "value": "avro",
1584
- "group": "schema",
1585
- "binding": {
1586
- "name": "schemaStrategy.schemaType",
1587
- "type": "zeebe:property"
1588
- },
1589
- "condition": {
1590
- "property": "schemaStrategy.type",
1591
- "equals": "schemaRegistry",
1592
- "type": "simple"
1593
- },
1594
- "type": "Dropdown",
1595
- "choices": [
1596
- {
1597
- "name": "JSON",
1598
- "value": "json"
1599
- },
1600
- {
1601
- "name": "Avro",
1602
- "value": "avro"
1603
- }
1604
- ]
1605
- },
1606
- {
1607
- "id": "schemaStrategy.schemaRegistryUrl",
1608
- "label": "Schema registry URL",
1609
- "description": "Provide the schema registry URL",
1610
- "optional": false,
1611
- "constraints": {
1612
- "notEmpty": true
1613
- },
1614
- "group": "schema",
1615
- "binding": {
1616
- "name": "schemaStrategy.schemaRegistryUrl",
1617
- "type": "zeebe:property"
1618
- },
1619
- "condition": {
1620
- "property": "schemaStrategy.type",
1621
- "equals": "schemaRegistry",
1622
- "type": "simple"
1623
- },
1624
- "type": "String"
1625
- },
1626
1632
  {
1627
1633
  "id": "activationCondition",
1628
1634
  "label": "Activation condition",
@@ -1845,6 +1851,9 @@
1845
1851
  ],
1846
1852
  "icon": {
1847
1853
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
1854
+ },
1855
+ "engines": {
1856
+ "camunda": "^8.5"
1848
1857
  }
1849
1858
  }
1850
1859
  ]