@camunda/connectors-element-templates 1.0.17 → 1.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
  14. package/src/element-templates/asana-connector.json +759 -48
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
  30. package/src/element-templates/aws-s3-outbound-connector.json +646 -5
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
  32. package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
  34. package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
  37. package/src/element-templates/aws-sns-outbound-connector.json +581 -577
  38. package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
  40. package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
  43. package/src/element-templates/aws-sqs-start-message.json +461 -457
  44. package/src/element-templates/aws-textract-outbound-connector.json +109 -105
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +569 -24
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +13 -5
  50. package/src/element-templates/easy-post-connector.json +1077 -109
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +58 -50
  55. package/src/element-templates/email-outbound-connector.json +2116 -243
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
  57. package/src/element-templates/github-connector.json +15257 -11722
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
  60. package/src/element-templates/github-webhook-connector-message-start.json +11 -13
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +54 -56
  63. package/src/element-templates/gitlab-connector.json +4177 -2545
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
  65. package/src/element-templates/google-drive-outbound-connector.json +1386 -766
  66. package/src/element-templates/google-gemini-outbound-connector.json +13 -5
  67. package/src/element-templates/google-maps-platform-connector.json +1059 -30
  68. package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
  69. package/src/element-templates/graphql-outbound-connector.json +1744 -1735
  70. package/src/element-templates/http-json-connector.json +2982 -2332
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
  72. package/src/element-templates/http-polling-connector.json +1512 -1501
  73. package/src/element-templates/hubspot-outbound-connector.json +2371 -25
  74. package/src/element-templates/hugging-face-connector.json +234 -3
  75. package/src/element-templates/jdbc-outbound-connector.json +20 -6
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +518 -512
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
  87. package/src/element-templates/openai-connector.json +550 -87
  88. package/src/element-templates/operate-connector.json +1198 -46
  89. package/src/element-templates/power-automate-connector.json +601 -9
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
  95. package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +544 -0
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +945 -337
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +490 -192
  106. package/src/element-templates/slack-inbound-intermediate.json +421 -123
  107. package/src/element-templates/slack-inbound-message-start.json +469 -139
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +216 -211
  110. package/src/element-templates/slack-outbound-connector.json +2451 -753
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1573 -93
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
  114. package/src/element-templates/twilio-webhook-connector.json +243 -13
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +594 -2
  119. package/src/element-templates/webhook-connector-boundary.json +580 -570
  120. package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
  121. package/src/element-templates/webhook-connector-receive.json +16 -6
  122. package/src/element-templates/webhook-connector-start-event.json +1382 -1375
  123. package/src/element-templates/webhook-connector-start-message.json +1306 -1296
  124. package/src/element-templates/whatsapp-connector.json +343 -9
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -1,11 +1,11 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "Kafka producer connector",
4
+ "name": "Kafka Outbound Connector",
5
5
  "id": "io.camunda.connectors.KAFKA.v1",
6
- "version": 1,
7
6
  "description": "Produce Kafka message",
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
7
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
8
+ "version": 4,
9
9
  "category": {
10
10
  "id": "connectors",
11
11
  "name": "Connectors"
@@ -29,349 +29,253 @@
29
29
  },
30
30
  {
31
31
  "id": "output",
32
- "label": "Response mapping"
32
+ "label": "Output mapping"
33
33
  },
34
34
  {
35
- "id": "errors",
35
+ "id": "error",
36
36
  "label": "Error handling"
37
+ },
38
+ {
39
+ "id": "retries",
40
+ "label": "Retries"
37
41
  }
38
42
  ],
39
43
  "properties": [
40
44
  {
41
- "type": "Hidden",
42
45
  "value": "io.camunda:connector-kafka:1",
43
46
  "binding": {
44
- "type": "zeebe:taskDefinition",
45
- "property": "type"
46
- }
47
+ "property": "type",
48
+ "type": "zeebe:taskDefinition"
49
+ },
50
+ "type": "Hidden"
47
51
  },
48
52
  {
53
+ "id": "authentication.username",
49
54
  "label": "Username",
50
55
  "description": "Provide the username (must have permissions to produce message to the topic)",
51
- "group": "authentication",
52
- "type": "String",
53
56
  "optional": true,
57
+ "feel": "optional",
58
+ "group": "authentication",
54
59
  "binding": {
55
- "type": "zeebe:input",
56
- "name": "authentication.username"
57
- }
60
+ "name": "authentication.username",
61
+ "type": "zeebe:input"
62
+ },
63
+ "type": "String"
58
64
  },
59
65
  {
66
+ "id": "authentication.password",
60
67
  "label": "Password",
61
68
  "description": "Provide a password for the user",
62
- "group": "authentication",
63
- "type": "String",
64
69
  "optional": true,
65
- "binding": {
66
- "type": "zeebe:input",
67
- "name": "authentication.password"
68
- }
69
- },
70
- {
71
- "label": "Bootstrap servers",
72
- "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
73
- "group": "kafka",
74
- "type": "String",
75
70
  "feel": "optional",
71
+ "group": "authentication",
76
72
  "binding": {
77
- "type": "zeebe:input",
78
- "name": "topic.bootstrapServers"
73
+ "name": "authentication.password",
74
+ "type": "zeebe:input"
79
75
  },
80
- "constraints": {
81
- "notEmpty": true
82
- }
76
+ "type": "String"
83
77
  },
