@camunda/connectors-element-templates 1.0.20 → 1.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/package.json +2 -2
  2. package/src/connectors-template.js +1 -3
  3. package/src/connectors.js +4 -0
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +40 -40
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +2483 -475
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +5352 -3427
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +717 -35
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2254 -809
  9. package/src/element-templates/app-integrations-connector.json +1047 -0
  10. package/src/element-templates/asana-connector.json +1050 -216
  11. package/src/element-templates/automation-anywhere-outbound-connector.json +2046 -1553
  12. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1067 -29
  13. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +385 -4
  14. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +441 -4
  15. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +416 -4
  16. package/src/element-templates/aws-bedrock-outbound-connector.json +2274 -624
  17. package/src/element-templates/aws-comprehend-outbound-connector.json +1572 -0
  18. package/src/element-templates/aws-dynamodb-outbound-connector.json +2385 -949
  19. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  20. package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
  21. package/src/element-templates/aws-eventbridge-connector-start-event.json +20 -20
  22. package/src/element-templates/aws-eventbridge-outbound-connector.json +680 -266
  23. package/src/element-templates/aws-lambda-outbound-connector.json +462 -63
  24. package/src/element-templates/aws-s3-outbound-connector.json +1850 -329
  25. package/src/element-templates/aws-sagemaker-outbound-connector.json +680 -51
  26. package/src/element-templates/aws-sns-inbound-boundary.json +207 -206
  27. package/src/element-templates/aws-sns-inbound-intermediate.json +410 -409
  28. package/src/element-templates/aws-sns-inbound-message-start.json +4 -3
  29. package/src/element-templates/aws-sns-inbound-receive.json +4 -3
  30. package/src/element-templates/aws-sns-inbound-start-event.json +138 -138
  31. package/src/element-templates/aws-sns-outbound-connector.json +643 -186
  32. package/src/element-templates/aws-sqs-boundary-connector.json +1059 -540
  33. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +1046 -527
  34. package/src/element-templates/aws-sqs-outbound-connector.json +596 -143
  35. package/src/element-templates/aws-sqs-receive-connector.json +525 -7
  36. package/src/element-templates/aws-sqs-start-event-connector.json +401 -401
  37. package/src/element-templates/aws-sqs-start-message.json +736 -185
  38. package/src/element-templates/aws-textract-outbound-connector.json +925 -190
  39. package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
  40. package/src/element-templates/azure-open-ai-connector.json +1372 -9
  41. package/src/element-templates/blue-prism-connector.json +655 -76
  42. package/src/element-templates/box-outbound-connector.json +2331 -247
  43. package/src/element-templates/csv-outbound-connector.json +44 -44
  44. package/src/element-templates/easy-post-connector.json +1178 -97
  45. package/src/element-templates/email-outbound-connector.json +3087 -1013
  46. package/src/element-templates/embeddings-vector-database-outbound-connector.json +2160 -0
  47. package/src/element-templates/github-connector.json +14049 -9863
  48. package/src/element-templates/github-webhook-connector-boundary.json +24 -24
  49. package/src/element-templates/github-webhook-connector-intermediate.json +33 -33
  50. package/src/element-templates/github-webhook-connector-message-start.json +8 -8
  51. package/src/element-templates/github-webhook-connector-receive.json +8 -8
  52. package/src/element-templates/github-webhook-connector-start-event.json +54 -54
  53. package/src/element-templates/gitlab-connector.json +2110 -208
  54. package/src/element-templates/google-cloud-storage-outbound-connector.json +1448 -241
  55. package/src/element-templates/google-drive-outbound-connector.json +2246 -694
  56. package/src/element-templates/google-gemini-outbound-connector.json +8 -22
  57. package/src/element-templates/google-maps-platform-connector.json +688 -137
  58. package/src/element-templates/google-sheets-outbound-connector.json +3631 -2475
  59. package/src/element-templates/graphql-outbound-connector.json +3346 -789
  60. package/src/element-templates/http-json-connector.json +5295 -2803
  61. package/src/element-templates/http-polling-boundary-catch-event-connector.json +2550 -590
  62. package/src/element-templates/http-polling-connector.json +2886 -926
  63. package/src/element-templates/hubspot-outbound-connector.json +2786 -36
  64. package/src/element-templates/hugging-face-connector.json +44 -43
  65. package/src/element-templates/jdbc-outbound-connector.json +505 -8
  66. package/src/element-templates/kafka-inbound-connector-boundary.json +29 -32
  67. package/src/element-templates/kafka-inbound-connector-intermediate.json +615 -618
  68. package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
  69. package/src/element-templates/kafka-inbound-connector-start-message.json +9 -12
  70. package/src/element-templates/kafka-inbound-connector.json +240 -240
  71. package/src/element-templates/kafka-outbound-connector.json +494 -498
  72. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
  73. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
  74. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
  75. package/src/element-templates/microsoft-office365-mail-connector.json +1095 -39
  76. package/src/element-templates/microsoft-teams-outbound-connector.json +7335 -4894
  77. package/src/element-templates/openai-connector.json +596 -102
  78. package/src/element-templates/operate-connector.json +167 -170
  79. package/src/element-templates/orchestration-connector.json +1843 -0
  80. package/src/element-templates/power-automate-connector.json +64 -64
  81. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +449 -451
  82. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +770 -772
  83. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +576 -578
  84. package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
  85. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +105 -105
  86. package/src/element-templates/rabbitmq-outbound-connector.json +319 -319
  87. package/src/element-templates/rpa-connector.json +6 -6
  88. package/src/element-templates/salesforce-connector.json +690 -56
  89. package/src/element-templates/send-message-connector-intermediate-throw-event.json +300 -0
  90. package/src/element-templates/send-message-connector-message-end-event.json +300 -0
  91. package/src/element-templates/send-message-connector-send-task.json +299 -0
  92. package/src/element-templates/sendgrid-outbound-connector.json +597 -597
  93. package/src/element-templates/servicenow-connector.json +1365 -8
  94. package/src/element-templates/servicenow-flow-starter-connector.json +15 -15
  95. package/src/element-templates/servicenow-incident-connector.json +1076 -30
  96. package/src/element-templates/slack-inbound-boundary.json +374 -374
  97. package/src/element-templates/slack-inbound-intermediate.json +766 -766
  98. package/src/element-templates/slack-inbound-message-start.json +145 -145
  99. package/src/element-templates/slack-inbound-receive.json +2 -2
  100. package/src/element-templates/slack-inbound-start-event.json +211 -211
  101. package/src/element-templates/slack-outbound-connector.json +2154 -1051
  102. package/src/element-templates/soap-outbound-connector.json +114 -118
  103. package/src/element-templates/twilio-connector.json +1181 -368
  104. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -30
  105. package/src/element-templates/twilio-webhook-connector.json +56 -57
  106. package/src/element-templates/twilio-webhook-intermediate-connector.json +33 -34
  107. package/src/element-templates/twilio-webhook-message-start-connector.json +27 -28
  108. package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
  109. package/src/element-templates/uipath-connector.json +681 -63
  110. package/src/element-templates/webhook-connector-boundary.json +1242 -587
  111. package/src/element-templates/webhook-connector-intermediate.json +1339 -684
  112. package/src/element-templates/webhook-connector-receive.json +659 -5
  113. package/src/element-templates/webhook-connector-start-event.json +1736 -1175
  114. package/src/element-templates/webhook-connector-start-message.json +1791 -1104
  115. package/src/element-templates/whatsapp-connector.json +386 -16
@@ -3,7 +3,7 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "Kafka Intermediate Catch Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
6
- "version": 4,
6
+ "version": 2,
7
7
  "description": "Consume Kafka messages",
