@camunda/connectors-element-templates 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -3,7 +3,7 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "Kafka Boundary Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
6
- "version": 3,
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",
@@ -277,7 +279,7 @@
277
279
  "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
280
  },
279
281
  "engines": {
280
- "camunda": "^8.5"
282
+ "camunda": "^8.4"
281
283
  }
282
284
  },
283
285
  {
@@ -728,9 +730,9 @@
728
730
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
729
731
  "name": "Kafka Boundary Event Connector",
730
732
  "id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
731
- "version": 2,
732
733
  "description": "Consume Kafka messages",
733
734
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
735
+ "version": 6,
734
736
  "category": {
735
737
  "id": "connectors",
736
738
  "name": "Connectors"
@@ -749,41 +751,53 @@
749
751
  "id": "kafka",
750
752
  "label": "Kafka"
751
753
  },
754
+ {
755
+ "id": "message",
756
+ "label": "Message deserialization"
757
+ },
752
758
  {
753
759
  "id": "activation",
754
760
  "label": "Activation"
755
761
  },
756
762
  {
757
- "id": "variable-mapping",
758
- "label": "Variable mapping"
763
+ "id": "correlation",
764
+ "label": "Correlation",
765
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
766
+ },
767
+ {
768
+ "id": "deduplication",
769
+ "label": "Deduplication",
770
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
771
+ },
772
+ {
773
+ "id": "output",
774
+ "label": "Output mapping"
759
775
  }
760
776
  ],
761
777
  "properties": [
762
778
  {
763
- "type": "Hidden",
764
779
  "value": "io.camunda:connector-kafka-inbound:1",
765
780
  "binding": {
766
- "type": "zeebe:property",
767
- "name": "inbound.type"
768
- }
769
- },
770
- {
771
- "type": "Hidden",
772
- "generatedValue": {
773
- "type": "uuid"
781
+ "name": "inbound.type",
782
+ "type": "zeebe:property"
774
783
  },
775
- "binding": {
776
- "type": "bpmn:Message#property",
777
- "name": "name"
778
- }
784
+ "type": "Hidden"
779
785
  },
780
786
  {
787
+ "id": "authenticationType",
781
788
  "label": "Authentication type",
782
789
  "description": "Username/password or custom",
783
- "id": "authenticationType",
790
+ "optional": false,
791
+ "value": "credentials",
792
+ "constraints": {
793
+ "notEmpty": true
794
+ },
784
795
  "group": "authentication",
796
+ "binding": {
797
+ "name": "authenticationType",
798
+ "type": "zeebe:property"
799
+ },
785
800
  "type": "Dropdown",
786
- "value": "credentials",
787
801
  "choices": [
788
802
  {
789
803
  "name": "Credentials",
@@ -793,120 +807,120 @@
793
807
  "name": "Custom",
794
808
  "value": "custom"
795
809
  }
796
- ],
797
- "binding": {
798
- "type": "zeebe:property",
799
- "name": "authenticationType"
800
- }
810
+ ]
801
811
  },
802
812
  {
813
+ "id": "authentication.username",
803
814
  "label": "Username",
804
815
  "description": "Provide the username (must have permissions to produce message to the topic)",
805
- "group": "authentication",
806
- "type": "String",
807
- "feel": "optional",
808
816
  "optional": true,
817
+ "group": "authentication",
809
818
  "binding": {
810
- "type": "zeebe:property",
811
- "name": "authentication.username"
819
+ "name": "authentication.username",
820
+ "type": "zeebe:property"
812
821
  },
813
- "condition": {
814
- "property": "authenticationType",
815
- "equals": "credentials"
816
- }
822
+ "type": "String"
817
823
  },
818
824
  {
825
+ "id": "authentication.password",
819
826
  "label": "Password",
820
827
  "description": "Provide a password for the user",
821
- "group": "authentication",
822
- "type": "String",
823
- "feel": "optional",
824
828
  "optional": true,
829
+ "group": "authentication",
825
830
  "binding": {
826
- "type": "zeebe:property",
827
- "name": "authentication.password"
831
+ "name": "authentication.password",
832
+ "type": "zeebe:property"
828
833
  },
829
- "condition": {
830
- "property": "authenticationType",
831
- "equals": "credentials"
832
- }
834
+ "type": "String"
833
835
  },
834
836
  {
837
+ "id": "topic.bootstrapServers",
835
838
  "label": "Bootstrap servers",
836
839
  "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
840
+ "optional": false,
841
+ "constraints": {
842
+ "notEmpty": true
843
+ },
837
844
  "group": "kafka",
838
- "type": "String",
839
- "feel": "optional",
840
845
  "binding": {
841
- "type": "zeebe:property",
842
- "name": "topic.bootstrapServers"
846
+ "name": "topic.bootstrapServers",
847
+ "type": "zeebe:property"
843
848
  },
844
- "constraints": {
845
- "notEmpty": true
846
- }
849
+ "type": "String"
847
850
  },
848
851
  {
852
+ "id": "topic.topicName",
849
853
  "label": "Topic",
850
- "description": "Provide the topic name",
854
+ "description": "Provide topic name",
855
+ "optional": false,
856
+ "constraints": {
857
+ "notEmpty": true
858
+ },
851
859
  "group": "kafka",
852
- "type": "String",
853
- "feel": "optional",
854
860
  "binding": {
855
- "type": "zeebe:property",
856
- "name": "topic.topicName"
861
+ "name": "topic.topicName",
862
+ "type": "zeebe:property"
857
863
  },
858
- "constraints": {
859
- "notEmpty": true
860
- }
864
+ "type": "String"
861
865
  },