84
78
  {
85
- "label": "Topic",
86
- "description": "Provide topic name",
79
+ "id": "serializationType",
80
+ "label": "Serialization type",
81
+ "description": "Select the serialization type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound\" target=\"_blank\">documentation</a>",
82
+ "optional": false,
83
+ "value": "json",
87
84
  "group": "kafka",
88
- "type": "String",
89
- "feel": "optional",
90
85
  "binding": {
91
- "type": "zeebe:input",
92
- "name": "topic.topicName"
86
+ "name": "serializationType",
87
+ "type": "zeebe:input"
93
88
  },
94
- "constraints": {
95
- "notEmpty": true
96
- }
97
- },
98
- {
99
- "label": "Additional properties",
100
- "description": "Provide additional Kafka producer properties in JSON",
101
- "group": "kafka",
102
- "type": "String",
103
- "optional": true,
104
- "feel": "required",
105
- "binding": {
106
- "type": "zeebe:input",
107
- "name": "additionalProperties"
108
- }
89
+ "type": "Dropdown",
90
+ "choices": [
91
+ {
92
+ "name": "Default (JSON)",
93
+ "value": "json"
94
+ },
95
+ {
96
+ "name": "AVRO (experimental)",
97
+ "value": "avro"
98
+ }
99
+ ]
109
100
  },
110
101
  {
111
- "label": "Key",
112
- "description": "Provide message key",
113
- "group": "message",
114
- "type": "String",
115
- "feel": "optional",
116
- "binding": {
117
- "type": "zeebe:input",
118
- "name": "message.key"
119
- },
102
+ "id": "topic.bootstrapServers",
103
+ "label": "Bootstrap servers",
104
+ "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
105
+ "optional": false,
120
106
  "constraints": {
121
107
  "notEmpty": true
122
- }
123
- },
124
- {
125
- "label": "Value",
126
- "description": "Provide message value",
127
- "group": "message",
128
- "type": "String",
129
- "feel": "optional",
130
- "binding": {
131
- "type": "zeebe:input",
132
- "name": "message.value"
133
108
  },
134
- "constraints": {
135
- "notEmpty": true
136
- }
137
- },
138
- {
139
- "label": "Result variable",
140
- "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>",
141
- "group": "output",
142
- "type": "String",
143
- "binding": {
144
- "type": "zeebe:taskHeader",
145
- "key": "resultVariable"
146
- }
147
- },
148
- {
149
- "label": "Result expression",
150
- "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>",
151
- "group": "output",
152
- "type": "Text",
153
- "feel": "required",
154
- "binding": {
155
- "type": "zeebe:taskHeader",
156
- "key": "resultExpression"
157
- }
158
- },
159
- {
160
- "label": "Error expression",
161
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
162
- "group": "errors",
163
- "type": "Text",
164
- "feel": "required",
165
- "binding": {
166
- "type": "zeebe:taskHeader",
167
- "key": "errorExpression"
168
- }
169
- }
170
- ],
171
- "icon": {
172
- "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"
173
- },
174
- "engines": {
175
- "camunda": "^8.2"
176
- }
177
- },
178
- {
179
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
180
- "name": "Kafka Outbound Connector",
181
- "id": "io.camunda.connectors.KAFKA.v1",
182
- "version": 3,
183
- "description": "Produce Kafka message",
184
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
185
- "category": {
186
- "id": "connectors",
187
- "name": "Connectors"
188
- },
189
- "appliesTo": ["bpmn:Task"],
190
- "elementType": {
191
- "value": "bpmn:ServiceTask"
192
- },
193
- "groups": [
194
- {
195
- "id": "authentication",
196
- "label": "Authentication"
197
- },
198
- {
199
- "id": "kafka",
200
- "label": "Kafka"
201
- },
202
- {
203
- "id": "message",
204
- "label": "Message"
205
- },
206
- {
207
- "id": "output",
208
- "label": "Response mapping"
209
- },
210
- {
211
- "id": "errors",
212
- "label": "Error handling"
213
- }
214
- ],
215
- "properties": [
216
- {
217
- "type": "Hidden",
218
- "value": "io.camunda:connector-kafka:1",
219
- "binding": {
220
- "type": "zeebe:taskDefinition",
221
- "property": "type"
222
- }
223
- },
224
- {
225
- "label": "Username",
226
- "id": "authentication.username",
227
- "description": "Provide the username (must have permissions to produce message to the topic)",
228
- "group": "authentication",
229
- "type": "String",
230
- "optional": true,
231
- "binding": {
232
- "type": "zeebe:input",
233
- "name": "authentication.username"
234
- }
235
- },
236
- {
237
- "label": "Password",
238
- "id": "authentication.password",
239
- "description": "Provide a password for the user",
240
- "group": "authentication",
241
- "type": "String",
242
- "optional": true,
243
- "binding": {
244
- "type": "zeebe:input",
245
- "name": "authentication.password"
246
- }
247
- },
248
- {
249
- "label": "Bootstrap servers",
250
- "id": "topic.bootstrapServers",
251
- "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
252
- "group": "kafka",
253
- "type": "String",
254
109
  "feel": "optional",
110
+ "group": "kafka",
255
111
  "binding": {
256
- "type": "zeebe:input",
257
- "name": "topic.bootstrapServers"
112
+ "name": "topic.bootstrapServers",
113
+ "type": "zeebe:input"
258
114
  },
259
- "constraints": {
260
- "notEmpty": true
261
- }
115
+ "type": "String"
262
116
  },
263
117
  {
264
- "label": "Topic",
265
118
  "id": "topic.topicName",
119
+ "label": "Topic",
266
120
  "description": "Provide topic name",
267
- "group": "kafka",
268
- "type": "String",
121
+ "optional": false,
122
+ "constraints": {
123
+ "notEmpty": true
124
+ },
269
125
  "feel": "optional",
126
+ "group": "kafka",
270
127
  "binding": {
271
- "type": "zeebe:input",
272
- "name": "topic.topicName"
128
+ "name": "topic.topicName",
129
+ "type": "zeebe:input"
273
130
  },
274
- "constraints": {
275
- "notEmpty": true
276
- }
131
+ "type": "String"
277
132
  },
278
133
  {
279
- "label": "Headers",
280
134
  "id": "headers",
135
+ "label": "Headers",
281
136
  "description": "Provide Kafka producer headers in JSON",
282
- "group": "kafka",
283
- "type": "String",
284
137
  "optional": true,
285
138
  "feel": "required",
139
+ "group": "kafka",
286
140
  "binding": {
287
- "type": "zeebe:input",
288
- "name": "headers"
289
- }
141
+ "name": "headers",
142
+ "type": "zeebe:input"
143
+ },
144
+ "type": "String"
290
145
  },
291
146
  {
292
- "label": "Additional properties",
293
147
  "id": "additionalProperties",
148
+ "label": "Additional properties",
294
149
  "description": "Provide additional Kafka producer properties in JSON",
295
- "group": "kafka",
296
- "type": "String",
297
150
  "optional": true,
298
151
  "feel": "required",
152
+ "group": "kafka",
299
153
  "binding": {
300
- "type": "zeebe:input",
301
- "name": "additionalProperties"
302
- }
154
+ "name": "additionalProperties",
155
+ "type": "zeebe:input"
156
+ },
157
+ "type": "String"
303
158
  },