8
8
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
9
9
  "category": {
@@ -125,6 +125,7 @@
125
125
  "description": "Provide the topic name",
126
126
  "group": "kafka",
127
127
  "type": "String",
128
+ "feel": "optional",
128
129
  "binding": {
129
130
  "type": "zeebe:property",
130
131
  "name": "topic.topicName"
@@ -138,6 +139,7 @@
138
139
  "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
139
140
  "group": "kafka",
140
141
  "type": "String",
142
+ "feel": "optional",
141
143
  "optional": true,
142
144
  "binding": {
143
145
  "type": "zeebe:property",
@@ -226,18 +228,6 @@
226
228
  "notEmpty": true
227
229
  }
228
230
  },
229
- {
230
- "label": "Message ID expression",
231
- "feel": "required",
232
- "type": "String",
233
- "optional": true,
234
- "group": "activation",
235
- "binding": {
236
- "type": "zeebe:property",
237
- "name": "messageIdExpression"
238
- },
239
- "description": "Expression to extract unique identifier of a message"
240
- },
241
231
  {
242
232
  "label": "Activation condition",
243
233
  "type": "String",
@@ -277,16 +267,16 @@
277
267
  "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"
278
268
  },
279
269
  "engines": {
280
- "camunda": "^8.5"
270
+ "camunda": "^8.2"
281
271
  }
282
272
  },
283
273
  {
284
274
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
285
- "name": "Kafka consumer connector",
275
+ "name": "Kafka Intermediate Catch Event Connector",
286
276
  "id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
287
- "version": 1,
288
- "description": "Consume Kafka message",
289
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka-inbound/",
277
+ "version": 4,
278
+ "description": "Consume Kafka messages",
279
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
290
280
  "category": {
291
281
  "id": "connectors",
292
282
  "name": "Connectors"
@@ -406,7 +396,6 @@
406
396
  "description": "Provide the topic name",
407
397
  "group": "kafka",
408
398
  "type": "String",
409
- "feel": "optional",
410
399
  "binding": {
411
400
  "type": "zeebe:property",
412
401
  "name": "topic.topicName"
@@ -415,6 +404,21 @@
415
404
  "notEmpty": true
416
405
  }
417
406
  },
407
+ {
408
+ "label": "Consumer Group ID",
409
+ "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
410
+ "group": "kafka",
411
+ "type": "String",
412
+ "optional": true,
413
+ "binding": {
414
+ "type": "zeebe:property",
415
+ "name": "groupId"
416
+ },
417
+ "constraints": {
418
+ "notEmpty": false,
419
+ "maxLength": 250
420
+ }
421
+ },
418
422
  {
419
423
  "label": "Additional properties",
420
424
  "description": "Provide additional Kafka consumer properties in JSON",
@@ -429,7 +433,7 @@
429
433
  },
430
434
  {
431
435
  "label": "Offsets",
432
- "description": "Comma-separated list of offsets, e.g., '10,23' or '=[ \"10\", \"23\"]'. If specified, it has to have the same number of values as the number of partitions",
436
+ "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",
433
437
  "group": "kafka",
434
438
  "type": "String",
435
439
  "feel": "optional",
@@ -493,6 +497,18 @@
493
497
  "notEmpty": true
494
498
  }
495
499
  },
500
+ {
501
+ "label": "Message ID expression",
502
+ "feel": "required",
503
+ "type": "String",
504
+ "optional": true,
505
+ "group": "activation",
506
+ "binding": {
507
+ "type": "zeebe:property",
508
+ "name": "messageIdExpression"
509
+ },
510
+ "description": "Expression to extract unique identifier of a message"
511
+ },
496
512
  {
497
513
  "label": "Activation condition",
498
514
  "type": "String",
@@ -532,16 +548,16 @@
532
548
  "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"
533
549
  },
534
550
  "engines": {
535
- "camunda": "^8.2"
551
+ "camunda": "^8.5"
536
552
  }
537
553
  },
538
554
  {
539
555
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
540
- "name": "Kafka Intermediate Catch Event Connector",
556
+ "name": "Kafka consumer connector",
541
557
  "id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
542
- "description": "Consume Kafka messages",
543
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
544
- "version": 6,
558
+ "version": 1,
559
+ "description": "Consume Kafka message",
560
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka-inbound/",
545
561
  "category": {
546
562
  "id": "connectors",
547
563
  "name": "Connectors"
@@ -560,53 +576,41 @@
560
576
  "id": "kafka",
561
577
  "label": "Kafka"
562
578
  },
563
- {
564
- "id": "message",
565
- "label": "Message deserialization"
566
- },
567
579
  {
568
580
  "id": "activation",
569
581
  "label": "Activation"
570
582
  },
571
583
  {
572
- "id": "correlation",
573
- "label": "Correlation",
574
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
575
- },
576
- {
577
- "id": "deduplication",
578
- "label": "Deduplication",
579
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
580
- },
581
- {
582
- "id": "output",
583
- "label": "Output mapping"
584
+ "id": "variable-mapping",
585
+ "label": "Variable mapping"
584
586
  }
585
587
  ],
586
588
  "properties": [
587
589
  {
590
+ "type": "Hidden",
588
591
  "value": "io.camunda:connector-kafka-inbound:1",
589
592
  "binding": {
590
- "name": "inbound.type",
591
- "type": "zeebe:property"
593
+ "type": "zeebe:property",
594
+ "name": "inbound.type"
595
+ }
596
+ },
597
+ {
598
+ "type": "Hidden",
599
+ "generatedValue": {
600
+ "type": "uuid"
592
601
  },
593
- "type": "Hidden"
602
+ "binding": {
603
+ "type": "bpmn:Message#property",
604
+ "name": "name"
605
+ }
594
606
  },
595
607
  {
596
- "id": "authenticationType",
597
608
  "label": "Authentication type",
598
609
  "description": "Username/password or custom",
599
- "optional": false,
600
- "value": "credentials",
601
- "constraints": {
602
- "notEmpty": true
603
- },
610
+ "id": "authenticationType",
604
611
  "group": "authentication",
605
- "binding": {
606
- "name": "authenticationType",
607
- "type": "zeebe:property"
608
- },
609
612
  "type": "Dropdown",
613
+ "value": "credentials",
610
614
  "choices": [
611
615
  {
612
616
  "name": "Credentials",
@@ -616,120 +620,104 @@
616
620
  "name": "Custom",
617
621
  "value": "custom"
618
622
  }
619
- ]
623
+ ],
624
+ "binding": {
625
+ "type": "zeebe:property",
626
+ "name": "authenticationType"
627
+ }
620
628
  },
621
629
  {
622
- "id": "authentication.username",
623
630
  "label": "Username",
624
631
  "description": "Provide the username (must have permissions to produce message to the topic)",
625
- "optional": true,
626
632
  "group": "authentication",
633
+ "type": "String",
634
+ "feel": "optional",
635
+ "optional": true,
627
636
  "binding": {
628
- "name": "authentication.username",
629
- "type": "zeebe:property"
637
+ "type": "zeebe:property",
638
+ "name": "authentication.username"
630
639
  },
631
- "type": "String"
640
+ "condition": {
641
+ "property": "authenticationType",
642
+ "equals": "credentials"
643
+ }
632
644
  },
633
645
  {
634
- "id": "authentication.password",
635
646
  "label": "Password",
636
647
  "description": "Provide a password for the user",
637
- "optional": true,
638
648
  "group": "authentication",
649
+ "type": "String",
650
+ "feel": "optional",
651
+ "optional": true,
639
652
  "binding": {
640
- "name": "authentication.password",
641
- "type": "zeebe:property"
653
+ "type": "zeebe:property",
654
+ "name": "authentication.password"
642
655
  },
643
- "type": "String"
656
+ "condition": {
657
+ "property": "authenticationType",
658
+ "equals": "credentials"
659
+ }
644
660
  },
