@camunda/connectors-element-templates 1.0.5 → 1.0.6

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 (84) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +2 -0
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +170 -13
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +1596 -389
  5. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  6. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
  7. package/src/element-templates/asana-connector.json +104 -104
  8. package/src/element-templates/automation-anywhere-outbound-connector.json +1207 -1201
  9. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  10. package/src/element-templates/aws-dynamodb-outbound-connector.json +1404 -1404
  11. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  12. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  13. package/src/element-templates/aws-eventbridge-connector-start-event.json +13 -10
  14. package/src/element-templates/aws-eventbridge-outbound-connector.json +474 -474
  15. package/src/element-templates/aws-lambda-outbound-connector.json +51 -51
  16. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  17. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  18. package/src/element-templates/aws-sns-inbound-boundary.json +283 -283
  19. package/src/element-templates/aws-sns-inbound-intermediate.json +467 -467
  20. package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
  21. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  22. package/src/element-templates/aws-sns-outbound-connector.json +719 -719
  23. package/src/element-templates/aws-sqs-boundary-connector.json +420 -420
  24. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +958 -958
  25. package/src/element-templates/aws-sqs-outbound-connector.json +421 -421
  26. package/src/element-templates/aws-sqs-start-event-connector.json +388 -388
  27. package/src/element-templates/aws-sqs-start-message.json +463 -463
  28. package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
  29. package/src/element-templates/azure-open-ai-connector.json +32 -32
  30. package/src/element-templates/blue-prism-connector.json +57 -57
  31. package/src/element-templates/box-outbound-connector.json +30 -30
  32. package/src/element-templates/csv-outbound-connector.json +392 -0
  33. package/src/element-templates/easy-post-connector.json +269 -269
  34. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  35. package/src/element-templates/email-outbound-connector.json +231 -231
  36. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3473 -150
  37. package/src/element-templates/github-connector.json +2930 -2930
  38. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  39. package/src/element-templates/github-webhook-connector-intermediate.json +35 -35
  40. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  41. package/src/element-templates/github-webhook-connector-start-event.json +35 -32
  42. package/src/element-templates/gitlab-connector.json +1561 -1561
  43. package/src/element-templates/google-drive-outbound-connector.json +363 -363
  44. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  45. package/src/element-templates/google-maps-platform-connector.json +76 -76
  46. package/src/element-templates/google-sheets-outbound-connector.json +1177 -1177
  47. package/src/element-templates/graphql-outbound-connector.json +1182 -1182
  48. package/src/element-templates/http-json-connector.json +2332 -2332
  49. package/src/element-templates/http-polling-boundary-catch-event-connector.json +261 -558
  50. package/src/element-templates/http-polling-connector.json +259 -556
  51. package/src/element-templates/hugging-face-connector.json +34 -34
  52. package/src/element-templates/jdbc-outbound-connector.json +404 -2
  53. package/src/element-templates/kafka-inbound-connector-boundary.json +624 -624
  54. package/src/element-templates/kafka-inbound-connector-intermediate.json +1018 -1018
  55. package/src/element-templates/kafka-inbound-connector-start-message.json +532 -532
  56. package/src/element-templates/kafka-inbound-connector.json +240 -237
  57. package/src/element-templates/kafka-outbound-connector.json +588 -588
  58. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  59. package/src/element-templates/microsoft-teams-outbound-connector.json +3730 -3730
  60. package/src/element-templates/openai-connector.json +117 -117
  61. package/src/element-templates/operate-connector.json +68 -68
  62. package/src/element-templates/power-automate-connector.json +12 -12
  63. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +437 -437
  64. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +581 -581
  65. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +451 -451
  66. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +354 -354
  67. package/src/element-templates/rabbitmq-outbound-connector.json +666 -666
  68. package/src/element-templates/salesforce-connector.json +40 -40
  69. package/src/element-templates/sendgrid-outbound-connector.json +487 -487
  70. package/src/element-templates/slack-inbound-boundary.json +301 -301
  71. package/src/element-templates/slack-inbound-intermediate.json +307 -307
  72. package/src/element-templates/slack-inbound-message-start.json +350 -350
  73. package/src/element-templates/slack-inbound-start-event.json +213 -210
  74. package/src/element-templates/slack-outbound-connector.json +739 -739
  75. package/src/element-templates/twilio-connector.json +88 -88
  76. package/src/element-templates/twilio-webhook-connector.json +13 -10
  77. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  78. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  79. package/src/element-templates/uipath-connector.json +49 -49
  80. package/src/element-templates/webhook-connector-boundary.json +1644 -1644
  81. package/src/element-templates/webhook-connector-intermediate.json +972 -972
  82. package/src/element-templates/webhook-connector-start-event.json +556 -553
  83. package/src/element-templates/webhook-connector-start-message.json +33 -33
  84. package/src/element-templates/whatsapp-connector.json +6 -6
@@ -4,11 +4,8 @@
4
4
  "name": "Kafka Outbound Connector",
5
5
  "id": "io.camunda.connectors.KAFKA.v1",
6
6
  "description": "Produce Kafka message",
7
- "metadata": {
8
- "keywords": []
9
- },
10
7
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
11
- "version": 6,
8
+ "version": 5,
12
9
  "category": {
13
10
  "id": "connectors",
14
11
  "name": "Connectors"
@@ -17,9 +14,6 @@
17
14
  "elementType": {
18
15
  "value": "bpmn:ServiceTask"
19
16
  },
20
- "engines": {
21
- "camunda": "^8.3"
22
- },
23
17
  "groups": [
24
18
  {
25
19
  "id": "authentication",
@@ -29,18 +23,10 @@
29
23
  "id": "kafka",
30
24
  "label": "Kafka"
31
25
  },
32
- {
33
- "id": "schema",
34
- "label": "Schema"
35
- },
36
26
  {
37
27
  "id": "message",
38
28
  "label": "Message"
39
29
  },
40
- {
41
- "id": "connector",
42
- "label": "Connector"
43
- },
44
30
  {
45
31
  "id": "output",
46
32
  "label": "Output mapping"
@@ -121,24 +107,11 @@
121
107
  },
122
108
  "type": "String"
123
109
  },
124
- {
125
- "id": "additionalProperties",
126
- "label": "Additional properties",
127
- "description": "Provide additional Kafka producer properties in JSON",
128
- "optional": true,
129
- "feel": "required",
130
- "group": "kafka",
131
- "binding": {
132
- "name": "additionalProperties",
133
- "type": "zeebe:input"
134
- },
135
- "type": "String"
136
- },
137
110
  {
138
111
  "id": "schemaStrategy.type",
139
112
  "label": "Schema strategy",
140
113
  "value": "noSchema",
141
- "group": "schema",
114
+ "group": "kafka",
142
115
  "binding": {
143
116
  "name": "schemaStrategy.type",
144
117
  "type": "zeebe:input"
@@ -150,64 +123,22 @@
150
123
  "value": "noSchema"
151
124
  },
152
125
  {
153
- "name": "Avro Inline schema",
126
+ "name": "Inline schema",
154
127
  "value": "inlineSchema"
155
128
  },
156
129
  {
157
- "name": "Confluent Schema registry",
130
+ "name": "Schema registry",
158
131
  "value": "schemaRegistry"
159
132
  }
160
133
  ]
161
134
  },