304
159
  {
305
- "label": "Key",
306
160
  "id": "message.key",
161
+ "label": "Key",
307
162
  "description": "Provide message key",
308
- "group": "message",
309
- "type": "String",
163
+ "optional": false,
164
+ "constraints": {
165
+ "notEmpty": true
166
+ },
310
167
  "feel": "optional",
168
+ "group": "message",
311
169
  "binding": {
312
- "type": "zeebe:input",
313
- "name": "message.key"
170
+ "name": "message.key",
171
+ "type": "zeebe:input"
314
172
  },
315
- "constraints": {
316
- "notEmpty": true
317
- }
173
+ "type": "String"
318
174
  },
319
175
  {
320
- "label": "Value",
321
176
  "id": "message.value",
177
+ "label": "Value",
322
178
  "description": "Provide message value",
323
- "group": "message",
324
- "type": "String",
179
+ "optional": false,
180
+ "constraints": {
181
+ "notEmpty": true
182
+ },
325
183
  "feel": "optional",
184
+ "group": "message",
326
185
  "binding": {
327
- "type": "zeebe:input",
328
- "name": "message.value"
186
+ "name": "message.value",
187
+ "type": "zeebe:input"
329
188
  },
189
+ "type": "String"
190
+ },
191
+ {
192
+ "id": "avro.schema",
193
+ "label": "Avro schema",
194
+ "description": "Avro schema for the message value",
195
+ "optional": false,
330
196
  "constraints": {
331
197
  "notEmpty": true
332
- }
198
+ },
199
+ "feel": "required",
200
+ "group": "message",
201
+ "binding": {
202
+ "name": "avro.schema",
203
+ "type": "zeebe:input"
204
+ },
205
+ "condition": {
206
+ "property": "serializationType",
207
+ "equals": "avro",
208
+ "type": "simple"
209
+ },
210
+ "type": "Text"
333
211
  },
334
212
  {
335
- "label": "Result variable",
336
213
  "id": "resultVariable",
337
- "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>",
214
+ "label": "Result variable",
215
+ "description": "Name of variable to store the response in",
338
216
  "group": "output",
339
- "type": "String",
340
217
  "binding": {
341
- "type": "zeebe:taskHeader",
342
- "key": "resultVariable"
343
- }
218
+ "key": "resultVariable",
219
+ "type": "zeebe:taskHeader"
220
+ },
221
+ "type": "String"
344
222
  },
345
223
  {
346
- "label": "Result expression",
347
224
  "id": "resultExpression",
348
- "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>",
349
- "group": "output",
350
- "type": "Text",
225
+ "label": "Result expression",
226
+ "description": "Expression to map the response into process variables",
351
227
  "feel": "required",
228
+ "group": "output",
352
229
  "binding": {
353
- "type": "zeebe:taskHeader",
354
- "key": "resultExpression"
355
- }
230
+ "key": "resultExpression",
231
+ "type": "zeebe:taskHeader"
232
+ },
233
+ "type": "Text"
356
234
  },