645
661
  {
646
- "id": "topic.bootstrapServers",
647
662
  "label": "Bootstrap servers",
648
663
  "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
649
- "optional": false,
650
- "constraints": {
651
- "notEmpty": true
652
- },
653
664
  "group": "kafka",
665
+ "type": "String",
666
+ "feel": "optional",
654
667
  "binding": {
655
- "name": "topic.bootstrapServers",
656
- "type": "zeebe:property"
668
+ "type": "zeebe:property",
669
+ "name": "topic.bootstrapServers"
657
670
  },
658
- "type": "String"
659
- },
660
- {
661
- "id": "topic.topicName",
662
- "label": "Topic",
663
- "description": "Provide topic name",
664
- "optional": false,
665
671
  "constraints": {
666
672
  "notEmpty": true
667
- },
668
- "group": "kafka",
669
- "binding": {
670
- "name": "topic.topicName",
671
- "type": "zeebe:property"
672
- },
673
- "type": "String"
673
+ }
674
674
  },
675
675
  {
676
- "id": "groupId",
677
- "label": "Consumer group ID",
678
- "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
679
- "optional": false,
676
+ "label": "Topic",
677
+ "description": "Provide the topic name",
680
678
  "group": "kafka",
679
+ "type": "String",
680
+ "feel": "optional",
681
681
  "binding": {
682
- "name": "groupId",
683
- "type": "zeebe:property"
682
+ "type": "zeebe:property",
683
+ "name": "topic.topicName"
684
684
  },
685
- "type": "String"
685
+ "constraints": {
686
+ "notEmpty": true
687
+ }
686
688
  },
687
689
  {
688
- "id": "additionalProperties",
689
690
  "label": "Additional properties",
690
691
  "description": "Provide additional Kafka consumer properties in JSON",
692
+ "group": "kafka",
693
+ "type": "String",
691
694
  "optional": true,
692
695
  "feel": "required",
693
- "group": "kafka",
694
696
  "binding": {
695
- "name": "additionalProperties",
696
- "type": "zeebe:property"
697
- },
698
- "type": "String"
697
+ "type": "zeebe:property",
698
+ "name": "additionalProperties"
699
+ }
699
700
  },
700
701
  {
701
- "id": "offsets",
702
702
  "label": "Offsets",
703
- "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",
704
- "optional": true,
705
- "feel": "optional",
703
+ "description": "Comma-separated list of offsets, e.g., '10,23' or '=[ \"10\", \"23\"]'. If specified, it has to have the same number of values as the number of partitions",
706
704
  "group": "kafka",
705
+ "type": "String",
706
+ "feel": "optional",
707
+ "optional": true,
707
708
  "binding": {
708
- "name": "offsets",
709
- "type": "zeebe:property"
710
- },
711
- "type": "String"
709
+ "type": "zeebe:property",
710
+ "name": "offsets"
711
+ }
712
712
  },
713
713
  {
714
- "id": "autoOffsetReset",
715
714
  "label": "Auto offset reset",
716
715
  "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",
717
- "optional": false,
718
- "value": "latest",
719
- "constraints": {
720
- "notEmpty": true
721
- },
716
+ "id": "autoOffsetReset",
722
717
  "group": "kafka",
723
- "binding": {
724
- "name": "autoOffsetReset",
725
- "type": "zeebe:property"
726
- },
727
718
  "type": "Dropdown",
719
+ "value": "latest",
728
720
  "choices": [
729
- {
730
- "name": "None",
731
- "value": "none"
732
- },
733
721
  {
734
722
  "name": "Latest",
735
723
  "value": "latest"
@@ -737,132 +725,365 @@
737
725
  {
738
726
  "name": "Earliest",
739
727
  "value": "earliest"
728
+ },
729
+ {
730
+ "name": "None",
731
+ "value": "none"
740
732
  }
741
- ]
733
+ ],
734
+ "binding": {
735
+ "type": "zeebe:property",
736
+ "name": "autoOffsetReset"
737
+ }
742
738
  },