162
- {
163
- "id": "schemaStrategy.avro.schema",
164
- "label": "Schema",
165
- "description": "Avro inline schema for the message value",
166
- "optional": false,
167
- "constraints": {
168
- "notEmpty": true
169
- },
170
- "feel": "required",
171
- "group": "schema",
172
- "binding": {
173
- "name": "schemaStrategy.schema",
174
- "type": "zeebe:input"
175
- },
176
- "condition": {
177
- "property": "schemaStrategy.type",
178
- "equals": "inlineSchema",
179
- "type": "simple"
180
- },
181
- "type": "Text"
182
- },
183
- {
184
- "id": "schemaStrategy.schema",
185
- "label": "Schema",
186
- "description": "Schema (JSON or AVRO) for the message value",
187
- "optional": false,
188
- "constraints": {
189
- "notEmpty": true
190
- },
191
- "feel": "required",
192
- "group": "schema",
193
- "binding": {
194
- "name": "schemaStrategy.schema",
195
- "type": "zeebe:input"
196
- },
197
- "condition": {
198
- "property": "schemaStrategy.type",
199
- "equals": "schemaRegistry",
200
- "type": "simple"
201
- },
202
- "type": "Text"
203
- },
204
135
  {
205
136
  "id": "schemaStrategy.schemaType",
206
137
  "label": "Schema type",
207
138
  "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>",
208
139
  "optional": false,
209
140
  "value": "avro",
210
- "group": "schema",
141
+ "group": "kafka",
211
142
  "binding": {
212
143
  "name": "schemaStrategy.schemaType",
213
144
  "type": "zeebe:input"
@@ -224,7 +155,7 @@
224
155
  "value": "json"
225
156
  },
226
157
  {
227
- "name": "Avro",
158
+ "name": "Avro (alpha)",
228
159
  "value": "avro"
229
160
  }
230
161
  ]
@@ -238,7 +169,7 @@
238
169
  "notEmpty": true
239
170
  },
240
171
  "feel": "optional",
241
- "group": "schema",
172
+ "group": "kafka",
242
173
  "binding": {
243
174
  "name": "schemaStrategy.schemaRegistryUrl",
244
175
  "type": "zeebe:input"
@@ -250,6 +181,32 @@
250
181
  },
251
182
  "type": "String"
252
183
  },
184
+ {
185
+ "id": "headers",
186
+ "label": "Headers",
187
+ "description": "Provide Kafka producer headers in JSON",
188
+ "optional": true,
189
+ "feel": "required",
190
+ "group": "kafka",
191
+ "binding": {
192
+ "name": "headers",
193
+ "type": "zeebe:input"
194
+ },
195
+ "type": "String"
196
+ },
197
+ {
198
+ "id": "additionalProperties",
199
+ "label": "Additional properties",
200
+ "description": "Provide additional Kafka producer properties in JSON",
201
+ "optional": true,
202
+ "feel": "required",
203
+ "group": "kafka",
204
+ "binding": {
205
+ "name": "additionalProperties",
206
+ "type": "zeebe:input"
207
+ },
208
+ "type": "String"
209
+ },
253
210
  {
254
211
  "id": "message.key",
255
212
  "label": "Key",
@@ -280,41 +237,46 @@
280
237
  "type": "String"
281
238
  },