357
235
  {
358
- "label": "Error expression",
359
236
  "id": "errorExpression",
360
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
361
- "group": "errors",
362
- "type": "Text",
237
+ "label": "Error expression",
238
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
363
239
  "feel": "required",
240
+ "group": "error",
364
241
  "binding": {
365
- "type": "zeebe:taskHeader",
366
- "key": "errorExpression"
367
- }
242
+ "key": "errorExpression",
243
+ "type": "zeebe:taskHeader"
244
+ },
245
+ "type": "Text"
246
+ },
247
+ {
248
+ "id": "retryCount",
249
+ "label": "Retries",
250
+ "description": "Number of retries",
251
+ "value": "3",
252
+ "feel": "optional",
253
+ "group": "retries",
254
+ "binding": {
255
+ "property": "retries",
256
+ "type": "zeebe:taskDefinition"
257
+ },
258
+ "type": "String"
259
+ },
260
+ {
261
+ "id": "retryBackoff",
262
+ "label": "Retry backoff",
263
+ "description": "ISO-8601 duration to wait between retries",
264
+ "value": "PT0S",
265
+ "feel": "optional",
266
+ "group": "retries",
267
+ "binding": {
268
+ "key": "retryBackoff",
269
+ "type": "zeebe:taskHeader"
270
+ },
271
+ "type": "String"
368
272
  }
369
273
  ],
370
274
  "icon": {
371
- "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"
275
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
372
276
  },
373
277
  "engines": {
374
- "camunda": "^8.4"
278
+ "camunda": "^8.5"
375
279
  }
376
280
  },