743
739
  {
744
- "id": "schemaStrategy.type",
745
- "label": "Schema strategy",
746
- "value": "noSchema",
747
- "group": "kafka",
740
+ "label": "Correlation key (process)",
741
+ "type": "String",
742
+ "group": "activation",
743
+ "feel": "required",
744
+ "description": "Sets up the correlation key from process variables",
748
745
  "binding": {
749
- "name": "schemaStrategy.type",
750
- "type": "zeebe:property"
746
+ "type": "bpmn:Message#zeebe:subscription#property",
747
+ "name": "correlationKey"
751
748
  },
752
- "type": "Dropdown",
753
- "choices": [
754
- {
755
- "name": "No schema",
756
- "value": "noSchema"
757
- },
749
+ "constraints": {
750
+ "notEmpty": true
751
+ }
752
+ },
753
+ {
754
+ "label": "Correlation key (payload)",
755
+ "type": "String",
756
+ "group": "activation",
757
+ "feel": "required",
758
+ "binding": {
759
+ "type": "zeebe:property",
760
+ "name": "correlationKeyExpression"
761
+ },
762
+ "description": "Extracts the correlation key from the incoming message payload",
763
+ "constraints": {
764
+ "notEmpty": true
765
+ }
766
+ },
767
+ {
768
+ "label": "Activation condition",
769
+ "type": "String",
770
+ "group": "activation",
771
+ "feel": "required",
772
+ "optional": true,
773
+ "binding": {
774
+ "type": "zeebe:property",
775
+ "name": "activationCondition"
776
+ },
777
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events"
778
+ },
779
+ {
780
+ "label": "Result variable",
781
+ "type": "String",
782
+ "group": "variable-mapping",
783
+ "optional": true,
784
+ "binding": {
785
+ "type": "zeebe:property",
786
+ "name": "resultVariable"
787
+ },
788
+ "description": "Name of variable to store the result of the connector in"
789
+ },
790
+ {
791
+ "label": "Result expression",
792
+ "description": "Expression to map the inbound payload to process variables",
793
+ "group": "variable-mapping",
794
+ "type": "Text",
795
+ "feel": "required",
796
+ "binding": {
797
+ "type": "zeebe:property",
798
+ "name": "resultExpression"
799
+ }
800
+ }
801
+ ],
802
+ "icon": {
803
+ "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"
804
+ },
805
+ "engines": {
806
+ "camunda": "^8.2"
807
+ }
808
+ },
809
+ {
810
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
811
+ "name": "Kafka Intermediate Catch Event Connector",
812
+ "id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
813
+ "description": "Consume Kafka messages",
814
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
815
+ "version": 5,
816
+ "category": {
817
+ "id": "connectors",
818
+ "name": "Connectors"
819
+ },
820
+ "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
821
+ "elementType": {
822
+ "value": "bpmn:IntermediateCatchEvent",
823
+ "eventDefinition": "bpmn:MessageEventDefinition"
824
+ },
825
+ "groups": [
826
+ {
827
+ "id": "authentication",
828
+ "label": "Authentication"
829
+ },
830
+ {
831
+ "id": "kafka",
832
+ "label": "Kafka"
833
+ },
834
+ {
835
+ "id": "message",
836
+ "label": "Message deserialization"
837
+ },
838
+ {
839
+ "id": "activation",
840
+ "label": "Activation"
841
+ },
842
+ {
843
+ "id": "correlation",
844
+ "label": "Correlation",
845
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
846
+ },
847
+ {
848
+ "id": "deduplication",
849
+ "label": "Deduplication",
850
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
851
+ },
852
+ {
853
+ "id": "output",
854
+ "label": "Output mapping"
855
+ }
856
+ ],
857
+ "properties": [
858
+ {
859
+ "value": "io.camunda:connector-kafka-inbound:1",
860
+ "binding": {
861
+ "name": "inbound.type",
862
+ "type": "zeebe:property"
863
+ },
864
+ "type": "Hidden"
865
+ },
866
+ {
867
+ "id": "authenticationType",
868
+ "label": "Authentication type",
869
+ "description": "Username/password or custom",
870
+ "optional": false,
871
+ "value": "credentials",
872
+ "constraints": {
873
+ "notEmpty": true
874
+ },
875
+ "group": "authentication",
876
+ "binding": {
877
+ "name": "authenticationType",
878
+ "type": "zeebe:property"
879
+ },
880
+ "type": "Dropdown",
881
+ "choices": [
758
882
  {
759
- "name": "Inline schema",
760
- "value": "inlineSchema"
883
+ "name": "Credentials",
884
+ "value": "credentials"
761
885
  },
762
886
  {
763
- "name": "Schema registry",
764
- "value": "schemaRegistry"
887
+ "name": "Custom",
888
+ "value": "custom"
765
889
  }
766
890
  ]
767
891
  },
768
892
  {
769
- "id": "schemaStrategy.schemaType",
770
- "label": "Schema type",
771
- "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>",
893
+ "id": "authentication.username",
894
+ "label": "Username",
895
+ "description": "Provide the username (must have permissions to produce message to the topic)",
896
+ "optional": true,
897
+ "group": "authentication",
898
+ "binding": {
899
+ "name": "authentication.username",
900
+ "type": "zeebe:property"
901
+ },
902
+ "type": "String"
903
+ },
904
+ {
905
+ "id": "authentication.password",
906
+ "label": "Password",
907
+ "description": "Provide a password for the user",
908
+ "optional": true,
909
+ "group": "authentication",
910
+ "binding": {
911
+ "name": "authentication.password",
912
+ "type": "zeebe:property"
913
+ },
914
+ "type": "String"
915
+ },
916
+ {
917
+ "id": "serializationType",
918
+ "label": "Deserialization type",
919
+ "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>",
772
920
  "optional": false,
773
- "value": "avro",
921
+ "value": "json",
774
922
  "group": "kafka",
775
923
  "binding": {
776
- "name": "schemaStrategy.schemaType",
924
+ "name": "serializationType",
777
925
  "type": "zeebe:property"
778
926
  },
779
- "condition": {
780
- "property": "schemaStrategy.type",
781
- "equals": "schemaRegistry",
782
- "type": "simple"
783
- },
784
927
  "type": "Dropdown",
785
928
  "choices": [
786
929
  {
787
- "name": "JSON",
930
+ "name": "Default (JSON)",
788
931
  "value": "json"
789
932
  },
790
933
  {
791
- "name": "Avro (alpha)",
934
+ "name": "Avro (experimental)",
792
935
  "value": "avro"
793
936
  }
794
937
  ]
795
938
  },
796
939
  {
797
- "id": "schemaStrategy.schemaRegistryUrl",
798
- "label": "Schema registry URL",
799
- "description": "Provide the schema registry URL",
940
+ "id": "topic.bootstrapServers",
941
+ "label": "Bootstrap servers",
942
+ "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
800
943
  "optional": false,
801
944
  "constraints": {
802
945
  "notEmpty": true
803
946
  },
804
947
  "group": "kafka",
805
948
  "binding": {
806
- "name": "schemaStrategy.schemaRegistryUrl",
949
+ "name": "topic.bootstrapServers",
807
950
  "type": "zeebe:property"
808
951
  },
809
- "condition": {
810
- "property": "schemaStrategy.type",
811
- "equals": "schemaRegistry",
812
- "type": "simple"
813
- },
814
952
  "type": "String"
815
953
  },
816
954
  {
817
- "id": "schemaStrategy.avro.schema",
818
- "label": "Schema",
819
- "description": "Inline schema (Avro) for the message value",
955
+ "id": "topic.topicName",
956
+ "label": "Topic",
957
+ "description": "Provide topic name",
820
958
  "optional": false,
821
959
  "constraints": {
822
960
  "notEmpty": true
823
961
  },
824
- "feel": "required",
825
- "group": "message",
962
+ "group": "kafka",
826
963
  "binding": {
827
- "name": "schemaStrategy.schema",
964
+ "name": "topic.topicName",
828
965
  "type": "zeebe:property"
829
966
  },
830
- "condition": {
831
- "property": "schemaStrategy.type",
832
- "equals": "inlineSchema",
833
- "type": "simple"
967
+ "type": "String"
968
+ },
969
+ {
970
+ "id": "groupId",
971
+ "label": "Consumer group ID",
972
+ "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
973
+ "optional": false,
974
+ "group": "kafka",
975
+ "binding": {
976
+ "name": "groupId",
977
+ "type": "zeebe:property"
834
978
  },
835
- "type": "Text"
979
+ "type": "String"
836
980
  },
837
981
  {
838
- "id": "activationCondition",
839
- "label": "Activation condition",
840
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
982
+ "id": "additionalProperties",
983
+ "label": "Additional properties",
984
+ "description": "Provide additional Kafka consumer properties in JSON",
841
985
  "optional": true,
842
986
  "feel": "required",
843
- "group": "activation",
987
+ "group": "kafka",
844
988
  "binding": {
845
- "name": "activationCondition",
989
+ "name": "additionalProperties",
846
990
  "type": "zeebe:property"
847
991
  },
848
992
  "type": "String"
849
993
  },
850
994
  {
851
- "id": "consumeUnmatchedEvents",
852
- "label": "Consume unmatched events",
853
- "value": true,
854
- "group": "activation",
995
+ "id": "offsets",
996
+ "label": "Offsets",
997
+ "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",
998
+ "optional": true,
999
+ "feel": "optional",
1000
+ "group": "kafka",
855
1001
  "binding": {
856
- "name": "consumeUnmatchedEvents",
1002
+ "name": "offsets",
857
1003
  "type": "zeebe:property"
858
1004
  },
859
- "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",
860
- "type": "Boolean"
1005
+ "type": "String"
861
1006
  },
862
1007
  {
863
- "id": "correlationKeyProcess",
864
- "label": "Correlation key (process)",
865
- "description": "Sets up the correlation key from process variables",
1008
+ "id": "autoOffsetReset",
1009
+ "label": "Auto offset reset",
1010
+ "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",
1011
+ "optional": false,
1012
+ "value": "latest",
1013
+ "constraints": {
1014
+ "notEmpty": true
1015
+ },
1016
+ "group": "kafka",
1017
+ "binding": {
1018
+ "name": "autoOffsetReset",
1019
+ "type": "zeebe:property"
1020
+ },
1021
+ "type": "Dropdown",
1022
+ "choices": [
1023
+ {
1024
+ "name": "None",
1025
+ "value": "none"
1026
+ },
1027
+ {
1028
+ "name": "Latest",
1029
+ "value": "latest"
1030
+ },
1031
+ {
1032
+ "name": "Earliest",
1033
+ "value": "earliest"
1034
+ }
1035
+ ]
1036
+ },
1037
+ {
1038
+ "id": "avro.schema",
1039
+ "label": "Avro schema",
1040
+ "description": "Avro schema for the message value",
1041
+ "optional": false,
1042
+ "constraints": {
1043
+ "notEmpty": true
1044
+ },
1045
+ "feel": "required",
1046
+ "group": "message",
1047
+ "binding": {
1048
+ "name": "avro.schema",
1049
+ "type": "zeebe:property"
1050
+ },
1051
+ "condition": {
1052
+ "property": "serializationType",
1053
+ "equals": "avro",
1054
+ "type": "simple"
1055
+ },
1056
+ "type": "Text"
1057
+ },
1058
+ {
1059
+ "id": "activationCondition",
1060
+ "label": "Activation condition",
1061
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1062
+ "optional": true,
1063
+ "feel": "required",
1064
+ "group": "activation",
1065
+ "binding": {
1066
+ "name": "activationCondition",
1067
+ "type": "zeebe:property"
1068
+ },
1069
+ "type": "String"
1070
+ },
1071
+ {
1072
+ "id": "consumeUnmatchedEvents",
1073
+ "label": "Consume unmatched events",
1074
+ "value": true,
1075
+ "group": "activation",
1076
+ "binding": {
1077
+ "name": "consumeUnmatchedEvents",
1078
+ "type": "zeebe:property"
1079
+ },
1080
+ "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",
1081
+ "type": "Boolean"
1082
+ },
1083
+ {
1084
+ "id": "correlationKeyProcess",
1085
+ "label": "Correlation key (process)",
1086
+ "description": "Sets up the correlation key from process variables",
866
1087
  "constraints": {
867
1088
  "notEmpty": true
868
1089
  },
@@ -1026,7 +1247,7 @@
1026
1247
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
1027
1248
  },
1028
1249
  "engines": {
1029
- "camunda": "^8.6"
1250
+ "camunda": "^8.5"
1030
1251
  }
1031
1252
  },
1032
1253
  {
@@ -1318,7 +1539,7 @@
1318
1539
  "id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
1319
1540
  "description": "Consume Kafka messages",
1320
1541
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
1321
- "version": 5,
1542
+ "version": 6,
1322
1543
  "category": {
1323
1544
  "id": "connectors",
1324
1545
  "name": "Connectors"
@@ -1419,29 +1640,6 @@
1419
1640
  },
1420
1641
  "type": "String"
1421
1642
  },
1422
- {
1423
- "id": "serializationType",
1424
- "label": "Deserialization type",
1425
- "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>",
1426
- "optional": false,
1427
- "value": "json",
1428
- "group": "kafka",
1429
- "binding": {
1430
- "name": "serializationType",
1431
- "type": "zeebe:property"
1432
- },
1433
- "type": "Dropdown",
1434
- "choices": [
1435
- {
1436
- "name": "Default (JSON)",
1437
- "value": "json"
1438
- },
1439
- {
1440
- "name": "Avro (experimental)",
1441
- "value": "avro"
1442
- }
1443
- ]
1444
- },
1445
1643
  {
1446
1644
  "id": "topic.bootstrapServers",
1447
1645
  "label": "Bootstrap servers",
@@ -1541,490 +1739,292 @@
1541
1739
  ]
1542
1740
  },
1543
1741
  {
1544
- "id": "avro.schema",
1545
- "label": "Avro schema",
1546
- "description": "Avro schema for the message value",
1547
- "optional": false,
1548
- "constraints": {
1549
- "notEmpty": true
1550
- },
1551
- "feel": "required",
1552
- "group": "message",
1553
- "binding": {
1554
- "name": "avro.schema",
1555
- "type": "zeebe:property"
1556
- },
1557
- "condition": {
1558
- "property": "serializationType",
1559
- "equals": "avro",
1560
- "type": "simple"
1561
- },
1562
- "type": "Text"
1563
- },
1564
- {
1565
- "id": "activationCondition",
1566
- "label": "Activation condition",
1567
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1568
- "optional": true,
1569
- "feel": "required",
1570
- "group": "activation",
1571
- "binding": {
1572
- "name": "activationCondition",
1573
- "type": "zeebe:property"
1574
- },
1575
- "type": "String"
1576
- },
1577
- {
1578
- "id": "consumeUnmatchedEvents",
1579
- "label": "Consume unmatched events",
1580
- "value": true,
1581
- "group": "activation",
1742
+ "id": "schemaStrategy.type",
1743
+ "label": "Schema strategy",
1744
+ "value": "noSchema",
1745
+ "group": "kafka",
1582
1746
  "binding": {
1583
- "name": "consumeUnmatchedEvents",
1747
+ "name": "schemaStrategy.type",
1584
1748
  "type": "zeebe:property"
1585
1749
  },
1586
- "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",
1587
- "type": "Boolean"
1588
- },
1589
- {
1590
- "id": "correlationKeyProcess",
1591
- "label": "Correlation key (process)",
1592
- "description": "Sets up the correlation key from process variables",
1593
- "constraints": {
1594
- "notEmpty": true
1595
- },
1596
- "feel": "required",
1597
- "group": "correlation",
1598
- "binding": {
1599
- "name": "correlationKey",
1600
- "type": "bpmn:Message#zeebe:subscription#property"
1601
- },
1602
- "type": "String"
1750
+ "type": "Dropdown",
1751
+ "choices": [
1752
+ {
1753
+ "name": "No schema",
1754
+ "value": "noSchema"
1755
+ },
1756
+ {
1757
+ "name": "Inline schema",
1758
+ "value": "inlineSchema"
1759
+ },
1760
+ {
1761
+ "name": "Schema registry",
1762
+ "value": "schemaRegistry"
1763
+ }
1764
+ ]
1603
1765
  },
1604
1766
  {
1605
- "id": "correlationKeyPayload",
1606
- "label": "Correlation key (payload)",
1607
- "description": "Extracts the correlation key from the incoming message payload",
1608
- "constraints": {
1609
- "notEmpty": true
1610
- },
1611
- "feel": "required",
1612
- "group": "correlation",
1767
+ "id": "schemaStrategy.schemaType",
1768
+ "label": "Schema type",
1769
+ "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>",
1770
+ "optional": false,
1771
+ "value": "avro",
1772
+ "group": "kafka",
1613
1773
  "binding": {
1614
- "name": "correlationKeyExpression",
1774
+ "name": "schemaStrategy.schemaType",
1615
1775
  "type": "zeebe:property"
1616
1776
  },
1617
- "type": "String"
1618
- },
1619
- {
1620
- "id": "messageIdExpression",
1621
- "label": "Message ID expression",
1622
- "description": "Expression to extract unique identifier of a message",
1623
- "optional": true,
1624
- "feel": "required",
1625
- "group": "correlation",
1626
- "binding": {
1627
- "name": "messageIdExpression",
1628
- "type": "zeebe:property"
1777
+ "condition": {
1778
+ "property": "schemaStrategy.type",
1779
+ "equals": "schemaRegistry",
1780
+ "type": "simple"
1629
1781
  },
1630
- "type": "String"
1631
- },
1632
- {
1633
- "id": "messageTtl",
1634
- "label": "Message TTL",
1635
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1636
- "optional": true,
1637
- "constraints": {
1638
- "notEmpty": false,
1639
- "pattern": {
1640
- "value": "^(PT.*|)$",
1641
- "message": "must be an ISO-8601 duration"
1782
+ "type": "Dropdown",
1783
+ "choices": [
1784
+ {
1785
+ "name": "JSON",
1786
+ "value": "json"
1787
+ },
1788
+ {
1789
+ "name": "Avro (alpha)",
1790
+ "value": "avro"
1642
1791
  }
1643
- },
1644
- "feel": "optional",
1645
- "group": "correlation",
1646
- "binding": {
1647
- "name": "messageTtl",
1648
- "type": "zeebe:property"
1649
- },
1650
- "type": "String"
1651
- },
1652
- {
1653
- "id": "messageNameUuid",
1654
- "generatedValue": {
1655
- "type": "uuid"
1656
- },
1657
- "group": "correlation",
1658
- "binding": {
1659
- "name": "name",
1660
- "type": "bpmn:Message#property"
1661
- },
1662
- "type": "Hidden"
1663
- },
1664
- {
1665
- "id": "deduplicationModeManualFlag",
1666
- "label": "Manual mode",
1667
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1668
- "value": false,
1669
- "group": "deduplication",
1670
- "binding": {
1671
- "name": "deduplicationModeManualFlag",
1672
- "type": "zeebe:property"
1673
- },
1674
- "type": "Boolean"
1792
+ ]
1675
1793
  },
1676
1794
  {
1677
- "id": "deduplicationId",
1678
- "label": "Deduplication ID",
1795
+ "id": "schemaStrategy.schemaRegistryUrl",
1796
+ "label": "Schema registry URL",
1797
+ "description": "Provide the schema registry URL",
1798
+ "optional": false,
1679
1799
  "constraints": {
1680
- "notEmpty": true,
1681
- "pattern": {
1682
- "value": "^[a-zA-Z0-9_-]+$",
1683
- "message": "can only contain alphanumeric characters, dashes, and underscores"
1684
- }
1800
+ "notEmpty": true
1685
1801
  },
1686
- "group": "deduplication",
1802
+ "group": "kafka",
1687
1803
  "binding": {
1688
- "name": "deduplicationId",
1804
+ "name": "schemaStrategy.schemaRegistryUrl",
1689
1805
  "type": "zeebe:property"
1690
1806
  },
1691
1807
  "condition": {
1692
- "property": "deduplicationModeManualFlag",
1693
- "equals": true,
1808
+ "property": "schemaStrategy.type",
1809
+ "equals": "schemaRegistry",
1694
1810
  "type": "simple"
1695
1811
  },
1696
1812
  "type": "String"
1697
1813
  },
1698
1814
  {
1699
- "id": "deduplicationModeManual",
1700
- "value": "MANUAL",
1701
- "group": "deduplication",
1702
- "binding": {
1703
- "name": "deduplicationMode",
1704
- "type": "zeebe:property"
1705
- },
1706
- "condition": {
1707
- "property": "deduplicationId",
1708
- "isActive": true,
1709
- "type": "simple"
1815
+ "id": "schemaStrategy.avro.schema",
1816
+ "label": "Schema",
1817
+ "description": "Inline schema (Avro) for the message value",
1818
+ "optional": false,
1819
+ "constraints": {
1820
+ "notEmpty": true
1710
1821
  },
1711
- "type": "Hidden"
1712
- },
1713
- {
1714
- "id": "deduplicationModeAuto",
1715
- "value": "AUTO",
1716
- "group": "deduplication",
1822
+ "feel": "required",
1823
+ "group": "message",
1717
1824
  "binding": {
1718
- "name": "deduplicationMode",
1825
+ "name": "schemaStrategy.schema",
1719
1826
  "type": "zeebe:property"
1720
1827
  },
1721
1828
  "condition": {
1722
- "property": "deduplicationId",
1723
- "isActive": false,
1829
+ "property": "schemaStrategy.type",
1830
+ "equals": "inlineSchema",
1724
1831
  "type": "simple"
1725
1832
  },
1726
- "type": "Hidden"
1727
- },
1728
- {
1729
- "id": "resultVariable",
1730
- "label": "Result variable",
1731
- "description": "Name of variable to store the response in",
1732
- "group": "output",
1733
- "binding": {
1734
- "name": "resultVariable",
1735
- "type": "zeebe:property"
1736
- },
1737
- "type": "String"
1738
- },
1739
- {
1740
- "id": "resultExpression",
1741
- "label": "Result expression",
1742
- "description": "Expression to map the response into process variables",
1743
- "feel": "required",
1744
- "group": "output",
1745
- "binding": {
1746
- "name": "resultExpression",
1747
- "type": "zeebe:property"
1748
- },
1749
1833
  "type": "Text"
1750
- }
1751
- ],
1752
- "icon": {
1753
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
1754
- },
1755
- "engines": {
1756
- "camunda": "^8.5"
1757
- }
1758
- },
1759
- {
1760
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1761
- "name": "Kafka Intermediate Catch Event Connector",
1762
- "id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
1763
- "version": 2,
1764
- "description": "Consume Kafka messages",
1765
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
1766
- "category": {
1767
- "id": "connectors",
1768
- "name": "Connectors"
1769
- },
1770
- "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
1771
- "elementType": {
1772
- "value": "bpmn:IntermediateCatchEvent",
1773
- "eventDefinition": "bpmn:MessageEventDefinition"
1774
- },
1775
- "groups": [
1776
- {
1777
- "id": "authentication",
1778
- "label": "Authentication"
1779
1834
  },
1780
1835
  {
1781
- "id": "kafka",
1782
- "label": "Kafka"
1783
- },
1784
- {
1785
- "id": "activation",
1786
- "label": "Activation"
1787
- },
1788
- {
1789
- "id": "variable-mapping",
1790
- "label": "Variable mapping"
1791
- }
1792
- ],
1793
- "properties": [
1794
- {
1795
- "type": "Hidden",
1796
- "value": "io.camunda:connector-kafka-inbound:1",
1797
- "binding": {
1798
- "type": "zeebe:property",
1799
- "name": "inbound.type"
1800
- }
1801
- },
1802
- {
1803
- "type": "Hidden",
1804
- "generatedValue": {
1805
- "type": "uuid"
1806
- },
1807
- "binding": {
1808
- "type": "bpmn:Message#property",
1809
- "name": "name"
1810
- }
1811
- },
1812
- {
1813
- "label": "Authentication type",
1814
- "description": "Username/password or custom",
1815
- "id": "authenticationType",
1816
- "group": "authentication",
1817
- "type": "Dropdown",
1818
- "value": "credentials",
1819
- "choices": [
1820
- {
1821
- "name": "Credentials",
1822
- "value": "credentials"
1823
- },
1824
- {
1825
- "name": "Custom",
1826
- "value": "custom"
1827
- }
1828
- ],
1829
- "binding": {
1830
- "type": "zeebe:property",
1831
- "name": "authenticationType"
1832
- }
1833
- },
1834
- {
1835
- "label": "Username",
1836
- "description": "Provide the username (must have permissions to produce message to the topic)",
1837
- "group": "authentication",
1838
- "type": "String",
1839
- "feel": "optional",
1840
- "optional": true,
1841
- "binding": {
1842
- "type": "zeebe:property",
1843
- "name": "authentication.username"
1844
- },
1845
- "condition": {
1846
- "property": "authenticationType",
1847
- "equals": "credentials"
1848
- }
1849
- },
1850
- {
1851
- "label": "Password",
1852
- "description": "Provide a password for the user",
1853
- "group": "authentication",
1854
- "type": "String",
1855
- "feel": "optional",
1836
+ "id": "activationCondition",
1837
+ "label": "Activation condition",
1838
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1856
1839
  "optional": true,
1840
+ "feel": "required",
1841
+ "group": "activation",
1857
1842
  "binding": {
1858
- "type": "zeebe:property",
1859
- "name": "authentication.password"
1843
+ "name": "activationCondition",
1844
+ "type": "zeebe:property"
1860
1845
  },
1861
- "condition": {
1862
- "property": "authenticationType",
1863
- "equals": "credentials"
1864
- }
1846
+ "type": "String"
1865
1847
  },
1866
1848
  {
1867
- "label": "Bootstrap servers",
1868
- "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
1869
- "group": "kafka",
1870
- "type": "String",
1871
- "feel": "optional",
1849
+ "id": "consumeUnmatchedEvents",
1850
+ "label": "Consume unmatched events",
1851
+ "value": true,
1852
+ "group": "activation",
1872
1853
  "binding": {
1873
- "type": "zeebe:property",
1874
- "name": "topic.bootstrapServers"
1854
+ "name": "consumeUnmatchedEvents",
1855
+ "type": "zeebe:property"
1875
1856
  },
1876
- "constraints": {
1877
- "notEmpty": true
1878
- }
1857
+ "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",
1858
+ "type": "Boolean"
1879
1859
  },
1880
1860
  {
1881
- "label": "Topic",
1882
- "description": "Provide the topic name",
1883
- "group": "kafka",
1884
- "type": "String",
1885
- "feel": "optional",
1886
- "binding": {
1887
- "type": "zeebe:property",
1888
- "name": "topic.topicName"
1889
- },
1861
+ "id": "correlationKeyProcess",
1862
+ "label": "Correlation key (process)",
1863
+ "description": "Sets up the correlation key from process variables",
1890
1864
  "constraints": {
1891
1865
  "notEmpty": true
1892
- }
1866
+ },
1867
+ "feel": "required",
1868
+ "group": "correlation",
1869
+ "binding": {
1870
+ "name": "correlationKey",
1871
+ "type": "bpmn:Message#zeebe:subscription#property"
1872
+ },
1873
+ "type": "String"
1893
1874
  },
1894
1875
  {
1895
- "label": "Consumer Group ID",
1896
- "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
1897
- "group": "kafka",
1898
- "type": "String",
1899
- "feel": "optional",
1900
- "optional": true,
1876
+ "id": "correlationKeyPayload",
1877
+ "label": "Correlation key (payload)",
1878
+ "description": "Extracts the correlation key from the incoming message payload",
1879
+ "constraints": {
1880
+ "notEmpty": true
1881
+ },
1882
+ "feel": "required",
1883
+ "group": "correlation",
1901
1884
  "binding": {
1902
- "type": "zeebe:property",
1903
- "name": "groupId"
1885
+ "name": "correlationKeyExpression",
1886
+ "type": "zeebe:property"
1904
1887
  },
1905
- "constraints": {
1906
- "notEmpty": false,
1907
- "maxLength": 250
1908
- }
1888
+ "type": "String"
1909
1889
  },
1910
1890
  {
1911
- "label": "Additional properties",
1912
- "description": "Provide additional Kafka consumer properties in JSON",
1913
- "group": "kafka",
1914
- "type": "String",
1891
+ "id": "messageIdExpression",
1892
+ "label": "Message ID expression",
1893
+ "description": "Expression to extract unique identifier of a message",
1915
1894
  "optional": true,
1916
1895
  "feel": "required",
1896
+ "group": "correlation",
1917
1897
  "binding": {
1918
- "type": "zeebe:property",
1919
- "name": "additionalProperties"
1920
- }
1898
+ "name": "messageIdExpression",
1899
+ "type": "zeebe:property"
1900
+ },
1901
+ "type": "String"
1921
1902
  },
1922
1903
  {
1923
- "label": "Offsets",
1924
- "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",
1925
- "group": "kafka",
1926
- "type": "String",
1927
- "feel": "optional",
1904
+ "id": "messageTtl",
1905
+ "label": "Message TTL",
1906
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1928
1907
  "optional": true,
1908
+ "constraints": {
1909
+ "notEmpty": false,
1910
+ "pattern": {
1911
+ "value": "^(PT.*|)$",
1912
+ "message": "must be an ISO-8601 duration"
1913
+ }
1914
+ },
1915
+ "feel": "optional",
1916
+ "group": "correlation",
1929
1917
  "binding": {
1930
- "type": "zeebe:property",
1931
- "name": "offsets"
1932
- }
1918
+ "name": "messageTtl",
1919
+ "type": "zeebe:property"
1920
+ },
1921
+ "type": "String"
1933
1922
  },
1934
1923
  {
1935
- "label": "Auto offset reset",
1936
- "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",
1937
- "id": "autoOffsetReset",
1938
- "group": "kafka",
1939
- "type": "Dropdown",
1940
- "value": "latest",
1941
- "choices": [
1942
- {
1943
- "name": "Latest",
1944
- "value": "latest"
1945
- },
1946
- {
1947
- "name": "Earliest",
1948
- "value": "earliest"
1949
- },
1950
- {
1951
- "name": "None",
1952
- "value": "none"
1953
- }
1954
- ],
1924
+ "id": "messageNameUuid",
1925
+ "generatedValue": {
1926
+ "type": "uuid"
1927
+ },
1928
+ "group": "correlation",
1955
1929
  "binding": {
1956
- "type": "zeebe:property",
1957
- "name": "autoOffsetReset"
1958
- }
1930
+ "name": "name",
1931
+ "type": "bpmn:Message#property"
1932
+ },
1933
+ "type": "Hidden"
1959
1934
  },