282
239
  {
283
- "id": "headers",
284
- "label": "Headers",
285
- "description": "Provide Kafka producer headers in JSON",
286
- "optional": true,
240
+ "id": "schemaStrategy.avro.schema",
241
+ "label": "Schema",
242
+ "description": "Inline schema (Avro) for the message value",
243
+ "optional": false,
244
+ "constraints": {
245
+ "notEmpty": true
246
+ },
287
247
  "feel": "required",
288
248
  "group": "message",
289
249
  "binding": {
290
- "name": "headers",
250
+ "name": "schemaStrategy.schema",
291
251
  "type": "zeebe:input"
292
252
  },
293
- "type": "String"
294
- },
295
- {
296
- "id": "version",
297
- "label": "Version",
298
- "description": "Version of the element template",
299
- "value": "6",
300
- "group": "connector",
301
- "binding": {
302
- "key": "elementTemplateVersion",
303
- "type": "zeebe:taskHeader"
253
+ "condition": {
254
+ "property": "schemaStrategy.type",
255
+ "equals": "inlineSchema",
256
+ "type": "simple"
304
257
  },
305
- "type": "Hidden"
258
+ "type": "Text"
306
259
  },
307
260
  {
308
- "id": "id",
309
- "label": "ID",
310
- "description": "ID of the element template",
311
- "value": "io.camunda.connectors.KAFKA.v1",
312
- "group": "connector",
261
+ "id": "schemaStrategy.schema",
262
+ "label": "Schema",
263
+ "description": "Schema (JSON or AVRO) for the message value",
264
+ "optional": false,
265
+ "constraints": {
266
+ "notEmpty": true
267
+ },
268
+ "feel": "required",
269
+ "group": "message",
313
270
  "binding": {
314
- "key": "elementTemplateId",
315
- "type": "zeebe:taskHeader"
271
+ "name": "schemaStrategy.schema",
272
+ "type": "zeebe:input"
316
273
  },
317
- "type": "Hidden"
274
+ "condition": {
275
+ "property": "schemaStrategy.type",
276
+ "equals": "schemaRegistry",
277
+ "type": "simple"
278
+ },
279
+ "type": "Text"
318
280
  },
319
281
  {
320
282
  "id": "resultVariable",
@@ -369,6 +331,7 @@
369
331
  "label": "Retry backoff",
370
332
  "description": "ISO-8601 duration to wait between retries",
371
333
  "value": "PT0S",
334
+ "feel": "optional",
372
335
  "group": "retries",
373
336
  "binding": {
374
337
  "key": "retryBackoff",
@@ -379,15 +342,18 @@
379
342
  ],
380
343
  "icon": {
381
344
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
345
+ },
346
+ "engines": {
347
+ "camunda": "^8.6"
382
348
  }
383
349
  },
384
350
  {
385
351
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
386
- "name": "Kafka Outbound Connector",
352
+ "name": "Kafka producer connector",
387
353
  "id": "io.camunda.connectors.KAFKA.v1",
388
- "version": 3,
354
+ "version": 1,
389
355
  "description": "Produce Kafka message",
390
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
356
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
391
357
  "category": {
392
358
  "id": "connectors",
393
359
  "name": "Connectors"
@@ -429,7 +395,6 @@
429
395
  },
430
396
  {
431
397
  "label": "Username",
432
- "id": "authentication.username",
433
398
  "description": "Provide the username (must have permissions to produce message to the topic)",
434
399
  "group": "authentication",
435
400
  "type": "String",
@@ -441,7 +406,6 @@
441
406
  },
442
407
  {
443
408
  "label": "Password",
444
- "id": "authentication.password",
445
409
  "description": "Provide a password for the user",
446
410
  "group": "authentication",
447
411
  "type": "String",
@@ -453,7 +417,6 @@
453
417
  },
454
418
  {
455
419
  "label": "Bootstrap servers",
456
- "id": "topic.bootstrapServers",
457
420
  "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
458
421
  "group": "kafka",
459
422
  "type": "String",
@@ -468,7 +431,6 @@
468
431
  },
469
432
  {
470
433
  "label": "Topic",
471
- "id": "topic.topicName",
472
434
  "description": "Provide topic name",
473
435
  "group": "kafka",
474
436
  "type": "String",
@@ -481,22 +443,8 @@
481
443
  "notEmpty": true
482
444
  }
483
445
  },
484
- {
485
- "label": "Headers",
486
- "id": "headers",
487
- "description": "Provide Kafka producer headers in JSON",
488
- "group": "kafka",
489
- "type": "String",
490
- "optional": true,
491
- "feel": "required",
492
- "binding": {
493
- "type": "zeebe:input",
494
- "name": "headers"
495
- }
496
- },
497
446
  {
498
447
  "label": "Additional properties",
499
- "id": "additionalProperties",
500
448
  "description": "Provide additional Kafka producer properties in JSON",
501
449
  "group": "kafka",
502
450
  "type": "String",
@@ -509,7 +457,6 @@
509
457
  },
510
458
  {
511
459
  "label": "Key",
512
- "id": "message.key",
513
460
  "description": "Provide message key",
514
461
  "group": "message",
515
462
  "type": "String",
@@ -524,7 +471,6 @@
524
471
  },
525
472
  {
526
473
  "label": "Value",
527
- "id": "message.value",
528
474
  "description": "Provide message value",
529
475
  "group": "message",
530
476
  "type": "String",
@@ -539,7 +485,6 @@
539
485
  },
540
486
  {
541
487
  "label": "Result variable",
542
- "id": "resultVariable",
543
488
  "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>",
544
489
  "group": "output",
545
490
  "type": "String",
@@ -550,7 +495,6 @@
550
495
  },
551
496
  {
552
497
  "label": "Result expression",
553
- "id": "resultExpression",
554
498
  "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>",
555
499
  "group": "output",
556
500
  "type": "Text",
@@ -562,7 +506,6 @@
562
506
  },
563
507
  {
564
508
  "label": "Error expression",
565
- "id": "errorExpression",
566
509
  "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>",
567
510
  "group": "errors",
568
511
  "type": "Text",
@@ -577,16 +520,16 @@
577
520
  "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"
578
521
  },
579
522
  "engines": {
580
- "camunda": "^8.4"
523
+ "camunda": "^8.2"
581
524
  }
582
525
  },
583
526
  {
584
527
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
585
528
  "name": "Kafka Outbound Connector",
586
529
  "id": "io.camunda.connectors.KAFKA.v1",
587
- "version": 2,
588
530
  "description": "Produce Kafka message",
589
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
531
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
532
+ "version": 4,
590
533
  "category": {
591
534
  "id": "connectors",
592
535
  "name": "Connectors"
@@ -610,238 +553,62 @@
610
553
  },
611
554
  {
612
555
  "id": "output",
613
- "label": "Response mapping"
556
+ "label": "Output mapping"
614
557
  },
615
558
  {
616
- "id": "errors",
559
+ "id": "error",
617
560
  "label": "Error handling"
561
+ },
562
+ {
563
+ "id": "retries",
564
+ "label": "Retries"
618
565
  }
619
566
  ],
620
567
  "properties": [
621
568
  {
622
- "type": "Hidden",
623
569
  "value": "io.camunda:connector-kafka:1",
624
570
  "binding": {
625
- "type": "zeebe:taskDefinition",
626
- "property": "type"
627
- }
571
+ "property": "type",
572
+ "type": "zeebe:taskDefinition"
573
+ },
574
+ "type": "Hidden"
628
575
  },
629
576
  {
577
+ "id": "authentication.username",
630
578
  "label": "Username",
631
579
  "description": "Provide the username (must have permissions to produce message to the topic)",
632
- "group": "authentication",
633
- "type": "String",
634
580
  "optional": true,
581
+ "feel": "optional",
582
+ "group": "authentication",
635
583
  "binding": {
636
- "type": "zeebe:input",
637
- "name": "authentication.username"
638
- }
584
+ "name": "authentication.username",
585
+ "type": "zeebe:input"
586
+ },
587
+ "type": "String"
639
588
  },
640
589
  {
590
+ "id": "authentication.password",
641
591
  "label": "Password",
642
592
  "description": "Provide a password for the user",
643
- "group": "authentication",
644
- "type": "String",
645
593
  "optional": true,
594
+ "feel": "optional",
595
+ "group": "authentication",
646
596
  "binding": {
647
- "type": "zeebe:input",
648
- "name": "authentication.password"
649
- }
597
+ "name": "authentication.password",
598
+ "type": "zeebe:input"
599
+ },
600
+ "type": "String"
650
601
  },