377
281
  {
@@ -380,7 +284,7 @@
380
284
  "id": "io.camunda.connectors.KAFKA.v1",
381
285
  "description": "Produce Kafka message",
382
286
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
383
- "version": 4,
287
+ "version": 5,
384
288
  "category": {
385
289
  "id": "connectors",
386
290
  "name": "Connectors"
@@ -451,48 +355,94 @@
451
355
  "type": "String"
452
356
  },
453
357
  {
454
- "id": "serializationType",
455
- "label": "Serialization type",
456
- "description": "Select the serialization type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound\" target=\"_blank\">documentation</a>",
358
+ "id": "topic.bootstrapServers",
359
+ "label": "Bootstrap servers",
360
+ "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
457
361
  "optional": false,
458
- "value": "json",
362
+ "constraints": {
363
+ "notEmpty": true
364
+ },
365
+ "feel": "optional",
459
366
  "group": "kafka",
460
367
  "binding": {
461
- "name": "serializationType",
368
+ "name": "topic.bootstrapServers",
369
+ "type": "zeebe:input"
370
+ },
371
+ "type": "String"
372
+ },
373
+ {
374
+ "id": "topic.topicName",
375
+ "label": "Topic",
376
+ "description": "Provide topic name",
377
+ "optional": false,
378
+ "constraints": {
379
+ "notEmpty": true
380
+ },
381
+ "feel": "optional",
382
+ "group": "kafka",
383
+ "binding": {
384
+ "name": "topic.topicName",
385
+ "type": "zeebe:input"
386
+ },
387
+ "type": "String"
388
+ },
389
+ {
390
+ "id": "schemaStrategy.type",
391
+ "label": "Schema strategy",
392
+ "value": "noSchema",
393
+ "group": "kafka",
394
+ "binding": {
395
+ "name": "schemaStrategy.type",
462
396
  "type": "zeebe:input"
463
397
  },
464
398
  "type": "Dropdown",
465
399
  "choices": [
466
400
  {
467
- "name": "Default (JSON)",
468
- "value": "json"
401
+ "name": "No schema",
402
+ "value": "noSchema"
469
403
  },
470
404
  {
471
- "name": "AVRO (experimental)",
472
- "value": "avro"
405
+ "name": "Inline schema",
406
+ "value": "inlineSchema"
407
+ },
408
+ {
409
+ "name": "Schema registry",
410
+ "value": "schemaRegistry"
473
411
  }
474
412
  ]
475
413
  },
476
414
  {
477
- "id": "topic.bootstrapServers",
478
- "label": "Bootstrap servers",
479
- "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
415
+ "id": "schemaStrategy.schemaType",
416
+ "label": "Schema type",
417
+ "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>",
480
418
  "optional": false,
481
- "constraints": {
482
- "notEmpty": true
483
- },
484
- "feel": "optional",
419
+ "value": "avro",
485
420
  "group": "kafka",
486
421
  "binding": {
487
- "name": "topic.bootstrapServers",
422
+ "name": "schemaStrategy.schemaType",
488
423
  "type": "zeebe:input"
489
424
  },
490
- "type": "String"
425
+ "condition": {
426
+ "property": "schemaStrategy.type",
427
+ "equals": "schemaRegistry",
428
+ "type": "simple"
429
+ },
430
+ "type": "Dropdown",
431
+ "choices": [
432
+ {
433
+ "name": "JSON",
434
+ "value": "json"
435
+ },
436
+ {
437
+ "name": "Avro (alpha)",
438
+ "value": "avro"
439
+ }
440
+ ]
491
441
  },
492
442
  {
493
- "id": "topic.topicName",
494
- "label": "Topic",
495
- "description": "Provide topic name",
443
+ "id": "schemaStrategy.schemaRegistryUrl",
444
+ "label": "Schema registry URL",
445
+ "description": "Provide the schema registry URL",
496
446
  "optional": false,
497
447
  "constraints": {
498
448
  "notEmpty": true
@@ -500,9 +450,14 @@
500
450
  "feel": "optional",
501
451
  "group": "kafka",
502
452
  "binding": {
503
- "name": "topic.topicName",
453
+ "name": "schemaStrategy.schemaRegistryUrl",
504
454
  "type": "zeebe:input"
505
455
  },
456
+ "condition": {
457
+ "property": "schemaStrategy.type",
458
+ "equals": "schemaRegistry",
459
+ "type": "simple"
460
+ },
506
461
  "type": "String"
507
462
  },
508
463
  {
@@ -536,9 +491,6 @@
536
491
  "label": "Key",
537
492
  "description": "Provide message key",
538
493
  "optional": false,
539
- "constraints": {
540
- "notEmpty": true
541
- },
542
494
  "feel": "optional",
543
495
  "group": "message",
544
496
  "binding": {
@@ -564,9 +516,9 @@
564
516
  "type": "String"
565
517
  },
566
518
  {
567
- "id": "avro.schema",
568
- "label": "Avro schema",
569
- "description": "Avro schema for the message value",
519
+ "id": "schemaStrategy.avro.schema",
520
+ "label": "Schema",
521
+ "description": "Inline schema (Avro) for the message value",
570
522
  "optional": false,
571
523
  "constraints": {
572
524
  "notEmpty": true
@@ -574,12 +526,33 @@
574
526
  "feel": "required",
575
527
  "group": "message",
576
528
  "binding": {
577
- "name": "avro.schema",
529
+ "name": "schemaStrategy.schema",
578
530
  "type": "zeebe:input"
579
531
  },
580
532
  "condition": {
581
- "property": "serializationType",
582
- "equals": "avro",
533
+ "property": "schemaStrategy.type",
534
+ "equals": "inlineSchema",
535
+ "type": "simple"
536
+ },
537
+ "type": "Text"
538
+ },
539
+ {
540
+ "id": "schemaStrategy.schema",
541
+ "label": "Schema",
542
+ "description": "Schema (JSON or AVRO) for the message value",
543
+ "optional": false,
544
+ "constraints": {
545
+ "notEmpty": true
546
+ },
547
+ "feel": "required",
548
+ "group": "message",
549
+ "binding": {
550
+ "name": "schemaStrategy.schema",
551
+ "type": "zeebe:input"
552
+ },
553
+ "condition": {
554
+ "property": "schemaStrategy.type",
555
+ "equals": "schemaRegistry",
583
556
  "type": "simple"
584
557
  },
585
558
  "type": "Text"
@@ -650,14 +623,14 @@
650
623
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
651
624
  },
652
625
  "engines": {
653
- "camunda": "^8.5"
626
+ "camunda": "^8.6"
654
627
  }
655
628
  },
656
629
  {
657
630
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
658
- "name": "Kafka Outbound Connector",
631
+ "name": "Kafka producer connector",
659
632
  "id": "io.camunda.connectors.KAFKA.v1",
660
- "version": 2,
633
+ "version": 1,
661
634
  "description": "Produce Kafka message",
662
635
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
663
636
  "category": {
@@ -833,9 +806,9 @@
833
806
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
834
807
  "name": "Kafka Outbound Connector",
835
808
  "id": "io.camunda.connectors.KAFKA.v1",
809
+ "version": 2,
836
810
  "description": "Produce Kafka message",
837
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
838
- "version": 5,
811
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
839
812
  "category": {
840
813
  "id": "connectors",
841
814
  "name": "Connectors"
@@ -859,322 +832,349 @@
859
832
  },
860
833
  {
861
834
  "id": "output",
862
- "label": "Output mapping"
835
+ "label": "Response mapping"
863
836
  },
864
837
  {
865
- "id": "error",
838
+ "id": "errors",
866
839
  "label": "Error handling"
867
- },
868
- {
869
- "id": "retries",
870
- "label": "Retries"
871
840
  }
872
841
  ],
873
842
  "properties": [
874
843
  {
844
+ "type": "Hidden",
875
845
  "value": "io.camunda:connector-kafka:1",
876
846
  "binding": {
877
- "property": "type",
878
- "type": "zeebe:taskDefinition"
879
- },
880
- "type": "Hidden"
847
+ "type": "zeebe:taskDefinition",
848
+ "property": "type"
849
+ }
881
850
  },
882
851
  {
883
- "id": "authentication.username",
884
852
  "label": "Username",
885
853
  "description": "Provide the username (must have permissions to produce message to the topic)",
886
- "optional": true,
887
- "feel": "optional",
888
854
  "group": "authentication",
855
+ "type": "String",
856
+ "optional": true,
889
857
  "binding": {
890
- "name": "authentication.username",
891
- "type": "zeebe:input"
892
- },
893
- "type": "String"
858
+ "type": "zeebe:input",
859
+ "name": "authentication.username"
860
+ }
894
861
  },
895
862
  {
896
- "id": "authentication.password",
897
863
  "label": "Password",
898
864
  "description": "Provide a password for the user",
899
- "optional": true,
900
- "feel": "optional",
901
865
  "group": "authentication",
866
+ "type": "String",
867
+ "optional": true,
902
868
  "binding": {
903
- "name": "authentication.password",
904
- "type": "zeebe:input"
905
- },
906
- "type": "String"
869
+ "type": "zeebe:input",
870
+ "name": "authentication.password"
871
+ }
907
872
  },
908
873
  {
909
- "id": "topic.bootstrapServers",
910
874
  "label": "Bootstrap servers",
911
875
  "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
912
- "optional": false,
913
- "constraints": {
914
- "notEmpty": true
915
- },
916
- "feel": "optional",
917
876
  "group": "kafka",
877
+ "type": "String",
878
+ "feel": "optional",
918
879
  "binding": {
919
- "name": "topic.bootstrapServers",
920
- "type": "zeebe:input"
880
+ "type": "zeebe:input",
881
+ "name": "topic.bootstrapServers"
921
882
  },
922
- "type": "String"
883
+ "constraints": {
884
+ "notEmpty": true
885
+ }
923
886
  },
924
887
  {
925
- "id": "topic.topicName",
926
888
  "label": "Topic",
927
889
  "description": "Provide topic name",
928
- "optional": false,
890
+ "group": "kafka",
891
+ "type": "String",
892
+ "feel": "optional",
893
+ "binding": {
894
+ "type": "zeebe:input",
895
+ "name": "topic.topicName"
896
+ },
929
897
  "constraints": {
930
898
  "notEmpty": true
899
+ }
900
+ },
901
+ {
902
+ "label": "Additional properties",
903
+ "description": "Provide additional Kafka producer properties in JSON",
904
+ "group": "kafka",
905
+ "type": "String",
906
+ "optional": true,
907
+ "feel": "required",
908
+ "binding": {
909
+ "type": "zeebe:input",
910
+ "name": "additionalProperties"
911
+ }
912
+ },
913
+ {
914
+ "label": "Key",
915
+ "description": "Provide message key",
916
+ "group": "message",
917
+ "type": "String",
918
+ "feel": "optional",
919
+ "binding": {
920
+ "type": "zeebe:input",
921
+ "name": "message.key"
931
922
  },
923
+ "constraints": {
924
+ "notEmpty": true
925
+ }
926
+ },
927
+ {
928
+ "label": "Value",
929
+ "description": "Provide message value",
930
+ "group": "message",
931
+ "type": "String",
932
932
  "feel": "optional",
933
- "group": "kafka",
934
933
  "binding": {
935
- "name": "topic.topicName",
936
- "type": "zeebe:input"
937
- },
938
- "type": "String"
934
+ "type": "zeebe:input",
935
+ "name": "message.value"
936
+ },
937
+ "constraints": {
938
+ "notEmpty": true
939
+ }
940
+ },
941
+ {
942
+ "label": "Result variable",
943
+ "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>",
944
+ "group": "output",
945
+ "type": "String",
946
+ "binding": {
947
+ "type": "zeebe:taskHeader",
948
+ "key": "resultVariable"
949
+ }
950
+ },
951
+ {
952
+ "label": "Result expression",
953
+ "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>",
954
+ "group": "output",
955
+ "type": "Text",
956
+ "feel": "required",
957
+ "binding": {
958
+ "type": "zeebe:taskHeader",
959
+ "key": "resultExpression"
960
+ }
961
+ },
962
+ {
963
+ "label": "Error expression",
964
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
965
+ "group": "errors",
966
+ "type": "Text",
967
+ "feel": "required",
968
+ "binding": {
969
+ "type": "zeebe:taskHeader",
970
+ "key": "errorExpression"
971
+ }
972
+ }
973
+ ],
974
+ "icon": {
975
+ "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"
976
+ },
977
+ "engines": {
978
+ "camunda": "^8.2"
979
+ }
980
+ },
981
+ {
982
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
983
+ "name": "Kafka Outbound Connector",
984
+ "id": "io.camunda.connectors.KAFKA.v1",
985
+ "version": 3,
986
+ "description": "Produce Kafka message",
987
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
988
+ "category": {
989
+ "id": "connectors",
990
+ "name": "Connectors"
991
+ },
992
+ "appliesTo": ["bpmn:Task"],
993
+ "elementType": {
994
+ "value": "bpmn:ServiceTask"
995
+ },
996
+ "groups": [
997
+ {
998
+ "id": "authentication",
999
+ "label": "Authentication"
1000
+ },
1001
+ {
1002
+ "id": "kafka",
1003
+ "label": "Kafka"
1004
+ },
1005
+ {
1006
+ "id": "message",
1007
+ "label": "Message"
1008
+ },
1009
+ {
1010
+ "id": "output",
1011
+ "label": "Response mapping"
1012
+ },
1013
+ {
1014
+ "id": "errors",
1015
+ "label": "Error handling"
1016
+ }
1017
+ ],
1018
+ "properties": [
1019
+ {
1020
+ "type": "Hidden",
1021
+ "value": "io.camunda:connector-kafka:1",
1022
+ "binding": {
1023
+ "type": "zeebe:taskDefinition",
1024
+ "property": "type"
1025
+ }
1026
+ },
1027
+ {
1028
+ "label": "Username",
1029
+ "id": "authentication.username",
1030
+ "description": "Provide the username (must have permissions to produce message to the topic)",
1031
+ "group": "authentication",
1032
+ "type": "String",
1033
+ "optional": true,
1034
+ "binding": {
1035
+ "type": "zeebe:input",
1036
+ "name": "authentication.username"
1037
+ }
1038
+ },
1039
+ {
1040
+ "label": "Password",
1041
+ "id": "authentication.password",
1042
+ "description": "Provide a password for the user",
1043
+ "group": "authentication",
1044
+ "type": "String",
1045
+ "optional": true,
1046
+ "binding": {
1047
+ "type": "zeebe:input",
1048
+ "name": "authentication.password"
1049
+ }
939
1050
  },
940
1051
  {
941
- "id": "schemaStrategy.type",
942
- "label": "Schema strategy",
943
- "value": "noSchema",
1052
+ "label": "Bootstrap servers",
1053
+ "id": "topic.bootstrapServers",
1054
+ "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
944
1055
  "group": "kafka",
1056
+ "type": "String",
1057
+ "feel": "optional",
945
1058
  "binding": {
946
- "name": "schemaStrategy.type",
947
- "type": "zeebe:input"
1059
+ "type": "zeebe:input",
1060
+ "name": "topic.bootstrapServers"
948
1061
  },
949
- "type": "Dropdown",
950
- "choices": [
951
- {
952
- "name": "No schema",
953
- "value": "noSchema"
954
- },
955
- {
956
- "name": "Inline schema",
957
- "value": "inlineSchema"
958
- },
959
- {
960
- "name": "Schema registry",
961
- "value": "schemaRegistry"
962
- }
963
- ]
1062
+ "constraints": {
1063
+ "notEmpty": true
1064
+ }
964
1065
  },
965
1066
  {
966
- "id": "schemaStrategy.schemaType",
967
- "label": "Schema type",
968
- "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>",
969
- "optional": false,
970
- "value": "avro",
1067
+ "label": "Topic",
1068
+ "id": "topic.topicName",
1069
+ "description": "Provide topic name",
971
1070
  "group": "kafka",
1071
+ "type": "String",
1072
+ "feel": "optional",
972
1073
  "binding": {
973
- "name": "schemaStrategy.schemaType",
974
- "type": "zeebe:input"
975
- },
976
- "condition": {
977
- "property": "schemaStrategy.type",
978
- "equals": "schemaRegistry",
979
- "type": "simple"
1074
+ "type": "zeebe:input",
1075
+ "name": "topic.topicName"
980
1076
  },
981
- "type": "Dropdown",
982
- "choices": [
983
- {
984
- "name": "JSON",
985
- "value": "json"
986
- },
987
- {
988
- "name": "Avro (alpha)",
989
- "value": "avro"
990
- }
991
- ]
992
- },
993
- {
994
- "id": "schemaStrategy.schemaRegistryUrl",
995
- "label": "Schema registry URL",
996
- "description": "Provide the schema registry URL",
997
- "optional": false,
998
1077
  "constraints": {
999
1078
  "notEmpty": true
1000
- },
1001
- "feel": "optional",
1002
- "group": "kafka",
1003
- "binding": {
1004
- "name": "schemaStrategy.schemaRegistryUrl",
1005
- "type": "zeebe:input"
1006
- },
1007
- "condition": {
1008
- "property": "schemaStrategy.type",
1009
- "equals": "schemaRegistry",
1010
- "type": "simple"
1011
- },
1012
- "type": "String"
1079
+ }
1013
1080
  },
1014
1081
  {
1015
- "id": "headers",
1016
1082
  "label": "Headers",
1083
+ "id": "headers",
1017
1084
  "description": "Provide Kafka producer headers in JSON",
1085
+ "group": "kafka",
1086
+ "type": "String",
1018
1087
  "optional": true,
1019
1088
  "feel": "required",
1020
- "group": "kafka",
1021
1089
  "binding": {
1022
- "name": "headers",
1023
- "type": "zeebe:input"
1024
- },
1025
- "type": "String"
1090
+ "type": "zeebe:input",
1091
+ "name": "headers"
1092
+ }
1026
1093
  },