1960
1935
  {
1961
- "label": "Correlation key (process)",
1962
- "type": "String",
1963
- "group": "activation",
1964
- "feel": "required",
1965
- "description": "Sets up the correlation key from process variables",
1936
+ "id": "deduplicationModeManualFlag",
1937
+ "label": "Manual mode",
1938
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1939
+ "value": false,
1940
+ "group": "deduplication",
1966
1941
  "binding": {
1967
- "type": "bpmn:Message#zeebe:subscription#property",
1968
- "name": "correlationKey"
1942
+ "name": "deduplicationModeManualFlag",
1943
+ "type": "zeebe:property"
1969
1944
  },
1945
+ "type": "Boolean"
1946
+ },
1947
+ {
1948
+ "id": "deduplicationId",
1949
+ "label": "Deduplication ID",
1970
1950
  "constraints": {
1971
- "notEmpty": true
1972
- }
1951
+ "notEmpty": true,
1952
+ "pattern": {
1953
+ "value": "^[a-zA-Z0-9_-]+$",
1954
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
1955
+ }
1956
+ },
1957
+ "group": "deduplication",
1958
+ "binding": {
1959
+ "name": "deduplicationId",
1960
+ "type": "zeebe:property"
1961
+ },
1962
+ "condition": {
1963
+ "property": "deduplicationModeManualFlag",
1964
+ "equals": true,
1965
+ "type": "simple"
1966
+ },
1967
+ "type": "String"
1973
1968
  },