651
602
  {
652
- "label": "Bootstrap servers",
653
- "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
603
+ "id": "serializationType",
604
+ "label": "Serialization type",
605
+ "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>",
606
+ "optional": false,
607
+ "value": "json",
654
608
  "group": "kafka",
655
- "type": "String",
656
- "feel": "optional",
657
609
  "binding": {
658
- "type": "zeebe:input",
659
- "name": "topic.bootstrapServers"
660
- },
661
- "constraints": {
662
- "notEmpty": true
663
- }
664
- },
665
- {
666
- "label": "Topic",
667
- "description": "Provide topic name",
668
- "group": "kafka",
669
- "type": "String",
670
- "feel": "optional",
671
- "binding": {
672
- "type": "zeebe:input",
673
- "name": "topic.topicName"
674
- },
675
- "constraints": {
676
- "notEmpty": true
677
- }
678
- },
679
- {
680
- "label": "Additional properties",
681
- "description": "Provide additional Kafka producer properties in JSON",
682
- "group": "kafka",
683
- "type": "String",
684
- "optional": true,
685
- "feel": "required",
686
- "binding": {
687
- "type": "zeebe:input",
688
- "name": "additionalProperties"
689
- }
690
- },
691
- {
692
- "label": "Key",
693
- "description": "Provide message key",
694
- "group": "message",
695
- "type": "String",
696
- "feel": "optional",
697
- "binding": {
698
- "type": "zeebe:input",
699
- "name": "message.key"
700
- },
701
- "constraints": {
702
- "notEmpty": true
703
- }
704
- },
705
- {
706
- "label": "Value",
707
- "description": "Provide message value",
708
- "group": "message",
709
- "type": "String",
710
- "feel": "optional",
711
- "binding": {
712
- "type": "zeebe:input",
713
- "name": "message.value"
714
- },
715
- "constraints": {
716
- "notEmpty": true
717
- }
718
- },
719
- {
720
- "label": "Result variable",
721
- "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>",
722
- "group": "output",
723
- "type": "String",
724
- "binding": {
725
- "type": "zeebe:taskHeader",
726
- "key": "resultVariable"
727
- }
728
- },
729
- {
730
- "label": "Result expression",
731
- "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>",
732
- "group": "output",
733
- "type": "Text",
734
- "feel": "required",
735
- "binding": {
736
- "type": "zeebe:taskHeader",
737
- "key": "resultExpression"
738
- }
739
- },
740
- {
741
- "label": "Error expression",
742
- "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>",
743
- "group": "errors",
744
- "type": "Text",
745
- "feel": "required",
746
- "binding": {
747
- "type": "zeebe:taskHeader",
748
- "key": "errorExpression"
749
- }
750
- }
751
- ],
752
- "icon": {
753
- "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"
754
- },
755
- "engines": {
756
- "camunda": "^8.2"
757
- }
758
- },
759
- {
760
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
761
- "name": "Kafka Outbound Connector",
762
- "id": "io.camunda.connectors.KAFKA.v1",
763
- "description": "Produce Kafka message",
764
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
765
- "version": 4,
766
- "category": {
767
- "id": "connectors",
768
- "name": "Connectors"
769
- },
770
- "appliesTo": ["bpmn:Task"],
771
- "elementType": {
772
- "value": "bpmn:ServiceTask"
773
- },
774
- "groups": [
775
- {
776
- "id": "authentication",
777
- "label": "Authentication"
778
- },
779
- {
780
- "id": "kafka",
781
- "label": "Kafka"
782
- },
783
- {
784
- "id": "message",
785
- "label": "Message"
786
- },
787
- {
788
- "id": "output",
789
- "label": "Output mapping"
790
- },
791
- {
792
- "id": "error",
793
- "label": "Error handling"
794
- },
795
- {
796
- "id": "retries",
797
- "label": "Retries"
798
- }
799
- ],
800
- "properties": [
801
- {
802
- "value": "io.camunda:connector-kafka:1",
803
- "binding": {
804
- "property": "type",
805
- "type": "zeebe:taskDefinition"
806
- },
807
- "type": "Hidden"
808
- },
809
- {
810
- "id": "authentication.username",
811
- "label": "Username",
812
- "description": "Provide the username (must have permissions to produce message to the topic)",
813
- "optional": true,
814
- "feel": "optional",
815
- "group": "authentication",
816
- "binding": {
817
- "name": "authentication.username",
818
- "type": "zeebe:input"
819
- },
820
- "type": "String"
821
- },
822
- {
823
- "id": "authentication.password",
824
- "label": "Password",
825
- "description": "Provide a password for the user",
826
- "optional": true,
827
- "feel": "optional",
828
- "group": "authentication",
829
- "binding": {
830
- "name": "authentication.password",
831
- "type": "zeebe:input"
832
- },
833
- "type": "String"
834
- },
835
- {
836
- "id": "serializationType",
837
- "label": "Serialization type",
838
- "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>",
839
- "optional": false,
840
- "value": "json",
841
- "group": "kafka",
842
- "binding": {
843
- "name": "serializationType",
844
- "type": "zeebe:input"
610
+ "name": "serializationType",
611
+ "type": "zeebe:input"
845
612
  },
846
613
  "type": "Dropdown",
847
614
  "choices": [
@@ -1039,9 +806,9 @@
1039
806
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1040
807
  "name": "Kafka Outbound Connector",
1041
808
  "id": "io.camunda.connectors.KAFKA.v1",
809
+ "version": 2,
1042
810
  "description": "Produce Kafka message",
1043
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
1044
- "version": 5,
811
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
1045
812
  "category": {
1046
813
  "id": "connectors",
1047
814
  "name": "Connectors"
@@ -1065,331 +832,159 @@
1065
832
  },
1066
833
  {
1067
834
  "id": "output",
1068
- "label": "Output mapping"
835
+ "label": "Response mapping"
1069
836
  },
1070
837
  {
1071
- "id": "error",
838
+ "id": "errors",
1072
839
  "label": "Error handling"
1073
- },
1074
- {
1075
- "id": "retries",
1076
- "label": "Retries"
1077
840
  }
1078
841
  ],
1079
842
  "properties": [
1080
843
  {
844
+ "type": "Hidden",
1081
845
  "value": "io.camunda:connector-kafka:1",
1082
846
  "binding": {
1083
- "property": "type",
1084
- "type": "zeebe:taskDefinition"
1085
- },
1086
- "type": "Hidden"
847
+ "type": "zeebe:taskDefinition",
848
+ "property": "type"
849
+ }
1087
850
  },
1088
851
  {
1089
- "id": "authentication.username",
1090
852
  "label": "Username",
1091
853
  "description": "Provide the username (must have permissions to produce message to the topic)",
1092
- "optional": true,
1093
- "feel": "optional",
1094
854
  "group": "authentication",
855
+ "type": "String",
856
+ "optional": true,
1095
857
  "binding": {
1096
- "name": "authentication.username",
1097
- "type": "zeebe:input"
1098
- },
1099
- "type": "String"
858
+ "type": "zeebe:input",
859
+ "name": "authentication.username"
860
+ }
1100
861
  },
1101
862
  {
1102
- "id": "authentication.password",
1103
863
  "label": "Password",
1104
864
  "description": "Provide a password for the user",
1105
- "optional": true,
1106
- "feel": "optional",
1107
865
  "group": "authentication",
866
+ "type": "String",
867
+ "optional": true,
1108
868
  "binding": {
1109
- "name": "authentication.password",
1110
- "type": "zeebe:input"
1111
- },
1112
- "type": "String"
869
+ "type": "zeebe:input",
870
+ "name": "authentication.password"
871
+ }
1113
872
  },
1114
873
  {
1115
- "id": "topic.bootstrapServers",
1116
874
  "label": "Bootstrap servers",
1117
875
  "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
1118
- "optional": false,
1119
- "constraints": {
1120
- "notEmpty": true
1121
- },
1122
- "feel": "optional",
1123
876
  "group": "kafka",
877
+ "type": "String",
878
+ "feel": "optional",
1124
879
  "binding": {
1125
- "name": "topic.bootstrapServers",
1126
- "type": "zeebe:input"
880
+ "type": "zeebe:input",
881
+ "name": "topic.bootstrapServers"
1127
882
  },
1128
- "type": "String"
883
+ "constraints": {
884
+ "notEmpty": true
885
+ }
1129
886
  },
1130
887
  {
1131
- "id": "topic.topicName",
1132
888
  "label": "Topic",
1133
889
  "description": "Provide topic name",
1134
- "optional": false,
1135
- "constraints": {
1136
- "notEmpty": true
1137
- },
1138
- "feel": "optional",
1139
890
  "group": "kafka",
891
+ "type": "String",
892
+ "feel": "optional",
1140
893
  "binding": {
1141
- "name": "topic.topicName",
1142
- "type": "zeebe:input"
1143
- },
1144
- "type": "String"
1145
- },
1146
- {
1147
- "id": "schemaStrategy.type",
1148
- "label": "Schema strategy",
1149
- "value": "noSchema",
1150
- "group": "kafka",
1151
- "binding": {
1152
- "name": "schemaStrategy.type",
1153
- "type": "zeebe:input"
1154
- },
1155
- "type": "Dropdown",
1156
- "choices": [
1157
- {
1158
- "name": "No schema",
1159
- "value": "noSchema"
1160
- },
1161
- {
1162
- "name": "Inline schema",
1163
- "value": "inlineSchema"
1164
- },
1165
- {
1166
- "name": "Schema registry",
1167
- "value": "schemaRegistry"
1168
- }
1169
- ]
1170
- },
1171
- {
1172
- "id": "schemaStrategy.schemaType",
1173
- "label": "Schema type",
1174
- "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>",
1175
- "optional": false,
1176
- "value": "avro",
1177
- "group": "kafka",
1178
- "binding": {
1179
- "name": "schemaStrategy.schemaType",
1180
- "type": "zeebe:input"
1181
- },
1182
- "condition": {
1183
- "property": "schemaStrategy.type",
1184
- "equals": "schemaRegistry",
1185
- "type": "simple"
894
+ "type": "zeebe:input",
895
+ "name": "topic.topicName"
1186
896
  },
1187
- "type": "Dropdown",
1188
- "choices": [
1189
- {
1190
- "name": "JSON",
1191
- "value": "json"
1192
- },
1193
- {
1194
- "name": "Avro (alpha)",
1195
- "value": "avro"
1196
- }
1197
- ]
1198
- },
1199
- {
1200
- "id": "schemaStrategy.schemaRegistryUrl",
1201
- "label": "Schema registry URL",
1202
- "description": "Provide the schema registry URL",
1203
- "optional": false,
1204
897
  "constraints": {
1205
898
  "notEmpty": true
1206
- },
1207
- "feel": "optional",
1208
- "group": "kafka",
1209
- "binding": {
1210
- "name": "schemaStrategy.schemaRegistryUrl",
1211
- "type": "zeebe:input"
1212
- },
1213
- "condition": {
1214
- "property": "schemaStrategy.type",
1215
- "equals": "schemaRegistry",
1216
- "type": "simple"
1217
- },
1218
- "type": "String"
1219
- },
1220
- {
1221
- "id": "headers",
1222
- "label": "Headers",
1223
- "description": "Provide Kafka producer headers in JSON",
1224
- "optional": true,
1225
- "feel": "required",
1226
- "group": "kafka",
1227
- "binding": {
1228
- "name": "headers",
1229
- "type": "zeebe:input"
1230
- },
1231
- "type": "String"
899
+ }
1232
900
  },