1027
1094
  {
1028
- "id": "additionalProperties",
1029
1095
  "label": "Additional properties",
1096
+ "id": "additionalProperties",
1030
1097
  "description": "Provide additional Kafka producer properties in JSON",
1098
+ "group": "kafka",
1099
+ "type": "String",
1031
1100
  "optional": true,
1032
1101
  "feel": "required",
1033
- "group": "kafka",
1034
1102
  "binding": {
1035
- "name": "additionalProperties",
1036
- "type": "zeebe:input"
1037
- },
1038
- "type": "String"
1103
+ "type": "zeebe:input",
1104
+ "name": "additionalProperties"
1105
+ }
1039
1106
  },
1040
1107
  {
1041
- "id": "message.key",
1042
1108
  "label": "Key",
1109
+ "id": "message.key",
1043
1110
  "description": "Provide message key",
1044
- "optional": false,
1045
- "feel": "optional",
1046
1111
  "group": "message",
1112
+ "type": "String",
1113
+ "feel": "optional",
1047
1114
  "binding": {
1048
- "name": "message.key",
1049
- "type": "zeebe:input"
1115
+ "type": "zeebe:input",
1116
+ "name": "message.key"
1050
1117
  },
1051
- "type": "String"
1052
- },
1053
- {
1054
- "id": "message.value",
1055
- "label": "Value",
1056
- "description": "Provide message value",
1057
- "optional": false,
1058
1118
  "constraints": {
1059
1119
  "notEmpty": true
1060
- },
1061
- "feel": "optional",
1062
- "group": "message",
1063
- "binding": {
1064
- "name": "message.value",
1065
- "type": "zeebe:input"
1066
- },
1067
- "type": "String"
1120
+ }
1068
1121
  },