1974
1969
  {
1975
- "label": "Correlation key (payload)",
1976
- "type": "String",
1977
- "group": "activation",
1978
- "feel": "required",
1970
+ "id": "deduplicationModeManual",
1971
+ "value": "MANUAL",
1972
+ "group": "deduplication",
1979
1973
  "binding": {
1980
- "type": "zeebe:property",
1981
- "name": "correlationKeyExpression"
1974
+ "name": "deduplicationMode",
1975
+ "type": "zeebe:property"
1982
1976
  },
1983
- "description": "Extracts the correlation key from the incoming message payload",
1984
- "constraints": {
1985
- "notEmpty": true
1986
- }
1977
+ "condition": {
1978
+ "property": "deduplicationId",
1979
+ "isActive": true,
1980
+ "type": "simple"
1981
+ },
1982
+ "type": "Hidden"
1987
1983
  },
1988
1984
  {
1989
- "label": "Activation condition",
1990
- "type": "String",
1991
- "group": "activation",
1992
- "feel": "required",
1993
- "optional": true,
1985
+ "id": "deduplicationModeAuto",
1986
+ "value": "AUTO",
1987
+ "group": "deduplication",
1994
1988
  "binding": {
1995
- "type": "zeebe:property",
1996
- "name": "activationCondition"
1989
+ "name": "deduplicationMode",
1990
+ "type": "zeebe:property"
1997
1991
  },
1998
- "description": "Condition under which the Connector triggers. Leave empty to catch all events"
1992
+ "condition": {
1993
+ "property": "deduplicationId",
1994
+ "isActive": false,
1995
+ "type": "simple"
1996
+ },
1997
+ "type": "Hidden"
1999
1998
  },