862
866
  {
863
- "label": "Consumer Group ID",
867
+ "id": "groupId",
868
+ "label": "Consumer group ID",
864
869
  "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
870
+ "optional": false,
865
871
  "group": "kafka",
866
- "type": "String",
867
- "feel": "optional",
868
- "optional": true,
869
872
  "binding": {
870
- "type": "zeebe:property",
871
- "name": "groupId"
873
+ "name": "groupId",
874
+ "type": "zeebe:property"
872
875
  },
873
- "constraints": {
874
- "notEmpty": false,
875
- "maxLength": 250
876
- }
876
+ "type": "String"
877
877
  },
878
878
  {
879
+ "id": "additionalProperties",
879
880
  "label": "Additional properties",
880
881
  "description": "Provide additional Kafka consumer properties in JSON",
881
- "group": "kafka",
882
- "type": "String",
883
882
  "optional": true,
884
883
  "feel": "required",
884
+ "group": "kafka",
885
885
  "binding": {
886
- "type": "zeebe:property",
887
- "name": "additionalProperties"
888
- }
886
+ "name": "additionalProperties",
887
+ "type": "zeebe:property"
888
+ },
889
+ "type": "String"
889
890
  },
890
891
  {
892
+ "id": "offsets",
891
893
  "label": "Offsets",
892
894
  "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",
893
- "group": "kafka",
894
- "type": "String",
895
- "feel": "optional",
896
895
  "optional": true,
896
+ "feel": "optional",
897
+ "group": "kafka",
897
898
  "binding": {
898
- "type": "zeebe:property",
899
- "name": "offsets"
900
- }
899
+ "name": "offsets",
900
+ "type": "zeebe:property"
901
+ },
902
+ "type": "String"
901
903
  },
902
904
  {
905
+ "id": "autoOffsetReset",
903
906
  "label": "Auto offset reset",
904
907
  "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",
905
- "id": "autoOffsetReset",
908
+ "optional": false,
909
+ "value": "latest",
910
+ "constraints": {
911
+ "notEmpty": true
912
+ },
906
913
  "group": "kafka",
914
+ "binding": {
915
+ "name": "autoOffsetReset",
916
+ "type": "zeebe:property"
917
+ },
907
918
  "type": "Dropdown",
908
- "value": "latest",
909
919
  "choices": [
920
+ {
921
+ "name": "None",
922
+ "value": "none"
923
+ },
910
924
  {
911
925
  "name": "Latest",
912
926
  "value": "latest"
@@ -914,104 +928,303 @@
914
928
  {
915
929
  "name": "Earliest",
916
930
  "value": "earliest"
917
- },
918
- {
919
- "name": "None",
920
- "value": "none"
921
931
  }
922
- ],
923
- "binding": {
924
- "type": "zeebe:property",
925
- "name": "autoOffsetReset"
926
- }
932
+ ]
927
933
  },
928
934
  {
929
- "label": "Correlation key (process)",
930
- "type": "String",
931
- "group": "activation",
932
- "feel": "required",
933
- "description": "Sets up the correlation key from process variables",
935
+ "id": "schemaStrategy.type",
936
+ "label": "Schema strategy",
937
+ "value": "noSchema",
938
+ "group": "kafka",
934
939
  "binding": {
935
- "type": "bpmn:Message#zeebe:subscription#property",
936
- "name": "correlationKey"
940
+ "name": "schemaStrategy.type",
941
+ "type": "zeebe:property"
937
942
  },
938
- "constraints": {
939
- "notEmpty": true
940
- }
943
+ "type": "Dropdown",
944
+ "choices": [
945
+ {
946
+ "name": "No schema",
947
+ "value": "noSchema"
948
+ },
949
+ {
950
+ "name": "Inline schema",
951
+ "value": "inlineSchema"
952
+ },
953
+ {
954
+ "name": "Schema registry",
955
+ "value": "schemaRegistry"
956
+ }
957
+ ]
941
958
  },
942
959
  {
943
- "label": "Correlation key (payload)",
944
- "type": "String",
945
- "group": "activation",
946
- "feel": "required",
960
+ "id": "schemaStrategy.schemaType",
961
+ "label": "Schema type",
962
+ "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>",
963
+ "optional": false,
964
+ "value": "avro",
965
+ "group": "kafka",
947
966
  "binding": {
948
- "type": "zeebe:property",
949
- "name": "correlationKeyExpression"
967
+ "name": "schemaStrategy.schemaType",
968
+ "type": "zeebe:property"
950
969
  },
951
- "description": "Extracts the correlation key from the incoming message payload",
952
- "constraints": {
953
- "notEmpty": true
954
- }
970
+ "condition": {
971
+ "property": "schemaStrategy.type",
972
+ "equals": "schemaRegistry",
973
+ "type": "simple"
974
+ },
975
+ "type": "Dropdown",
976
+ "choices": [
977
+ {
978
+ "name": "JSON",
979
+ "value": "json"
980
+ },
981
+ {
982
+ "name": "Avro (alpha)",
983
+ "value": "avro"
984
+ }
985
+ ]
955
986
  },