1069
1122
  {
1070
- "id": "schemaStrategy.avro.schema",
1071
- "label": "Schema",
1072
- "description": "Inline schema (Avro) for the message value",
1073
- "optional": false,
1074
- "constraints": {
1075
- "notEmpty": true
1076
- },
1077
- "feel": "required",
1123
+ "label": "Value",
1124
+ "id": "message.value",
1125
+ "description": "Provide message value",
1078
1126
  "group": "message",
1127
+ "type": "String",
1128
+ "feel": "optional",
1079
1129
  "binding": {
1080
- "name": "schemaStrategy.schema",
1081
- "type": "zeebe:input"
1082
- },
1083
- "condition": {
1084
- "property": "schemaStrategy.type",
1085
- "equals": "inlineSchema",
1086
- "type": "simple"
1130
+ "type": "zeebe:input",
1131
+ "name": "message.value"
1087
1132
  },
1088
- "type": "Text"
1089
- },
1090
- {
1091
- "id": "schemaStrategy.schema",
1092
- "label": "Schema",
1093
- "description": "Schema (JSON or AVRO) for the message value",
1094
- "optional": false,
1095
1133
  "constraints": {
1096
1134
  "notEmpty": true
1097
- },
1098
- "feel": "required",
1099
- "group": "message",
1100
- "binding": {
1101
- "name": "schemaStrategy.schema",
1102
- "type": "zeebe:input"
1103
- },
1104
- "condition": {
1105
- "property": "schemaStrategy.type",
1106
- "equals": "schemaRegistry",
1107
- "type": "simple"
1108
- },
1109
- "type": "Text"
1135
+ }
1110
1136
  },