1233
901
  {
1234
- "id": "additionalProperties",
1235
902
  "label": "Additional properties",
1236
903
  "description": "Provide additional Kafka producer properties in JSON",
904
+ "group": "kafka",
905
+ "type": "String",
1237
906
  "optional": true,
1238
907
  "feel": "required",
1239
- "group": "kafka",
1240
908
  "binding": {
1241
- "name": "additionalProperties",
1242
- "type": "zeebe:input"
1243
- },
1244
- "type": "String"
909
+ "type": "zeebe:input",
910
+ "name": "additionalProperties"
911
+ }
1245
912
  },
1246
913
  {
1247
- "id": "message.key",
1248
914
  "label": "Key",
1249
915
  "description": "Provide message key",
1250
- "optional": false,
1251
- "feel": "optional",
1252
916
  "group": "message",
917
+ "type": "String",
918
+ "feel": "optional",
1253
919
  "binding": {
1254
- "name": "message.key",
1255
- "type": "zeebe:input"
920
+ "type": "zeebe:input",
921
+ "name": "message.key"
1256
922
  },
1257
- "type": "String"
1258
- },
1259
- {
1260
- "id": "message.value",
1261
- "label": "Value",
1262
- "description": "Provide message value",
1263
- "optional": false,
1264
923
  "constraints": {
1265
924
  "notEmpty": true
1266
- },
1267
- "feel": "optional",
1268
- "group": "message",
1269
- "binding": {
1270
- "name": "message.value",
1271
- "type": "zeebe:input"
1272
- },
1273
- "type": "String"
925
+ }
1274
926
  },
1275
927
  {
1276
- "id": "schemaStrategy.avro.schema",
1277
- "label": "Schema",
1278
- "description": "Inline schema (Avro) for the message value",
1279
- "optional": false,
1280
- "constraints": {
1281
- "notEmpty": true
1282
- },
1283
- "feel": "required",
928
+ "label": "Value",
929
+ "description": "Provide message value",
1284
930
  "group": "message",
931
+ "type": "String",
932
+ "feel": "optional",
1285
933
  "binding": {
1286
- "name": "schemaStrategy.schema",
1287
- "type": "zeebe:input"
1288
- },
1289
- "condition": {
1290
- "property": "schemaStrategy.type",
1291
- "equals": "inlineSchema",
1292
- "type": "simple"
934
+ "type": "zeebe:input",
935
+ "name": "message.value"
1293
936
  },
1294
- "type": "Text"
1295
- },
1296
- {
1297
- "id": "schemaStrategy.schema",
1298
- "label": "Schema",
1299
- "description": "Schema (JSON or AVRO) for the message value",
1300
- "optional": false,
1301
937
  "constraints": {
1302
938
  "notEmpty": true
1303
- },
1304
- "feel": "required",
1305
- "group": "message",
1306
- "binding": {
1307
- "name": "schemaStrategy.schema",
1308
- "type": "zeebe:input"
1309
- },
1310
- "condition": {
1311
- "property": "schemaStrategy.type",
1312
- "equals": "schemaRegistry",
1313
- "type": "simple"
1314
- },
1315
- "type": "Text"
939
+ }
1316
940
  },