956
987
  {
957
- "label": "Message ID expression",
958
- "feel": "required",
959
- "type": "String",
960
- "optional": true,
961
- "group": "activation",
988
+ "id": "schemaStrategy.schemaRegistryUrl",
989
+ "label": "Schema registry URL",
990
+ "description": "Provide the schema registry URL",
991
+ "optional": false,
992
+ "constraints": {
993
+ "notEmpty": true
994
+ },
995
+ "group": "kafka",
962
996
  "binding": {
963
- "type": "zeebe:property",
964
- "name": "messageIdExpression"
997
+ "name": "schemaStrategy.schemaRegistryUrl",
998
+ "type": "zeebe:property"
965
999
  },
966
- "description": "Expression to extract unique identifier of a message"
1000
+ "condition": {
1001
+ "property": "schemaStrategy.type",
1002
+ "equals": "schemaRegistry",
1003
+ "type": "simple"
1004
+ },
1005
+ "type": "String"
1006
+ },
1007
+ {
1008
+ "id": "schemaStrategy.avro.schema",
1009
+ "label": "Schema",
1010
+ "description": "Inline schema (Avro) for the message value",
1011
+ "optional": false,
1012
+ "constraints": {
1013
+ "notEmpty": true
1014
+ },
1015
+ "feel": "required",
1016
+ "group": "message",
1017
+ "binding": {
1018
+ "name": "schemaStrategy.schema",
1019
+ "type": "zeebe:property"
1020
+ },
1021
+ "condition": {
1022
+ "property": "schemaStrategy.type",
1023
+ "equals": "inlineSchema",
1024
+ "type": "simple"
1025
+ },
1026
+ "type": "Text"
967
1027
  },
968
1028
  {
1029
+ "id": "activationCondition",
969
1030
  "label": "Activation condition",
970
- "type": "String",
1031
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1032
+ "optional": true,
1033
+ "feel": "required",
1034
+ "group": "activation",
1035
+ "binding": {
1036
+ "name": "activationCondition",
1037
+ "type": "zeebe:property"
1038
+ },
1039
+ "type": "String"
1040
+ },
1041
+ {
1042
+ "id": "consumeUnmatchedEvents",
1043
+ "label": "Consume unmatched events",
1044
+ "value": true,
971
1045
  "group": "activation",
1046
+ "binding": {
1047
+ "name": "consumeUnmatchedEvents",
1048
+ "type": "zeebe:property"
1049
+ },
1050
+ "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",
1051
+ "type": "Boolean"
1052
+ },
1053
+ {
1054
+ "id": "correlationKeyProcess",
1055
+ "label": "Correlation key (process)",
1056
+ "description": "Sets up the correlation key from process variables",
1057
+ "constraints": {
1058
+ "notEmpty": true
1059
+ },
1060
+ "feel": "required",
1061
+ "group": "correlation",
1062
+ "binding": {
1063
+ "name": "correlationKey",
1064
+ "type": "bpmn:Message#zeebe:subscription#property"
1065
+ },
1066
+ "type": "String"
1067
+ },
1068
+ {
1069
+ "id": "correlationKeyPayload",
1070
+ "label": "Correlation key (payload)",
1071
+ "description": "Extracts the correlation key from the incoming message payload",
1072
+ "constraints": {
1073
+ "notEmpty": true
1074
+ },
972
1075
  "feel": "required",
1076
+ "group": "correlation",
1077
+ "binding": {
1078
+ "name": "correlationKeyExpression",
1079
+ "type": "zeebe:property"
1080
+ },
1081
+ "type": "String"
1082
+ },
1083
+ {
1084
+ "id": "messageIdExpression",
1085
+ "label": "Message ID expression",
1086
+ "description": "Expression to extract unique identifier of a message",
973
1087
  "optional": true,
1088
+ "feel": "required",
1089
+ "group": "correlation",
974
1090
  "binding": {
975
- "type": "zeebe:property",
976
- "name": "activationCondition"
1091
+ "name": "messageIdExpression",
1092
+ "type": "zeebe:property"
977
1093
  },
978
- "description": "Condition under which the Connector triggers. Leave empty to catch all events"
1094
+ "type": "String"
979
1095
  },