1111
1137
  {
1112
- "id": "resultVariable",
1113
1138
  "label": "Result variable",
1114
- "description": "Name of variable to store the response in",
1139
+ "id": "resultVariable",
1140
+ "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>",
1115
1141
  "group": "output",
1142
+ "type": "String",
1116
1143
  "binding": {
1117
- "key": "resultVariable",
1118
- "type": "zeebe:taskHeader"
1119
- },
1120
- "type": "String"
1144
+ "type": "zeebe:taskHeader",
1145
+ "key": "resultVariable"
1146
+ }
1121
1147
  },
1122
1148
  {
1123
- "id": "resultExpression",
1124
1149
  "label": "Result expression",
1125
- "description": "Expression to map the response into process variables",
1126
- "feel": "required",
1150
+ "id": "resultExpression",
1151
+ "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>",
1127
1152
  "group": "output",
1153
+ "type": "Text",
1154
+ "feel": "required",
1128
1155
  "binding": {
1129
- "key": "resultExpression",
1130
- "type": "zeebe:taskHeader"
1131
- },
1132
- "type": "Text"
1156
+ "type": "zeebe:taskHeader",
1157
+ "key": "resultExpression"
1158
+ }
1133
1159
  },
1134
1160
  {
1135
- "id": "errorExpression",
1136
1161
  "label": "Error expression",
1137
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1162
+ "id": "errorExpression",
1163
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
1164
+ "group": "errors",
1165
+ "type": "Text",
1138
1166
  "feel": "required",
1139
- "group": "error",
1140
- "binding": {
1141
- "key": "errorExpression",
1142
- "type": "zeebe:taskHeader"
1143
- },
1144
- "type": "Text"
1145
- },
1146
- {
1147
- "id": "retryCount",
1148
- "label": "Retries",
1149
- "description": "Number of retries",
1150
- "value": "3",
1151
- "feel": "optional",
1152
- "group": "retries",
1153
- "binding": {
1154
- "property": "retries",
1155
- "type": "zeebe:taskDefinition"
1156
- },
1157
- "type": "String"
1158
- },
1159
- {
1160
- "id": "retryBackoff",
1161
- "label": "Retry backoff",
1162
- "description": "ISO-8601 duration to wait between retries",
1163
- "value": "PT0S",
1164
- "feel": "optional",
1165
- "group": "retries",
1166
1167
  "binding": {
1167
- "key": "retryBackoff",
1168
- "type": "zeebe:taskHeader"
1169
- },
1170
- "type": "String"
1168
+ "type": "zeebe:taskHeader",
1169
+ "key": "errorExpression"
1170
+ }
1171
1171
  }
1172
1172
  ],
1173
1173
  "icon": {
1174
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
1174
+ "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"
1175
1175
  },
1176
1176
  "engines": {
1177
- "camunda": "^8.6"
1177
+ "camunda": "^8.4"
1178
1178
  }
1179
1179
  },
1180
1180
  {
@@ -1182,9 +1182,15 @@
1182
1182
  "name": "Kafka Outbound Connector",
1183
1183
  "id": "io.camunda.connectors.KAFKA.v1",
1184
1184
  "description": "Produce Kafka message",
1185
- "metadata": {
1186
- "keywords": []
1187
- },
1185
+ "keywords": [
1186
+ "publish message",
1187
+ "send message",
1188
+ "message queue",
1189
+ "event streaming",
1190
+ "produce event",
1191
+ "stream data",
1192
+ "kafka topic"
1193
+ ],
1188
1194
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
1189
1195
  "version": 6,
1190
1196
  "category": {
@@ -1497,7 +1503,7 @@
1497
1503
  {
1498
1504
  "id": "resultVariable",
1499
1505
  "label": "Result variable",
1500
- "description": "Name of variable to store the response in",
1506
+ "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>.",
1501
1507
  "group": "output",
1502
1508
  "binding": {
1503
1509
  "key": "resultVariable",
@@ -1508,7 +1514,7 @@
1508
1514
  {
1509
1515
  "id": "resultExpression",
1510
1516
  "label": "Result expression",
1511
- "description": "Expression to map the response into process variables",
1517
+ "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>.",
1512
1518
  "feel": "required",
1513
1519
  "group": "output",
1514
1520
  "binding": {