2000
1999
  {
2000
+ "id": "resultVariable",
2001
2001
  "label": "Result variable",
2002
- "type": "String",
2003
- "group": "variable-mapping",
2004
- "optional": true,
2002
+ "description": "Name of variable to store the response in",
2003
+ "group": "output",
2005
2004
  "binding": {
2006
- "type": "zeebe:property",
2007
- "name": "resultVariable"
2005
+ "name": "resultVariable",
2006
+ "type": "zeebe:property"
2008
2007
  },
2009
- "description": "Name of variable to store the result of the connector in"
2008
+ "type": "String"
2010
2009
  },
2011
2010
  {
2011
+ "id": "resultExpression",
2012
2012
  "label": "Result expression",
2013
- "description": "Expression to map the inbound payload to process variables",
2014
- "group": "variable-mapping",
2015
- "type": "Text",
2013
+ "description": "Expression to map the response into process variables",
2016
2014
  "feel": "required",
2015
+ "group": "output",
2017
2016
  "binding": {
2018
- "type": "zeebe:property",
2019
- "name": "resultExpression"
2020
- }
2017
+ "name": "resultExpression",
2018
+ "type": "zeebe:property"
2019
+ },
2020
+ "type": "Text"
2021
2021
  }
2022
2022
  ],
2023
2023
  "icon": {
2024
- "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"
2024
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
2025
2025
  },