980
1096
  {
981
- "label": "Result variable",
982
- "type": "String",
983
- "group": "variable-mapping",
1097
+ "id": "messageTtl",
1098
+ "label": "Message TTL",
1099
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
984
1100
  "optional": true,
1101
+ "constraints": {
1102
+ "notEmpty": false,
1103
+ "pattern": {
1104
+ "value": "^(PT.*|)$",
1105
+ "message": "must be an ISO-8601 duration"
1106
+ }
1107
+ },
1108
+ "feel": "optional",
1109
+ "group": "correlation",
985
1110
  "binding": {
986
- "type": "zeebe:property",
987
- "name": "resultVariable"
1111
+ "name": "messageTtl",
1112
+ "type": "zeebe:property"
988
1113
  },
989
- "description": "Name of variable to store the result of the connector in"
1114
+ "type": "String"
1115
+ },
1116
+ {
1117
+ "id": "messageNameUuid",
1118
+ "generatedValue": {
1119
+ "type": "uuid"
1120
+ },
1121
+ "group": "correlation",
1122
+ "binding": {
1123
+ "name": "name",
1124
+ "type": "bpmn:Message#property"
1125
+ },
1126
+ "type": "Hidden"
1127
+ },
1128
+ {
1129
+ "id": "deduplicationModeManualFlag",
1130
+ "label": "Manual mode",
1131
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1132
+ "value": false,
1133
+ "group": "deduplication",
1134
+ "binding": {
1135
+ "name": "deduplicationModeManualFlag",
1136
+ "type": "zeebe:property"
1137
+ },
1138
+ "type": "Boolean"
1139
+ },
1140
+ {
1141
+ "id": "deduplicationId",
1142
+ "label": "Deduplication ID",
1143
+ "constraints": {
1144
+ "notEmpty": true,
1145
+ "pattern": {
1146
+ "value": "^[a-zA-Z0-9_-]+$",
1147
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
1148
+ }
1149
+ },
1150
+ "group": "deduplication",
1151
+ "binding": {
1152
+ "name": "deduplicationId",
1153
+ "type": "zeebe:property"
1154
+ },
1155
+ "condition": {
1156
+ "property": "deduplicationModeManualFlag",
1157
+ "equals": true,
1158
+ "type": "simple"
1159
+ },
1160
+ "type": "String"
1161
+ },
1162
+ {
1163
+ "id": "deduplicationModeManual",
1164
+ "value": "MANUAL",
1165
+ "group": "deduplication",
1166
+ "binding": {
1167
+ "name": "deduplicationMode",
1168
+ "type": "zeebe:property"
1169
+ },
1170
+ "condition": {
1171
+ "property": "deduplicationId",
1172
+ "isActive": true,
1173
+ "type": "simple"
1174
+ },
1175
+ "type": "Hidden"
1176
+ },
1177
+ {
1178
+ "id": "deduplicationModeAuto",
1179
+ "value": "AUTO",
1180
+ "group": "deduplication",
1181
+ "binding": {
1182
+ "name": "deduplicationMode",
1183
+ "type": "zeebe:property"
1184
+ },
1185
+ "condition": {
1186
+ "property": "deduplicationId",
1187
+ "isActive": false,
1188
+ "type": "simple"
1189
+ },
1190
+ "type": "Hidden"
1191
+ },
1192
+ {
1193
+ "id": "resultVariable",
1194
+ "label": "Result variable",
1195
+ "description": "Name of variable to store the response in",
1196
+ "group": "output",
1197
+ "binding": {
1198
+ "name": "resultVariable",
1199
+ "type": "zeebe:property"
1200
+ },
1201
+ "type": "String"
990
1202
  },
991
1203
  {
1204
+ "id": "resultExpression",
992
1205
  "label": "Result expression",
993
- "description": "Expression to map the inbound payload to process variables",
994
- "group": "variable-mapping",
995
- "type": "Text",
1206
+ "description": "Expression to map the response into process variables",
996
1207
  "feel": "required",
1208
+ "group": "output",
997
1209
  "binding": {
998
- "type": "zeebe:property",
999
- "name": "resultExpression"
1000
- }
1210
+ "name": "resultExpression",
1211
+ "type": "zeebe:property"
1212
+ },
1213
+ "type": "Text"
1001
1214
  }
1002
1215
  ],
1003
1216
  "icon": {
1004
- "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"
1217
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
1005
1218
  },
1006
1219
  "engines": {
1007
- "camunda": "^8.4"
1220
+ "camunda": "^8.6"
1008
1221
  }
1009
1222
  },