1317
941
  {
1318
- "id": "resultVariable",
1319
942
  "label": "Result variable",
1320
- "description": "Name of variable to store the response in",
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>",
1321
944
  "group": "output",
945
+ "type": "String",
1322
946
  "binding": {
1323
- "key": "resultVariable",
1324
- "type": "zeebe:taskHeader"
1325
- },
1326
- "type": "String"
947
+ "type": "zeebe:taskHeader",
948
+ "key": "resultVariable"
949
+ }
1327
950
  },
1328
951
  {
1329
- "id": "resultExpression",
1330
952
  "label": "Result expression",
1331
- "description": "Expression to map the response into process variables",
1332
- "feel": "required",
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>",
1333
954
  "group": "output",
955
+ "type": "Text",
956
+ "feel": "required",
1334
957
  "binding": {
1335
- "key": "resultExpression",
1336
- "type": "zeebe:taskHeader"
1337
- },
1338
- "type": "Text"
958
+ "type": "zeebe:taskHeader",
959
+ "key": "resultExpression"
960
+ }
1339
961
  },
1340
962
  {
1341
- "id": "errorExpression",
1342
963
  "label": "Error expression",
1343
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
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",
1344
967
  "feel": "required",
1345
- "group": "error",
1346
- "binding": {
1347
- "key": "errorExpression",
1348
- "type": "zeebe:taskHeader"
1349
- },
1350
- "type": "Text"
1351
- },
1352
- {
1353
- "id": "retryCount",
1354
- "label": "Retries",
1355
- "description": "Number of retries",
1356
- "value": "3",
1357
- "feel": "optional",
1358
- "group": "retries",
1359
- "binding": {
1360
- "property": "retries",
1361
- "type": "zeebe:taskDefinition"
1362
- },
1363
- "type": "String"
1364
- },
1365
- {
1366
- "id": "retryBackoff",
1367
- "label": "Retry backoff",
1368
- "description": "ISO-8601 duration to wait between retries",
1369
- "value": "PT0S",
1370
- "feel": "optional",
1371
- "group": "retries",
1372
968
  "binding": {
1373
- "key": "retryBackoff",
1374
- "type": "zeebe:taskHeader"
1375
- },
1376
- "type": "String"
969
+ "type": "zeebe:taskHeader",
970
+ "key": "errorExpression"
971
+ }
1377
972
  }
1378
973
  ],
1379
974
  "icon": {
1380
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
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"
1381
976
  },
1382
977
  "engines": {
1383
- "camunda": "^8.6"
978
+ "camunda": "^8.2"
1384
979
  }
1385
980
  },
1386
981
  {
1387
982
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1388
- "name": "Kafka producer connector",
983
+ "name": "Kafka Outbound Connector",
1389
984
  "id": "io.camunda.connectors.KAFKA.v1",
1390
- "version": 1,
985
+ "version": 3,
1391
986
  "description": "Produce Kafka message",
1392
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
987
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
1393
988
  "category": {
1394
989
  "id": "connectors",
1395
990
  "name": "Connectors"
@@ -1431,6 +1026,7 @@
1431
1026
  },
1432
1027
  {
1433
1028
  "label": "Username",
1029
+ "id": "authentication.username",
1434
1030
  "description": "Provide the username (must have permissions to produce message to the topic)",
1435
1031
  "group": "authentication",
1436
1032
  "type": "String",
@@ -1442,6 +1038,7 @@
1442
1038
  },
1443
1039
  {
1444
1040
  "label": "Password",
1041
+ "id": "authentication.password",
1445
1042
  "description": "Provide a password for the user",
1446
1043
  "group": "authentication",
1447
1044
  "type": "String",
@@ -1453,6 +1050,7 @@
1453
1050
  },
1454
1051
  {
1455
1052
  "label": "Bootstrap servers",
1053
+ "id": "topic.bootstrapServers",
1456
1054
  "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
1457
1055
  "group": "kafka",
1458
1056
  "type": "String",
@@ -1467,6 +1065,7 @@
1467
1065
  },
1468
1066
  {
1469
1067
  "label": "Topic",
1068
+ "id": "topic.topicName",
1470
1069
  "description": "Provide topic name",
1471
1070
  "group": "kafka",
1472
1071
  "type": "String",
@@ -1480,24 +1079,39 @@
1480
1079
  }
1481
1080
  },
1482
1081
  {
1483
- "label": "Additional properties",
1484
- "description": "Provide additional Kafka producer properties in JSON",
1082
+ "label": "Headers",
1083
+ "id": "headers",
1084
+ "description": "Provide Kafka producer headers in JSON",
1485
1085
  "group": "kafka",
1486
1086
  "type": "String",
1487
1087
  "optional": true,
1488
1088
  "feel": "required",
1489
1089
  "binding": {
1490
1090
  "type": "zeebe:input",
1491
- "name": "additionalProperties"
1091
+ "name": "headers"
1492
1092
  }
1493
1093
  },