2026
2026
  "engines": {
2027
- "camunda": "^8.2"
2027
+ "camunda": "^8.6"
2028
2028
  }
2029
2029
  },
2030
2030
  {
@@ -2098,7 +2098,6 @@
2098
2098
  {
2099
2099
  "id": "authenticationType",
2100
2100
  "label": "Authentication type",
2101
- "description": "Username/password or custom",
2102
2101
  "optional": false,
2103
2102
  "value": "credentials",
2104
2103
  "constraints": {
@@ -2109,6 +2108,7 @@
2109
2108
  "name": "authenticationType",
2110
2109
  "type": "zeebe:property"
2111
2110
  },
2111
+ "tooltip": "Username/password or custom.",
2112
2112
  "type": "Dropdown",
2113
2113
  "choices": [
2114
2114
  {
@@ -2124,19 +2124,18 @@
2124
2124
  {
2125
2125
  "id": "authentication.username",
2126
2126
  "label": "Username",
2127
- "description": "Provide the username (must have permissions to produce message to the topic)",
2128
2127
  "optional": true,
2129
2128
  "group": "authentication",
2130
2129
  "binding": {
2131
2130
  "name": "authentication.username",
2132
2131
  "type": "zeebe:property"
2133
2132
  },
2133
+ "tooltip": "The user must have permissions to produce messages to the topic.",
2134
2134
  "type": "String"
2135
2135
  },
2136
2136
  {
2137
2137
  "id": "authentication.password",
2138
2138
  "label": "Password",
2139
- "description": "Provide a password for the user",
2140
2139
  "optional": true,
2141
2140
  "group": "authentication",
2142
2141
  "binding": {
@@ -2148,7 +2147,6 @@
2148
2147
  {
2149
2148
  "id": "topic.bootstrapServers",
2150
2149
  "label": "Bootstrap servers",
2151
- "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
2152
2150
  "optional": false,
2153
2151
  "constraints": {
2154
2152
  "notEmpty": true
@@ -2158,12 +2156,13 @@
2158
2156
  "name": "topic.bootstrapServers",
2159
2157
  "type": "zeebe:property"
2160
2158
  },
2159
+ "tooltip": "Bootstrap server(s), comma-delimited if there are multiple.",
2160
+ "placeholder": "broker1:9092,broker2:9092",
2161
2161
  "type": "String"
2162
2162
  },
2163
2163
  {
2164
2164
  "id": "topic.topicName",
2165
2165
  "label": "Topic",
2166
- "description": "Provide topic name",
2167
2166
  "optional": false,
2168
2167
  "constraints": {
2169
2168
  "notEmpty": true
@@ -2178,7 +2177,6 @@
2178
2177
  {
2179
2178
  "id": "groupId",
2180
2179
  "label": "Consumer group ID",
2181
- "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
2182
2180
  "optional": false,
2183
2181
  "group": "kafka",
2184
2182
  "binding": {
@@ -2191,7 +2189,6 @@
2191
2189
  {
2192
2190
  "id": "additionalProperties",
2193
2191
  "label": "Additional properties",
2194
- "description": "Provide additional Kafka consumer properties in JSON",
2195
2192
  "optional": true,
2196
2193
  "feel": "required",
2197
2194
  "group": "kafka",
@@ -2199,12 +2196,12 @@
2199
2196
  "name": "additionalProperties",
2200
2197
  "type": "zeebe:property"
2201
2198
  },
2199
+ "tooltip": "Additional Kafka consumer properties in JSON.",
2202
2200
  "type": "String"
2203
2201
  },
2204
2202
  {
2205
2203
  "id": "offsets",
2206
2204
  "label": "Offsets",
2207
- "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",
2208
2205
  "optional": true,
2209
2206
  "feel": "optional",
2210
2207
  "group": "kafka",
@@ -2212,12 +2209,12 @@
2212
2209
  "name": "offsets",
2213
2210
  "type": "zeebe:property"
2214
2211
  },
2212
+ "tooltip": "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.",
2215
2213
  "type": "String"
2216
2214
  },
2217
2215
  {
2218
2216
  "id": "autoOffsetReset",
2219
2217
  "label": "Auto offset reset",
2220
- "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",
2221
2218
  "optional": false,
2222
2219
  "value": "latest",
2223
2220
  "constraints": {
@@ -2228,6 +2225,7 @@
2228
2225
  "name": "autoOffsetReset",
2229
2226
  "type": "zeebe:property"
2230
2227
  },
2228
+ "tooltip": "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.",
2231
2229
  "type": "Dropdown",
2232
2230
  "choices": [
2233
2231
  {
@@ -2272,7 +2270,6 @@
2272
2270
  {
2273
2271
  "id": "schemaStrategy.avro.schema",
2274
2272
  "label": "Schema",
2275
- "description": "Avro inline schema for the message value",
2276
2273
  "optional": false,
2277
2274
  "constraints": {
2278
2275
  "notEmpty": true
@@ -2288,12 +2285,12 @@
2288
2285
  "equals": "inlineSchema",
2289
2286
  "type": "simple"
2290
2287
  },
2288
+ "tooltip": "Avro inline schema for the message value",
2291
2289
  "type": "Text"
2292
2290
  },
2293
2291
  {
2294
2292
  "id": "schemaStrategy.schemaType",
2295
2293
  "label": "Schema type",
2296
- "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>",
2297
2294
  "optional": false,
2298
2295
  "value": "avro",
2299
2296
  "group": "schema",
@@ -2306,6 +2303,7 @@
2306
2303
  "equals": "schemaRegistry",
2307
2304
  "type": "simple"
2308
2305
  },
2306
+ "tooltip": "Format used to (de)serialize the message value: JSON or Avro. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">Kafka connector</a> guide.",
2309
2307
  "type": "Dropdown",
2310
2308
  "choices": [
2311
2309
  {
@@ -2321,7 +2319,6 @@
2321
2319
  {
2322
2320
  "id": "schemaStrategy.schemaRegistryUrl",
2323
2321
  "label": "Schema registry URL",
2324
- "description": "Provide the schema registry URL",
2325
2322
  "optional": false,
2326
2323
  "constraints": {
2327
2324
  "notEmpty": true