1010
1223
  {
1011
1224
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1012
1225
  "name": "Kafka Boundary Event Connector",
1013
1226
  "id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
1014
- "version": 1,
1227
+ "version": 3,
1015
1228
  "description": "Consume Kafka messages",
1016
1229
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
1017
1230
  "category": {
@@ -1133,7 +1346,6 @@
1133
1346
  "description": "Provide the topic name",
1134
1347
  "group": "kafka",
1135
1348
  "type": "String",
1136
- "feel": "optional",
1137
1349
  "binding": {
1138
1350
  "type": "zeebe:property",
1139
1351
  "name": "topic.topicName"
@@ -1147,7 +1359,6 @@
1147
1359
  "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
1148
1360
  "group": "kafka",
1149
1361
  "type": "String",
1150
- "feel": "optional",
1151
1362
  "optional": true,
1152
1363
  "binding": {
1153
1364
  "type": "zeebe:property",
@@ -1236,6 +1447,18 @@
1236
1447
  "notEmpty": true
1237
1448
  }
1238
1449
  },
1450
+ {
1451
+ "label": "Message ID expression",
1452
+ "feel": "required",
1453
+ "type": "String",
1454
+ "optional": true,
1455
+ "group": "activation",
1456
+ "binding": {
1457
+ "type": "zeebe:property",
1458
+ "name": "messageIdExpression"
1459
+ },
1460
+ "description": "Expression to extract unique identifier of a message"
1461
+ },
1239
1462
  {
1240
1463
  "label": "Activation condition",
1241
1464
  "type": "String",
@@ -1275,16 +1498,16 @@
1275
1498
  "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"
1276
1499
  },
1277
1500
  "engines": {
1278
- "camunda": "^8.2"
1501
+ "camunda": "^8.5"
1279
1502
  }
1280
1503
  },
1281
1504
  {
1282
1505
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1283
1506
  "name": "Kafka Boundary Event Connector",
1284
1507
  "id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
1508
+ "version": 1,
1285
1509
  "description": "Consume Kafka messages",
1286
1510
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
1287
- "version": 6,
1288
1511
  "category": {
1289
1512
  "id": "connectors",
1290
1513
  "name": "Connectors"
@@ -1303,53 +1526,41 @@
1303
1526
  "id": "kafka",
1304
1527
  "label": "Kafka"
1305
1528
  },
1306
- {
1307
- "id": "message",
1308
- "label": "Message deserialization"
1309
- },
1310
1529
  {
1311
1530
  "id": "activation",
1312
1531
  "label": "Activation"
1313
1532
  },
1314
1533
  {
1315
- "id": "correlation",
1316
- "label": "Correlation",
1317
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1318
- },
1319
- {
1320
- "id": "deduplication",
1321
- "label": "Deduplication",
1322
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1323
- },
1324
- {
1325
- "id": "output",
1326
- "label": "Output mapping"
1534
+ "id": "variable-mapping",
1535
+ "label": "Variable mapping"
1327
1536
  }
1328
1537
  ],
1329
1538
  "properties": [
1330
1539
  {
1540
+ "type": "Hidden",
1331
1541
  "value": "io.camunda:connector-kafka-inbound:1",
1332
1542
  "binding": {
1333
- "name": "inbound.type",
1334
- "type": "zeebe:property"
1543
+ "type": "zeebe:property",
1544
+ "name": "inbound.type"
1545
+ }
1546
+ },
1547
+ {
1548
+ "type": "Hidden",
1549
+ "generatedValue": {
1550
+ "type": "uuid"
1335
1551
  },
1336
- "type": "Hidden"
1552
+ "binding": {
1553
+ "type": "bpmn:Message#property",
1554
+ "name": "name"
1555
+ }
1337
1556
  },
1338
1557
  {
1339
- "id": "authenticationType",
1340
1558
  "label": "Authentication type",
1341
1559
  "description": "Username/password or custom",
1342
- "optional": false,
1343
- "value": "credentials",
1344
- "constraints": {
1345
- "notEmpty": true
1346
- },
1560
+ "id": "authenticationType",
1347
1561
  "group": "authentication",
1348
- "binding": {
1349
- "name": "authenticationType",
1350
- "type": "zeebe:property"
1351
- },
1352
1562
  "type": "Dropdown",
1563
+ "value": "credentials",
1353
1564
  "choices": [
1354
1565
  {
1355
1566
  "name": "Credentials",
@@ -1359,417 +1570,206 @@
1359
1570
  "name": "Custom",
1360
1571
  "value": "custom"
1361
1572
  }
1362
- ]
1573
+ ],
1574
+ "binding": {
1575
+ "type": "zeebe:property",
1576
+ "name": "authenticationType"
1577
+ }
1363
1578
  },
1364
1579
  {
1365
- "id": "authentication.username",
1366
1580
  "label": "Username",
1367
1581
  "description": "Provide the username (must have permissions to produce message to the topic)",
1368
- "optional": true,
1369
1582
  "group": "authentication",
1583
+ "type": "String",
1584
+ "feel": "optional",
1585
+ "optional": true,
1370
1586
  "binding": {
1371
- "name": "authentication.username",
1372
- "type": "zeebe:property"
1587
+ "type": "zeebe:property",
1588
+ "name": "authentication.username"
1373
1589
  },
1374
- "type": "String"
1590
+ "condition": {
1591
+ "property": "authenticationType",
1592
+ "equals": "credentials"
1593
+ }
1375
1594
  },
1376
1595
  {
1377
- "id": "authentication.password",
1378
1596
  "label": "Password",
1379
1597
  "description": "Provide a password for the user",
1380
- "optional": true,
1381
1598
  "group": "authentication",
1382
- "binding": {
1383
- "name": "authentication.password",
1384
- "type": "zeebe:property"
1385
- },
1386
- "type": "String"
1387
- },
1388
- {
1389
- "id": "topic.bootstrapServers",
1390
- "label": "Bootstrap servers",
1391
- "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
1392
- "optional": false,
1393
- "constraints": {
1394
- "notEmpty": true
1395
- },
1396
- "group": "kafka",
1397
- "binding": {
1398
- "name": "topic.bootstrapServers",
1399
- "type": "zeebe:property"
1400
- },
1401
- "type": "String"
1402
- },
1403
- {
1404
- "id": "topic.topicName",
1405
- "label": "Topic",
1406
- "description": "Provide topic name",
1407
- "optional": false,
1408
- "constraints": {
1409
- "notEmpty": true
1410
- },
1411
- "group": "kafka",
1412
- "binding": {
1413
- "name": "topic.topicName",
1414
- "type": "zeebe:property"
1415
- },
1416
- "type": "String"
1417
- },
1418
- {
1419
- "id": "groupId",
1420
- "label": "Consumer group ID",
1421
- "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
1422
- "optional": false,
1423
- "group": "kafka",
1424
- "binding": {
1425
- "name": "groupId",
1426
- "type": "zeebe:property"
1427
- },
1428
- "type": "String"
1429
- },
1430
- {
1431
- "id": "additionalProperties",
1432
- "label": "Additional properties",
1433
- "description": "Provide additional Kafka consumer properties in JSON",
1434
- "optional": true,
1435
- "feel": "required",
1436
- "group": "kafka",
1437
- "binding": {
1438
- "name": "additionalProperties",
1439
- "type": "zeebe:property"
1440
- },
1441
- "type": "String"
1442
- },
1443
- {
1444
- "id": "offsets",
1445
- "label": "Offsets",
1446
- "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",
1447
- "optional": true,
1599
+ "type": "String",
1448
1600
  "feel": "optional",
1449
- "group": "kafka",
1450
- "binding": {
1451
- "name": "offsets",
1452
- "type": "zeebe:property"
1453
- },
1454
- "type": "String"
1455
- },
1456
- {
1457
- "id": "autoOffsetReset",
1458
- "label": "Auto offset reset",
1459
- "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",
1460
- "optional": false,
1461
- "value": "latest",
1462
- "constraints": {
1463
- "notEmpty": true
1464
- },
1465
- "group": "kafka",
1466
- "binding": {
1467
- "name": "autoOffsetReset",
1468
- "type": "zeebe:property"
1469
- },
1470
- "type": "Dropdown",
1471
- "choices": [
1472
- {
1473
- "name": "None",
1474
- "value": "none"
1475
- },
1476
- {
1477
- "name": "Latest",
1478
- "value": "latest"
1479
- },
1480
- {
1481
- "name": "Earliest",
1482
- "value": "earliest"
1483
- }
1484
- ]
1485
- },
1486
- {
1487
- "id": "schemaStrategy.type",
1488
- "label": "Schema strategy",
1489
- "value": "noSchema",
1490
- "group": "kafka",
1491
- "binding": {
1492
- "name": "schemaStrategy.type",
1493
- "type": "zeebe:property"
1494
- },
1495
- "type": "Dropdown",
1496
- "choices": [
1497
- {
1498
- "name": "No schema",
1499
- "value": "noSchema"
1500
- },
1501
- {
1502
- "name": "Inline schema",
1503
- "value": "inlineSchema"
1504
- },
1505
- {
1506
- "name": "Schema registry",
1507
- "value": "schemaRegistry"
1508
- }
1509
- ]
1510
- },
1511
- {
1512
- "id": "schemaStrategy.schemaType",
1513
- "label": "Schema type",
1514
- "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>",
1515
- "optional": false,
1516
- "value": "avro",
1517
- "group": "kafka",
1518
- "binding": {
1519
- "name": "schemaStrategy.schemaType",
1520
- "type": "zeebe:property"
1521
- },
1522
- "condition": {
1523
- "property": "schemaStrategy.type",
1524
- "equals": "schemaRegistry",
1525
- "type": "simple"
1526
- },
1527
- "type": "Dropdown",
1528
- "choices": [
1529
- {
1530
- "name": "JSON",
1531
- "value": "json"
1532
- },
1533
- {
1534
- "name": "Avro (alpha)",
1535
- "value": "avro"
1536
- }
1537
- ]
1538
- },
1539
- {
1540
- "id": "schemaStrategy.schemaRegistryUrl",
1541
- "label": "Schema registry URL",
1542
- "description": "Provide the schema registry URL",
1543
- "optional": false,
1544
- "constraints": {
1545
- "notEmpty": true
1546
- },
1547
- "group": "kafka",
1548
- "binding": {
1549
- "name": "schemaStrategy.schemaRegistryUrl",
1550
- "type": "zeebe:property"
1551
- },
1552
- "condition": {
1553
- "property": "schemaStrategy.type",
1554
- "equals": "schemaRegistry",
1555
- "type": "simple"
1556
- },
1557
- "type": "String"
1558
- },
1559
- {
1560
- "id": "schemaStrategy.avro.schema",
1561
- "label": "Schema",
1562
- "description": "Inline schema (Avro) for the message value",
1563
- "optional": false,
1564
- "constraints": {
1565
- "notEmpty": true
1566
- },
1567
- "feel": "required",
1568
- "group": "message",
1569
- "binding": {
1570
- "name": "schemaStrategy.schema",
1571
- "type": "zeebe:property"
1572
- },
1573
- "condition": {
1574
- "property": "schemaStrategy.type",
1575
- "equals": "inlineSchema",
1576
- "type": "simple"
1577
- },
1578
- "type": "Text"
1579
- },
1580
- {
1581
- "id": "activationCondition",
1582
- "label": "Activation condition",
1583
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1584
1601
  "optional": true,
1585
- "feel": "required",
1586
- "group": "activation",
1587
1602
  "binding": {
1588
- "name": "activationCondition",
1589
- "type": "zeebe:property"
1603
+ "type": "zeebe:property",
1604
+ "name": "authentication.password"
1590
1605
  },
1591
- "type": "String"
1606
+ "condition": {
1607
+ "property": "authenticationType",
1608
+ "equals": "credentials"
1609
+ }
1592
1610
  },
1593
1611
  {
1594
- "id": "consumeUnmatchedEvents",
1595
- "label": "Consume unmatched events",
1596
- "value": true,
1597
- "group": "activation",
1612
+ "label": "Bootstrap servers",
1613
+ "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
1614
+ "group": "kafka",
1615
+ "type": "String",
1616
+ "feel": "optional",
1598
1617
  "binding": {
1599
- "name": "consumeUnmatchedEvents",
1600
- "type": "zeebe:property"
1618
+ "type": "zeebe:property",
1619
+ "name": "topic.bootstrapServers"
1601
1620
  },
1602
- "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",
1603
- "type": "Boolean"
1604
- },
1605
- {
1606
- "id": "correlationKeyProcess",
1607
- "label": "Correlation key (process)",
1608
- "description": "Sets up the correlation key from process variables",
1609
1621
  "constraints": {
1610
1622
  "notEmpty": true
1611
- },
1612
- "feel": "required",
1613
- "group": "correlation",
1614
- "binding": {
1615
- "name": "correlationKey",
1616
- "type": "bpmn:Message#zeebe:subscription#property"
1617
- },
1618
- "type": "String"
1623
+ }
1619
1624
  },