1494
1094
  {
1495
- "label": "Key",
1496
- "description": "Provide message key",
1497
- "group": "message",
1498
- "type": "String",
1499
- "feel": "optional",
1500
- "binding": {
1095
+ "label": "Additional properties",
1096
+ "id": "additionalProperties",
1097
+ "description": "Provide additional Kafka producer properties in JSON",
1098
+ "group": "kafka",
1099
+ "type": "String",
1100
+ "optional": true,
1101
+ "feel": "required",
1102
+ "binding": {
1103
+ "type": "zeebe:input",
1104
+ "name": "additionalProperties"
1105
+ }
1106
+ },
1107
+ {
1108
+ "label": "Key",
1109
+ "id": "message.key",
1110
+ "description": "Provide message key",
1111
+ "group": "message",
1112
+ "type": "String",
1113
+ "feel": "optional",
1114
+ "binding": {
1501
1115
  "type": "zeebe:input",
1502
1116
  "name": "message.key"
1503
1117
  },
@@ -1507,6 +1121,7 @@
1507
1121
  },
1508
1122
  {
1509
1123
  "label": "Value",
1124
+ "id": "message.value",
1510
1125
  "description": "Provide message value",
1511
1126
  "group": "message",
1512
1127
  "type": "String",
@@ -1521,6 +1136,7 @@
1521
1136
  },
1522
1137
  {
1523
1138
  "label": "Result variable",
1139
+ "id": "resultVariable",
1524
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>",
1525
1141
  "group": "output",
1526
1142
  "type": "String",
@@ -1531,6 +1147,7 @@
1531
1147
  },
1532
1148
  {
1533
1149
  "label": "Result expression",
1150
+ "id": "resultExpression",
1534
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>",
1535
1152
  "group": "output",
1536
1153
  "type": "Text",
@@ -1542,6 +1159,7 @@
1542
1159
  },
1543
1160
  {
1544
1161
  "label": "Error expression",
1162
+ "id": "errorExpression",
1545
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>",
1546
1164
  "group": "errors",
1547
1165
  "type": "Text",
@@ -1556,7 +1174,389 @@
1556
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"
1557
1175
  },
1558
1176
  "engines": {
1559
- "camunda": "^8.2"
1177
+ "camunda": "^8.4"
1178
+ }
1179
+ },
1180
+ {
1181
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1182
+ "name": "Kafka Outbound Connector",
1183
+ "id": "io.camunda.connectors.KAFKA.v1",
1184
+ "description": "Produce Kafka message",
1185
+ "metadata": {
1186
+ "keywords": []
1187
+ },
1188
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
1189
+ "version": 6,
1190
+ "category": {
1191
+ "id": "connectors",
1192
+ "name": "Connectors"
1193
+ },
1194
+ "appliesTo": ["bpmn:Task"],
1195
+ "elementType": {
1196
+ "value": "bpmn:ServiceTask"
1197
+ },
1198
+ "engines": {
1199
+ "camunda": "^8.3"
1200
+ },
1201
+ "groups": [
1202
+ {
1203
+ "id": "authentication",
1204
+ "label": "Authentication"
1205
+ },
1206
+ {
1207
+ "id": "kafka",
1208
+ "label": "Kafka"
1209
+ },
1210
+ {
1211
+ "id": "schema",
1212
+ "label": "Schema"
1213
+ },
1214
+ {
1215
+ "id": "message",
1216
+ "label": "Message"
1217
+ },
1218
+ {
1219
+ "id": "connector",
1220
+ "label": "Connector"
1221
+ },
1222
+ {
1223
+ "id": "output",
1224
+ "label": "Output mapping"
1225
+ },
1226
+ {
1227
+ "id": "error",
1228
+ "label": "Error handling"
1229
+ },
1230
+ {
1231
+ "id": "retries",
1232
+ "label": "Retries"
1233
+ }
1234
+ ],
1235
+ "properties": [
1236
+ {
1237
+ "value": "io.camunda:connector-kafka:1",
1238
+ "binding": {
1239
+ "property": "type",
1240
+ "type": "zeebe:taskDefinition"
1241
+ },
1242
+ "type": "Hidden"
1243
+ },
1244
+ {
1245
+ "id": "authentication.username",
1246
+ "label": "Username",
1247
+ "description": "Provide the username (must have permissions to produce message to the topic)",
1248
+ "optional": true,
1249
+ "feel": "optional",
1250
+ "group": "authentication",
1251
+ "binding": {
1252
+ "name": "authentication.username",
1253
+ "type": "zeebe:input"
1254
+ },
1255
+ "type": "String"
1256
+ },
1257
+ {
1258
+ "id": "authentication.password",
1259
+ "label": "Password",
1260
+ "description": "Provide a password for the user",
1261
+ "optional": true,
1262
+ "feel": "optional",
1263
+ "group": "authentication",
1264
+ "binding": {
1265
+ "name": "authentication.password",
1266
+ "type": "zeebe:input"
1267
+ },
1268
+ "type": "String"
1269
+ },
1270
+ {
1271
+ "id": "topic.bootstrapServers",
1272
+ "label": "Bootstrap servers",
1273
+ "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
1274
+ "optional": false,
1275
+ "constraints": {
1276
+ "notEmpty": true
1277
+ },
1278
+ "feel": "optional",
1279
+ "group": "kafka",
1280
+ "binding": {
1281
+ "name": "topic.bootstrapServers",
1282
+ "type": "zeebe:input"
1283
+ },
1284
+ "type": "String"
1285
+ },
1286
+ {
1287
+ "id": "topic.topicName",
1288
+ "label": "Topic",
1289
+ "description": "Provide topic name",
1290
+ "optional": false,
1291
+ "constraints": {
1292
+ "notEmpty": true
1293
+ },
1294
+ "feel": "optional",
1295
+ "group": "kafka",
1296
+ "binding": {
1297
+ "name": "topic.topicName",
1298
+ "type": "zeebe:input"
1299
+ },
1300
+ "type": "String"
1301
+ },
1302
+ {
1303
+ "id": "additionalProperties",
1304
+ "label": "Additional properties",
1305
+ "description": "Provide additional Kafka producer properties in JSON",
1306
+ "optional": true,
1307
+ "feel": "required",
1308
+ "group": "kafka",
1309
+ "binding": {
1310
+ "name": "additionalProperties",
1311
+ "type": "zeebe:input"
1312
+ },
1313
+ "type": "String"
1314
+ },
1315
+ {
1316
+ "id": "schemaStrategy.type",
1317
+ "label": "Schema strategy",
1318
+ "value": "noSchema",
1319
+ "group": "schema",
1320
+ "binding": {
1321
+ "name": "schemaStrategy.type",
1322
+ "type": "zeebe:input"
1323
+ },
1324
+ "type": "Dropdown",
1325
+ "choices": [
1326
+ {
1327
+ "name": "No schema",
1328
+ "value": "noSchema"
1329
+ },
1330
+ {
1331
+ "name": "Avro Inline schema",
1332
+ "value": "inlineSchema"
1333
+ },
1334
+ {
1335
+ "name": "Confluent Schema registry",
1336
+ "value": "schemaRegistry"
1337
+ }
1338
+ ]
1339
+ },
1340
+ {
1341
+ "id": "schemaStrategy.avro.schema",
1342
+ "label": "Schema",
1343
+ "description": "Avro inline schema for the message value",
1344
+ "optional": false,
1345
+ "constraints": {
1346
+ "notEmpty": true
1347
+ },
1348
+ "feel": "required",
1349
+ "group": "schema",
1350
+ "binding": {
1351
+ "name": "schemaStrategy.schema",
1352
+ "type": "zeebe:input"
1353
+ },
1354
+ "condition": {
1355
+ "property": "schemaStrategy.type",
1356
+ "equals": "inlineSchema",
1357
+ "type": "simple"
1358
+ },
1359
+ "type": "Text"
1360
+ },
1361
+ {
1362
+ "id": "schemaStrategy.schema",
1363
+ "label": "Schema",
1364
+ "description": "Schema (JSON or AVRO) for the message value",
1365
+ "optional": false,
1366
+ "constraints": {
1367
+ "notEmpty": true
1368
+ },
1369
+ "feel": "required",
1370
+ "group": "schema",
1371
+ "binding": {
1372
+ "name": "schemaStrategy.schema",
1373
+ "type": "zeebe:input"
1374
+ },
1375
+ "condition": {
1376
+ "property": "schemaStrategy.type",
1377
+ "equals": "schemaRegistry",
1378
+ "type": "simple"
1379
+ },
1380
+ "type": "Text"
1381
+ },
1382
+ {
1383
+ "id": "schemaStrategy.schemaType",
1384
+ "label": "Schema type",
1385
+ "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>",
1386
+ "optional": false,
1387
+ "value": "avro",
1388
+ "group": "schema",
1389
+ "binding": {
1390
+ "name": "schemaStrategy.schemaType",
1391
+ "type": "zeebe:input"
1392
+ },
1393
+ "condition": {
1394
+ "property": "schemaStrategy.type",
1395
+ "equals": "schemaRegistry",
1396
+ "type": "simple"
1397
+ },
1398
+ "type": "Dropdown",
1399
+ "choices": [
1400
+ {
1401
+ "name": "JSON",
1402
+ "value": "json"
1403
+ },
1404
+ {
1405
+ "name": "Avro",
1406
+ "value": "avro"
1407
+ }
1408
+ ]
1409
+ },
1410
+ {
1411
+ "id": "schemaStrategy.schemaRegistryUrl",
1412
+ "label": "Schema registry URL",
1413
+ "description": "Provide the schema registry URL",
1414
+ "optional": false,
1415
+ "constraints": {
1416
+ "notEmpty": true
1417
+ },
1418
+ "feel": "optional",
1419
+ "group": "schema",
1420
+ "binding": {
1421
+ "name": "schemaStrategy.schemaRegistryUrl",
1422
+ "type": "zeebe:input"
1423
+ },
1424
+ "condition": {
1425
+ "property": "schemaStrategy.type",
1426
+ "equals": "schemaRegistry",
1427
+ "type": "simple"
1428
+ },
1429
+ "type": "String"
1430
+ },
1431
+ {
1432
+ "id": "message.key",
1433
+ "label": "Key",
1434
+ "description": "Provide message key",
1435
+ "optional": false,
1436
+ "feel": "optional",
1437
+ "group": "message",
1438
+ "binding": {
1439
+ "name": "message.key",
1440
+ "type": "zeebe:input"
1441
+ },
1442
+ "type": "String"
1443
+ },
1444
+ {
1445
+ "id": "message.value",
1446
+ "label": "Value",
1447
+ "description": "Provide message value",
1448
+ "optional": false,
1449
+ "constraints": {
1450
+ "notEmpty": true
1451
+ },
1452
+ "feel": "optional",
1453
+ "group": "message",
1454
+ "binding": {
1455
+ "name": "message.value",
1456
+ "type": "zeebe:input"
1457
+ },
1458
+ "type": "String"
1459
+ },
1460
+ {
1461
+ "id": "headers",
1462
+ "label": "Headers",
1463
+ "description": "Provide Kafka producer headers in JSON",
1464
+ "optional": true,
1465
+ "feel": "required",
1466
+ "group": "message",
1467
+ "binding": {
1468
+ "name": "headers",
1469
+ "type": "zeebe:input"
1470
+ },
1471
+ "type": "String"
1472
+ },
1473
+ {
1474
+ "id": "version",
1475
+ "label": "Version",
1476
+ "description": "Version of the element template",
1477
+ "value": "6",
1478
+ "group": "connector",
1479
+ "binding": {
1480
+ "key": "elementTemplateVersion",
1481
+ "type": "zeebe:taskHeader"
1482
+ },
1483
+ "type": "Hidden"
1484
+ },
1485
+ {
1486
+ "id": "id",
1487
+ "label": "ID",
1488
+ "description": "ID of the element template",
1489
+ "value": "io.camunda.connectors.KAFKA.v1",
1490
+ "group": "connector",
1491
+ "binding": {
1492
+ "key": "elementTemplateId",
1493
+ "type": "zeebe:taskHeader"
1494
+ },
1495
+ "type": "Hidden"
1496
+ },
1497
+ {
1498
+ "id": "resultVariable",
1499
+ "label": "Result variable",
1500
+ "description": "Name of variable to store the response in",
1501
+ "group": "output",
1502
+ "binding": {
1503
+ "key": "resultVariable",
1504
+ "type": "zeebe:taskHeader"
1505
+ },
1506
+ "type": "String"
1507
+ },
1508
+ {
1509
+ "id": "resultExpression",
1510
+ "label": "Result expression",
1511
+ "description": "Expression to map the response into process variables",
1512
+ "feel": "required",
1513
+ "group": "output",
1514
+ "binding": {
1515
+ "key": "resultExpression",
1516
+ "type": "zeebe:taskHeader"
1517
+ },
1518
+ "type": "Text"
1519
+ },
1520
+ {
1521
+ "id": "errorExpression",
1522
+ "label": "Error expression",
1523
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
1524
+ "feel": "required",
1525
+ "group": "error",
1526
+ "binding": {
1527
+ "key": "errorExpression",
1528
+ "type": "zeebe:taskHeader"
1529
+ },
1530
+ "type": "Text"
1531
+ },
1532
+ {
1533
+ "id": "retryCount",
1534
+ "label": "Retries",
1535
+ "description": "Number of retries",
1536
+ "value": "3",
1537
+ "feel": "optional",
1538
+ "group": "retries",
1539
+ "binding": {
1540
+ "property": "retries",
1541
+ "type": "zeebe:taskDefinition"
1542
+ },
1543
+ "type": "String"
1544
+ },
1545
+ {
1546
+ "id": "retryBackoff",
1547
+ "label": "Retry backoff",
1548
+ "description": "ISO-8601 duration to wait between retries",
1549
+ "value": "PT0S",
1550
+ "group": "retries",
1551
+ "binding": {
1552
+ "key": "retryBackoff",
1553
+ "type": "zeebe:taskHeader"
1554
+ },
1555
+ "type": "String"
1556
+ }
1557
+ ],
1558
+ "icon": {
1559
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
1560
1560
  }
1561
1561
  }
1562
1562
  ]