1620
1625
  {
1621
- "id": "correlationKeyPayload",
1622
- "label": "Correlation key (payload)",
1623
- "description": "Extracts the correlation key from the incoming message payload",
1624
- "constraints": {
1625
- "notEmpty": true
1626
- },
1627
- "feel": "required",
1628
- "group": "correlation",
1626
+ "label": "Topic",
1627
+ "description": "Provide the topic name",
1628
+ "group": "kafka",
1629
+ "type": "String",
1630
+ "feel": "optional",
1629
1631
  "binding": {
1630
- "name": "correlationKeyExpression",
1631
- "type": "zeebe:property"
1632
+ "type": "zeebe:property",
1633
+ "name": "topic.topicName"
1632
1634
  },
1633
- "type": "String"
1635
+ "constraints": {
1636
+ "notEmpty": true
1637
+ }
1634
1638
  },
1635
1639
  {
1636
- "id": "messageIdExpression",
1637
- "label": "Message ID expression",
1638
- "description": "Expression to extract unique identifier of a message",
1640
+ "label": "Consumer Group ID",
1641
+ "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
1642
+ "group": "kafka",
1643
+ "type": "String",
1644
+ "feel": "optional",
1639
1645
  "optional": true,
1640
- "feel": "required",
1641
- "group": "correlation",
1642
1646
  "binding": {
1643
- "name": "messageIdExpression",
1644
- "type": "zeebe:property"
1647
+ "type": "zeebe:property",
1648
+ "name": "groupId"
1645
1649
  },
1646
- "type": "String"
1650
+ "constraints": {
1651
+ "notEmpty": false,
1652
+ "maxLength": 250
1653
+ }
1647
1654
  },
1648
1655
  {
1649
- "id": "messageTtl",
1650
- "label": "Message TTL",
1651
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1656
+ "label": "Additional properties",
1657
+ "description": "Provide additional Kafka consumer properties in JSON",
1658
+ "group": "kafka",
1659
+ "type": "String",
1652
1660
  "optional": true,
1653
- "constraints": {
1654
- "notEmpty": false,
1655
- "pattern": {
1656
- "value": "^(PT.*|)$",
1657
- "message": "must be an ISO-8601 duration"
1658
- }
1659
- },
1660
- "feel": "optional",
1661
- "group": "correlation",
1661
+ "feel": "required",
1662
1662
  "binding": {
1663
- "name": "messageTtl",
1664
- "type": "zeebe:property"
1665
- },
1666
- "type": "String"
1663
+ "type": "zeebe:property",
1664
+ "name": "additionalProperties"
1665
+ }
1667
1666
  },
1668
1667
  {
1669
- "id": "messageNameUuid",
1670
- "generatedValue": {
1671
- "type": "uuid"
1672
- },
1673
- "group": "correlation",
1668
+ "label": "Offsets",
1669
+ "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",
1670
+ "group": "kafka",
1671
+ "type": "String",
1672
+ "feel": "optional",
1673
+ "optional": true,
1674
1674
  "binding": {
1675
- "name": "name",
1676
- "type": "bpmn:Message#property"
1677
- },
1678
- "type": "Hidden"
1675
+ "type": "zeebe:property",
1676
+ "name": "offsets"
1677
+ }
1679
1678
  },
1680
1679
  {
1681
- "id": "deduplicationModeManualFlag",
1682
- "label": "Manual mode",
1683
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1684
- "value": false,
1685
- "group": "deduplication",
1680
+ "label": "Auto offset reset",
1681
+ "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",
1682
+ "id": "autoOffsetReset",
1683
+ "group": "kafka",
1684
+ "type": "Dropdown",
1685
+ "value": "latest",
1686
+ "choices": [
1687
+ {
1688
+ "name": "Latest",
1689
+ "value": "latest"
1690
+ },
1691
+ {
1692
+ "name": "Earliest",
1693
+ "value": "earliest"
1694
+ },
1695
+ {
1696
+ "name": "None",
1697
+ "value": "none"
1698
+ }
1699
+ ],
1686
1700
  "binding": {
1687
- "name": "deduplicationModeManualFlag",
1688
- "type": "zeebe:property"
1689
- },
1690
- "type": "Boolean"
1701
+ "type": "zeebe:property",
1702
+ "name": "autoOffsetReset"
1703
+ }
1691
1704
  },
1692
1705
  {
1693
- "id": "deduplicationId",
1694
- "label": "Deduplication ID",
1695
- "constraints": {
1696
- "notEmpty": true,
1697
- "pattern": {
1698
- "value": "^[a-zA-Z0-9_-]+$",
1699
- "message": "can only contain alphanumeric characters, dashes, and underscores"
1700
- }
1701
- },
1702
- "group": "deduplication",
1706
+ "label": "Correlation key (process)",
1707
+ "type": "String",
1708
+ "group": "activation",
1709
+ "feel": "required",
1710
+ "description": "Sets up the correlation key from process variables",
1703
1711
  "binding": {
1704
- "name": "deduplicationId",
1705
- "type": "zeebe:property"
1706
- },
1707
- "condition": {
1708
- "property": "deduplicationModeManualFlag",
1709
- "equals": true,
1710
- "type": "simple"
1712
+ "type": "bpmn:Message#zeebe:subscription#property",
1713
+ "name": "correlationKey"
1711
1714
  },
1712
- "type": "String"
1715
+ "constraints": {
1716
+ "notEmpty": true
1717
+ }
1713
1718
  },
1714
1719
  {
1715
- "id": "deduplicationModeManual",
1716
- "value": "MANUAL",
1717
- "group": "deduplication",
1720
+ "label": "Correlation key (payload)",
1721
+ "type": "String",
1722
+ "group": "activation",
1723
+ "feel": "required",
1718
1724
  "binding": {
1719
- "name": "deduplicationMode",
1720
- "type": "zeebe:property"
1721
- },
1722
- "condition": {
1723
- "property": "deduplicationId",
1724
- "isActive": true,
1725
- "type": "simple"
1725
+ "type": "zeebe:property",
1726
+ "name": "correlationKeyExpression"
1726
1727
  },
1727
- "type": "Hidden"
1728
+ "description": "Extracts the correlation key from the incoming message payload",
1729
+ "constraints": {
1730
+ "notEmpty": true
1731
+ }
1728
1732
  },
1729
1733
  {
1730
- "id": "deduplicationModeAuto",
1731
- "value": "AUTO",
1732
- "group": "deduplication",
1734
+ "label": "Activation condition",
1735
+ "type": "String",
1736
+ "group": "activation",
1737
+ "feel": "required",
1738
+ "optional": true,
1733
1739
  "binding": {
1734
- "name": "deduplicationMode",
1735
- "type": "zeebe:property"
1736
- },
1737
- "condition": {
1738
- "property": "deduplicationId",
1739
- "isActive": false,
1740
- "type": "simple"
1740
+ "type": "zeebe:property",
1741
+ "name": "activationCondition"
1741
1742
  },
1742
- "type": "Hidden"
1743
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events"
1743
1744
  },
1744
1745
  {
1745
- "id": "resultVariable",
1746
1746
  "label": "Result variable",
1747
- "description": "Name of variable to store the response in",
1748
- "group": "output",
1747
+ "type": "String",
1748
+ "group": "variable-mapping",
1749
+ "optional": true,
1749
1750
  "binding": {
1750
- "name": "resultVariable",
1751
- "type": "zeebe:property"
1751
+ "type": "zeebe:property",
1752
+ "name": "resultVariable"
1752
1753
  },
1753
- "type": "String"
1754
+ "description": "Name of variable to store the result of the connector in"
1754
1755
  },
1755
1756
  {
1756
- "id": "resultExpression",
1757
1757
  "label": "Result expression",
1758
- "description": "Expression to map the response into process variables",
1758
+ "description": "Expression to map the inbound payload to process variables",
1759
+ "group": "variable-mapping",
1760
+ "type": "Text",
1759
1761
  "feel": "required",
1760
- "group": "output",
1761
1762
  "binding": {
1762
- "name": "resultExpression",
1763
- "type": "zeebe:property"
1764
- },
1765
- "type": "Text"
1763
+ "type": "zeebe:property",
1764
+ "name": "resultExpression"
1765
+ }
1766
1766
  }
1767
1767
  ],
1768
1768
  "icon": {
1769
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
1769
+ "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"
1770
1770
  },
1771
1771
  "engines": {
1772
- "camunda": "^8.6"
1772
+ "camunda": "^8.2"
1773
1773
  }
1774
1774
  },
1775
1775
  {
@@ -1777,9 +1777,14 @@
1777
1777
  "name": "Kafka Boundary Event Connector",
1778
1778
  "id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
1779
1779
  "description": "Consume Kafka messages",
1780
- "metadata": {
1781
- "keywords": []
1782
- },
1780
+ "keywords": [
1781
+ "receive message",
1782
+ "consume message",
1783
+ "event streaming",
1784
+ "subscribe to topic",
1785
+ "message queue",
1786
+ "stream data"
1787
+ ],
1783
1788
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
1784
1789
  "version": 7,
1785
1790
  "category": {
@@ -1925,6 +1930,7 @@
1925
1930
  "name": "groupId",
1926
1931
  "type": "zeebe:property"
1927
1932
  },
1933
+ "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.",
1928
1934
  "type": "String"
1929
1935
  },
1930
1936
  {
@@ -2167,15 +2173,18 @@
2167
2173
  },
2168
2174
  {
2169
2175
  "id": "messageNameUuid",
2176
+ "label": "Message name",
2170
2177
  "generatedValue": {
2171
2178
  "type": "uuid"
2172
2179
  },
2180
+ "feel": "optional",
2173
2181
  "group": "correlation",
2174
2182
  "binding": {
2175
2183
  "name": "name",
2176
2184
  "type": "bpmn:Message#property"
2177
2185
  },
2178
- "type": "Hidden"
2186
+ "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.",
2187
+ "type": "String"
2179
2188
  },
2180
2189
  {
2181
2190
  "id": "deduplicationModeManualFlag",
@@ -2244,7 +2253,7 @@
2244
2253
  {
2245
2254
  "id": "resultVariable",
2246
2255
  "label": "Result variable",
2247
- "description": "Name of variable to store the response in",
2256
+ "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>.",
2248
2257
  "group": "output",
2249
2258
  "binding": {
2250
2259
  "name": "resultVariable",
@@ -2255,7 +2264,7 @@
2255
2264
  {
2256
2265
  "id": "resultExpression",
2257
2266
  "label": "Result expression",
2258
- "description": "Expression to map the response into process variables",
2267
+ "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>.",
2259
2268
  "feel": "required",
2260
2269
  "group": "output",
2261
2270
  "binding": {